Uses of Class
de.loskutov.anyedit.util.TextReplaceResultSet
-
Packages that use TextReplaceResultSet Package Description de.loskutov.anyedit.actions de.loskutov.anyedit.actions.sort -
-
Uses of TextReplaceResultSet in de.loskutov.anyedit.actions
Methods in de.loskutov.anyedit.actions that return TextReplaceResultSet Modifier and Type Method Description protected TextReplaceResultSet
AbstractReplaceAction. estimateActionRange(org.eclipse.jface.text.IDocument doc)
protected abstract TextReplaceResultSet
AbstractTextAction. estimateActionRange(org.eclipse.jface.text.IDocument doc)
protected TextReplaceResultSet
Spaces. estimateActionRange(org.eclipse.jface.text.IDocument doc)
Methods in de.loskutov.anyedit.actions with parameters of type TextReplaceResultSet Modifier and Type Method Description protected void
AbstractReplaceAction. doTextOperation(org.eclipse.jface.text.IDocument doc, java.lang.String actionID, TextReplaceResultSet resultSet)
protected abstract void
AbstractTextAction. doTextOperation(org.eclipse.jface.text.IDocument doc, java.lang.String actionID, TextReplaceResultSet resultSet)
Should be invoked always after estimateActionRange() to ensure that operaton is possibleprotected void
Base64UnEncode. doTextOperation(org.eclipse.jface.text.IDocument doc, java.lang.String actionID, TextReplaceResultSet resultSet)
protected void
ConvertUnicode. doTextOperation(org.eclipse.jface.text.IDocument doc, java.lang.String actionID, TextReplaceResultSet resultSet)
protected void
Spaces. doTextOperation(org.eclipse.jface.text.IDocument doc, java.lang.String actionID, TextReplaceResultSet resultSet)
Should be invoked always after estimateActionRange() to ensure that operaton is possibleprotected void
UnEscape. doTextOperation(org.eclipse.jface.text.IDocument doc, java.lang.String actionID, TextReplaceResultSet resultSet)
(package private) static void
ConvertAllAction.ConvertJob. writeDocument(org.eclipse.core.resources.IFile file, org.eclipse.jface.text.IDocument document, TextReplaceResultSet resultSet)
-
Uses of TextReplaceResultSet in de.loskutov.anyedit.actions.sort
Methods in de.loskutov.anyedit.actions.sort that return TextReplaceResultSet Modifier and Type Method Description protected TextReplaceResultSet
AbstractSortAction. estimateActionRange(org.eclipse.jface.text.IDocument document)
Methods in de.loskutov.anyedit.actions.sort with parameters of type TextReplaceResultSet Modifier and Type Method Description private void
AbstractSortAction. addLines(TextReplaceResultSet results, java.util.List<LineReplaceResult> lineList)
protected void
AbstractSortAction. doTextOperation(org.eclipse.jface.text.IDocument document, java.lang.String action, TextReplaceResultSet results)
private java.util.List<LineReplaceResult>
AbstractSortAction. getLines(TextReplaceResultSet result, org.eclipse.jface.text.IDocument document)
-