how to create simple IDE? - from Where to start ?
hello every one ...
i need some guidance .. i need to develop simple IDE which can hold my custom control & generate xml tags against it like vs.net does when we developing asp.net applications. i know its not that easy.. just need to know from where to start? what keywords to search ? any book out dere ?
what need to be learn to develop these kind of IDE?
i know how to develop custom controls .. need info about creating IDE .. is dere any free open source IDE out dere so that i can look at it ?
any resources & links would be highy appreciated
hoping for the reply soon
Kamran Sorathia
You are correct - building your own IDE is a lot of work. If anything currently on the market will fit your needs, I would definitely recommend using that first. (A MSDN Universal license looks pretty cheap compared to your hourly rate multiplied by the number of person-months/years you would need to develop one from scratch.) If you really need to do it, take a look at SharpDevelop:
http://www.icsharpcode.net/OpenSource/SD/
http://sourceforge.net/projects/sharpdevelop
You get full source and there's a book which discusses advanced Windows Forms techniques and building an IDE. What more could you ask for? :)