I'd like to write code editor in C#. I've read Design Patterns and it seems that Composite, Flyweight and Decorator patterns might be useful.
I've also checked source code of Sharp Develop, however the code documentation is very weak. That is the reason I don't want to read source code of open source projects.
Could you recommend me any design patterns, articles or books about writing code editor?
