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

From wiki.visual-prolog.com

(copied from forum)
 
(in 7.4)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''Notice''' Since Visual Prolog 7.4 the scintilla editor is part of Visual Prolog.
Scintilla (http://www.scintilla.org/) is a text editor with many features such as tooltips, autocompletion, folding, syntax coloring etc...  
Scintilla (http://www.scintilla.org/) is a text editor with many features such as tooltips, autocompletion, folding, syntax coloring etc...  


Line 5: Line 7:
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.  
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)
http://www.arsaniit.com/prolog-tools/menu-extension/scintilla-component


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]]

Latest revision as of 16:25, 15 February 2013

Notice Since Visual Prolog 7.4 the scintilla editor is part of Visual Prolog.

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