Property | Type | Description | |
---|---|---|---|
mBlockEnd | string | ||
mBlockEndType | StartEndBlockType | ||
mBlockStart | string | ||
mBlockStartType | StartEndBlockType | ||
mFileAssociations | string[] | ||
mIsBlockEndRegEx | bool | ||
mIsBlockStartRegEx | bool | ||
mLineStart | string | ||
mName | string | ||
mOnlyEmptyLineBeforeStartOfBlock | bool |
Method | Description | |
---|---|---|
CommentBlock ( |
||
CommentBlock ( |
||
CommentBlock ( string mName, string mFileAssociations, StartEndBlockType mBlockStartType, string mBlockStart, bool mIsBlockStartRegEx, StartEndBlockType mBlockEndType, string mBlockEnd, bool mIsBlockEndRegEx, string mLineStart, bool mOnlyEmptyLineBeforeStartOfBlock ) : System | ||
createFileAssocFromString ( string st ) : string[] | ||
dumpToXml ( |
||
getAssociationsAsString ( ) : string | ||
lineHasBlockPattern ( string currentLine, int &indentation ) : bool | ||
lineIsBlockContinuation ( string currentLine, int indent ) : bool | ||
lineIsEndOfBlock ( string currentLine, string nextLine, int indent, string &matchedBlockEnd ) : bool | ||
lineIsStartOfBlock ( string currentLine, string previousLine, int indent, string &matchedBlockStart, int &numSpacesTrimmedOffStart ) : bool |
Method | Description | |
---|---|---|
getRegEx ( string str, bool isRegEx ) : string | ||
lineIsPossibleBlockContinuationStart ( string currentLine, int indent ) : bool | ||
lineMatchesBlockEnd ( string line, int indent, string &matchedBlockEnd ) : bool | ||
lineMatchesBlockStart ( string line, int indent, string &matchedBlockStart, int &numSpacesTrimmedOffStart ) : bool |
public CommentBlock ( |
||
other | ||
return | System |
public CommentBlock ( |
||
r | ||
return | System |
public CommentBlock ( string mName, string mFileAssociations, StartEndBlockType mBlockStartType, string mBlockStart, bool mIsBlockStartRegEx, StartEndBlockType mBlockEndType, string mBlockEnd, bool mIsBlockEndRegEx, string mLineStart, bool mOnlyEmptyLineBeforeStartOfBlock ) : System | ||
mName | string | |
mFileAssociations | string | |
mBlockStartType | StartEndBlockType | |
mBlockStart | string | |
mIsBlockStartRegEx | bool | |
mBlockEndType | StartEndBlockType | |
mBlockEnd | string | |
mIsBlockEndRegEx | bool | |
mLineStart | string | |
mOnlyEmptyLineBeforeStartOfBlock | bool | |
return | System |
public static createFileAssocFromString ( string st ) : string[] | ||
st | string | |
return | string[] |
public dumpToXml ( |
||
w | ||
return | void |
public lineHasBlockPattern ( string currentLine, int &indentation ) : bool | ||
currentLine | string | |
indentation | int | |
return | bool |
public lineIsBlockContinuation ( string currentLine, int indent ) : bool | ||
currentLine | string | |
indent | int | |
return | bool |
public lineIsEndOfBlock ( string currentLine, string nextLine, int indent, string &matchedBlockEnd ) : bool | ||
currentLine | string | |
nextLine | string | |
indent | int | |
matchedBlockEnd | string | |
return | bool |
public lineIsStartOfBlock ( string currentLine, string previousLine, int indent, string &matchedBlockStart, int &numSpacesTrimmedOffStart ) : bool | ||
currentLine | string | |
previousLine | string | |
indent | int | |
matchedBlockStart | string | |
numSpacesTrimmedOffStart | int | |
return | bool |
public StartEndBlockType mBlockStartType | ||
return | StartEndBlockType |