3rd:Scintilla Editor Control

From wiki.visual-prolog.com

Revision as of 17:43, 21 February 2009 by Thomas Linder Puls (talk | contribs) (Hyperlik update)

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/prolog-tools/menu-extension/scintilla-component

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

3rd-Scintilla Editor.png