Méthode | Description | |
---|---|---|
Advise ( INiTextLinesEvents sink, int &cookie ) : HResult | ||
Advise ( object sink, int &cookie ) : HResult | ||
CreateTextMarker ( NiTextMarkerType type, NiTextMarkerHatchStyle hatchStyle, bool extendToBorder, int color, int foreColor, int startLine, int startIndex, int endLine, int endIndex, INiTextMarker &textMarker ) : HResult | ||
GetLineText ( int startLine, int startIndex, int endLine, int endIndex, string &result ) : HResult | ||
NiTextLines ( ) : System | ||
NiTextLines ( IDocument document ) : System | ||
ReplaceLines ( int startLine, int startIndex, int endLine, int endIndex, string text ) : HResult | ||
Unadvise ( int cookie ) : HResult |
Méthode | Description | |
---|---|---|
Document_DocumentChanged ( object sender, ICSharpCode.TextEditor.Document.DocumentEventArgs e ) : void | ||
GetTextMarkerType ( NiTextMarkerType type, bool extendToBorder ) : TextMarkerType | ||
TranslateOffset ( int startLine, int startIndex, int endLine, int endIndex ) : Range |
public Advise ( INiTextLinesEvents sink, int &cookie ) : HResult | ||
sink | INiTextLinesEvents | |
cookie | int | |
Résultat | HResult |
public Advise ( object sink, int &cookie ) : HResult | ||
sink | object | |
cookie | int | |
Résultat | HResult |
public CreateTextMarker ( NiTextMarkerType type, NiTextMarkerHatchStyle hatchStyle, bool extendToBorder, int color, int foreColor, int startLine, int startIndex, int endLine, int endIndex, INiTextMarker &textMarker ) : HResult | ||
type | NiTextMarkerType | |
hatchStyle | NiTextMarkerHatchStyle | |
extendToBorder | bool | |
color | int | |
foreColor | int | |
startLine | int | |
startIndex | int | |
endLine | int | |
endIndex | int | |
textMarker | INiTextMarker | |
Résultat | HResult |
public GetLineText ( int startLine, int startIndex, int endLine, int endIndex, string &result ) : HResult | ||
startLine | int | |
startIndex | int | |
endLine | int | |
endIndex | int | |
result | string | |
Résultat | HResult |
public NiTextLines ( IDocument document ) : System | ||
document | IDocument | |
Résultat | System |
public ReplaceLines ( int startLine, int startIndex, int endLine, int endIndex, string text ) : HResult | ||
startLine | int | |
startIndex | int | |
endLine | int | |
endIndex | int | |
text | string | |
Résultat | HResult |