Click here to Skip to main content
15,891,943 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I'm trying to write an IDE for developing interactive ebooks. The person using this would have controls like media player, puzzles and stuff to develop their ebook and export it to a format that I made myself. I'm thinking of sth like visual studio where the user can drag controls on the page and preview the book in live view. I also want to go for the office ribbon style and I'm going to use wpf for writing my controls and everything.
I don't know where to start are there any principles or anything that I have to follow for writing IDEs?
Any suggestions are welcome.

PS: This is going to be my undergraduate final project so I want it to be as good as it can get.
Posted

1 solution

If you want to build an IDE take a look at the following :
SharpDevelop

Microsoft also has a stripped down version of Visual Studio for building your own compiler for your own language.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900