C# Class Npp, 3P

Afficher le fichier Open project: jcaillon/3P Class Usage Examples

Private Properties

Свойство Type Description
AddText void
AppendText void
DeleteRange void
GetCharAt int

Private Methods

Méthode Description
AddText ( string text ) : void

Inserts the specified text at the current caret position.

The caret position is set to the end of the inserted text, but it is not scrolled into view.

AppendText ( string text ) : void

Adds the specified text to the end of the document.

The current selection is not changed and the new text is not scrolled into view.

DeleteRange ( int position, int length ) : void

Deletes a range of text from the document.

GetCharAt ( int position ) : int

Returns the character as the specified document position.