Click or drag to resize

scintillaExtender Class

scintillaNET Editor extender for code intellisense display
Inheritance Hierarchy
SystemObject
  DWSIM.UnitOperationsscintillaExtender

Namespace: DWSIM.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 8.8.1.0
Syntax
public sealed class scintillaExtender
Request Example View Source

The scintillaExtender type exposes the following members.

Methods
 NameDescription
Private methodFormatHelpTip Formats the text to be displayed in the tooltip using information from the object's member and from the XML documentation, if existing.
Private methodgetLastWord Returns the last typed word in the editor.
Public Extension MethodSetColumnMargins Sets the column margins to correctly show line numbers.
Public Extension MethodSetEditorStyle Sets the editor style for Python language.
Public Extension MethodShowAutoComplete Show an autocomplete listbox with methods and properties from the object with the entered keyword.
Public Extension MethodShowToolTip Show a tooltip with information about the entered object method or property.
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumNames
(Defined by General)
Public Extension MethodIsValidDouble
(Defined by General)
Top
Remarks
(c) 2015 Daniel Wagner
See Also