Property | Type | Description | |
---|---|---|---|
HighlightedBlocks | List |
Property | Type | Description | |
---|---|---|---|
Paper_MouseLeftButtonDown | void | ||
Paper_MouseLeftButtonUp | void |
Method | Description | |
---|---|---|
ClearHighlights ( ) : void | ||
GetAllCharacters ( ) : List |
||
GetHighlightedText ( ) : string | ||
HighlightAll ( ) : void | ||
HighlightFrom ( int line, int pos ) : void | ||
HighlightUpto ( int line, int pos ) : void | ||
InsertLine ( int index, CodeBox.Core.Elements.PaperLine line ) : void | ||
LineAt ( int index ) : CodeBox.Core.Elements.PaperLine | ||
Paper ( ) : System | ||
RemoveCaret ( ) : void | ||
RemoveHighlights ( ) : void | ||
RemoveLine ( int index ) : void | ||
RestoreCaret ( ) : void | ||
UpdateCaret ( int line, int position ) : void | ||
UpdateCaretPosition ( ) : void | ||
UpdateLinesIndices ( int index ) : void | ||
UpdateNumberPanel ( ) : void |
Method | Description | |
---|---|---|
Paper_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void | ||
Paper_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void |
public HighlightFrom ( int line, int pos ) : void | ||
line | int | |
pos | int | |
return | void |
public HighlightUpto ( int line, int pos ) : void | ||
line | int | |
pos | int | |
return | void |
public InsertLine ( int index, CodeBox.Core.Elements.PaperLine line ) : void | ||
index | int | |
line | CodeBox.Core.Elements.PaperLine | |
return | void |
public LineAt ( int index ) : CodeBox.Core.Elements.PaperLine | ||
index | int | |
return | CodeBox.Core.Elements.PaperLine |
public UpdateCaret ( int line, int position ) : void | ||
line | int | |
position | int | |
return | void |
public UpdateLinesIndices ( int index ) : void | ||
index | int | |
return | void |