scintillaExtender Class

scintillaNET Editor extender for code intellisense display

Definition

Namespace: DWSIM.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
public sealed class scintillaExtender
Inheritance
Object    scintillaExtender

Remarks

(c) 2015 Daniel Wagner

Methods

FormatHelpTip Formats the text to be displayed in the tooltip using information from the object's member and from the XML documentation, if existing.
getLastWord Returns the last typed word in the editor.
SetColumnMargins Sets the column margins to correctly show line numbers.
SetEditorStyle Sets the editor style for Python language.
ShowAutoComplete Show an autocomplete listbox with methods and properties from the object with the entered keyword.
ShowToolTip Show a tooltip with information about the entered object method or property.

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

See Also