| java.lang.Object tide.outputtabs.search.SearchHit
Constructor Summary | |
public | SearchHit(FileItem fileItem, int lineS, int colS, int lineE, int colE, String capture) | public | SearchHit(FileItem fileItem) Constructor to use for a hit only on the file name. |
lineEndcolEnd | public int lineEndcolEnd(Code) | | |
supplementaryRegexCaptureGroups | public List<String> supplementaryRegexCaptureGroups(Code) | | |
SearchHit | public SearchHit(FileItem fileItem, int lineS, int colS, int lineE, int colE, String capture)(Code) | | |
SearchHit | public SearchHit(FileItem fileItem)(Code) | | Constructor to use for a hit only on the file name.
|
compareTo | public int compareTo(SearchHit h2)(Code) | | Compares the start positions {name, line, column}
|
shiftLine | final public void shiftLine(int inc)(Code) | | Used during editor line inserts, very practical !!
(but not 100% perfect, cols are ignored)...
|
toString | public String toString()(Code) | | Used for clipboard export (supports copy-paste in execution tab with jump/selection recognition)
|
|
|