CleanCode C# Libraries v0.9.22 API

OracleSyntaxHilightTextBox Class

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 class OracleSyntaxHilightTextBox : SyntaxHilightTextBox

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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.

Requirements

Namespace: CleanCodeControls.Forms

Assembly: CleanCodeControls (in CleanCodeControls.dll)

See Also

OracleSyntaxHilightTextBox Members | CleanCodeControls.Forms Namespace