Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hello everyone!

I'm having many difficulties, to create the function Syntax Highlighting and tree view, if someone can help me I thank you very much, I am writing the IDE in C + + using the Windows API.

Thanks.
Posted

FlackPanzer wrote:
Syntax Highlighting


Just add some control codes to your text items, then apply the appropriate colour scheme in your paint routine.


FlackPanzer wrote:
tree view


Look at the articles here on CodeProject; there are plenty of samples of TreeViews.
 
Share this answer
 
SharpDevelop is an open source .Net IDE. You could also buy Dissecting a C# Application: Inside SharpDevelop, which describes how to build that IDE. One of the topics is "Implement a parser to provide syntax highlighting and auto-completion as users type".
 
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