Difference between revisions of "3rd:Scintilla Editor Control"

From wiki.visual-prolog.com

(copied from forum)
 
(Added image)
Line 8: Line 8:


Also see changes in [http://discuss.visual-prolog.com/viewtopic.php?t=7520 Discussion forum: custom control : scintilla editor]
Also see changes in [http://discuss.visual-prolog.com/viewtopic.php?t=7520 Discussion forum: custom control : scintilla editor]
:[[Image:3rd-Scintilla_Editor.png]]

Revision as of 00:58, 9 January 2008

Scintilla (http://www.scintilla.org/) is a text editor with many features such as tooltips, autocompletion, folding, syntax coloring etc...

This custom control wraps the scintilla dll to let you use it to replace the PDC's edit control. It has many more features and let you define your own keyword list, own color set, font, underline, folding etc..

The included project shows how to perform a folding/unfolding as well as syntax coloring for different list of keywords and indentation control. The scintilla control has many more features that can be used and changed at runtime.

http://www.arsaniit.com/vp_tools/index.htm (look for scintilla control)

Also see changes in Discussion forum: custom control : scintilla editor


3rd-Scintilla Editor.png