editor (gb.qt4.ext)
This control is a text editor with syntax highlighting support.
Since 3.8
Editor is deprecated since Gambas 3.8. Use the
TextEditor control instead.
This editor has the following special features:
-
Gambas source code syntax highlighting.
-
Custom syntax highlighting, thanks to the :highlight ? event.
-
Two (or more) editors can display the same text document.
-
It can display line numbers on its left border too.
editor: This class does not exist.