C# Class VsTeXCommentsExtension.Integration.Data.TeXCommentTag

Data tag indicating that the tagged text represents a TeX comment block.
Note that this tag has nothing directly to do with adornments or other UI. This sample's adornments will be produced based on the data provided in these tags. This separation provides the potential for other extensions to consume tags and provide alternative UI or other derived functionality over this data.
Datei anzeigen Open project: kindermannhubert/VsTeXCommentsExtension

Public Properties

Property Type Description
TeXBlock TeXCommentBlockSpan
Text string
TextWithWhitespacesAtStartOfFirstLine string

Public Methods

Method Description
GetTextWithoutCommentMarks ( ) : string
TeXCommentTag ( string text, TeXCommentBlockSpan span ) : System

Method Details

GetTextWithoutCommentMarks() public method

public GetTextWithoutCommentMarks ( ) : string
return string

TeXCommentTag() public method

public TeXCommentTag ( string text, TeXCommentBlockSpan span ) : System
text string
span TeXCommentBlockSpan
return System

Property Details

TeXBlock public_oe property

public TeXCommentBlockSpan TeXBlock
return TeXCommentBlockSpan

Text public_oe property

public string Text
return string

TextWithWhitespacesAtStartOfFirstLine public_oe property

public string TextWithWhitespacesAtStartOfFirstLine
return string