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 TextReplaceResultSetAbstractReplaceAction. estimateActionRange(org.eclipse.jface.text.IDocument doc)protected abstract TextReplaceResultSetAbstractTextAction. estimateActionRange(org.eclipse.jface.text.IDocument doc)protected TextReplaceResultSetSpaces. estimateActionRange(org.eclipse.jface.text.IDocument doc)Methods in de.loskutov.anyedit.actions with parameters of type TextReplaceResultSet Modifier and Type Method Description protected voidAbstractReplaceAction. doTextOperation(org.eclipse.jface.text.IDocument doc, java.lang.String actionID, TextReplaceResultSet resultSet)protected abstract voidAbstractTextAction. 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 voidBase64UnEncode. doTextOperation(org.eclipse.jface.text.IDocument doc, java.lang.String actionID, TextReplaceResultSet resultSet)protected voidConvertUnicode. doTextOperation(org.eclipse.jface.text.IDocument doc, java.lang.String actionID, TextReplaceResultSet resultSet)protected voidSpaces. 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 voidUnEscape. doTextOperation(org.eclipse.jface.text.IDocument doc, java.lang.String actionID, TextReplaceResultSet resultSet)(package private) static voidConvertAllAction.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 TextReplaceResultSetAbstractSortAction. 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 voidAbstractSortAction. addLines(TextReplaceResultSet results, java.util.List<LineReplaceResult> lineList)protected voidAbstractSortAction. 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)
-