Greetings all,
I want to create a small and simple IDE for my own scripting language. Can somebody tell me how to implement a simple synthax highlight in C# or provide some code examples.
Thanks
Synthax Highlight
Started by Decibit, Oct 09 2004 06:02 PM
3 replies to this topic
#1
Posted 09 October 2004 - 06:02 PM
#2
Posted 09 October 2004 - 06:11 PM
It is probably easier to write a syntax file for your favorite editor.
Jesse Coyle
#3
Posted 09 October 2004 - 06:54 PM
Hi,
Implementing syntax-highlighting on multithreaded, event-driven OS is not an easy task. Better listen to Nomad or try using some already existing programming tools to make your life easier instead reinventing the wheel.
To get some idea about how it's done, check out Notepad 2, it's open source!
Implementing syntax-highlighting on multithreaded, event-driven OS is not an easy task. Better listen to Nomad or try using some already existing programming tools to make your life easier instead reinventing the wheel.
To get some idea about how it's done, check out Notepad 2, it's open source!
#4
Posted 09 October 2004 - 07:30 PM
I thought .NET framework had some special class for syntax-highlighting.
I'll try to write a plugin for Notepad 2. That will be definitely easier. Thanks.
I'll try to write a plugin for Notepad 2. That will be definitely easier. Thanks.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












