Monthly Archives: December 2017

An IDE made with C++ and MFC – Part II

For the January 2018 edition of the french magazine Programmez, I have written an article about building an IDE with open-source project Scintilla and Roslyn, the Microsoft C# compiler. My goal is that my daughter Lisa, 12 ans, can begin learning software development on it. The code is available on GitHub: https://github.com/ChristophePichaud/VSDemo

 

VSDemo is now upgraded with many features…

“Open Folder” is the best feature of the IDE:

But if you want more comfort, check Enable Full-Screen :

All of the magic is done by the MFC framework. It’s beautiful and cool. :)