| java.lang.Object org.terracotta.dso.LineLengths
LineLengths | public class LineLengths implements java.io.Serializable(Code) | | Keeps information about a text file's line lengths. Used by TcPlugin
to help create SAXMarkers when there are errors on the config document.
This object is serialized to the plugin's private working area, along
with the config document and config object, after successfully parsing
the document into the object.
Eclipse documents provide this sort of information but we can't rely
on the config document being loaded into an editor.
See Also: TcPlugin.loadConfiguration See Also: TcPlugin.handleXmlErrors |
LineLengths | public LineLengths()(Code) | | |
lineSize | public int lineSize(int line)(Code) | | |
offset | public int offset(int line)(Code) | | |
offset | public int offset(int line, int col)(Code) | | |
|
|