NOTE: This class is now obsolete.
OracleSyntaxHilightTextBox has been deprecated. Please use ChameleonRichTextBox instead.
Enhances a RichTextBox with Oracle-specific syntax highlighting.
For a list of all members of this type, see OracleSyntaxHilightTextBox Members.
System.Object
MarshalByRefObject
Component
Control
TextBoxBase
RichTextBox
SyntaxHilightTextBox
OracleSyntaxHilightTextBox
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
This class implements the abstract SyntaxHilightTextBox with a word-list for Oracle obtained from Oracle's Reserved Words. Unfortunately, it is not complete--for example, it does not have the keyword join. The authoritative list, but too overwhelming, is the view V$RESERVED_WORDS. This view has 1100+ rows, though, which I think might bog down performance. I have added a few extra keywords manually to the list handled by this class.
Since CleanCode 0.9.13.
Namespace: CleanCode.GeneralComponents.SyntaxHilightControls
Assembly: CleanCode.GeneralComponents (in CleanCode.GeneralComponents.dll)
OracleSyntaxHilightTextBox Members | CleanCode.GeneralComponents.SyntaxHilightControls Namespace