public interface CopyPastePreProcessor
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<CopyPastePreProcessor> |
EP_NAME |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
preprocessOnCopy(PsiFile file,
int[] startOffsets,
int[] endOffsets,
java.lang.String text)
If not-null value is returned by this method, it will replace copied text.
|
java.lang.String |
preprocessOnPaste(Project project,
PsiFile file,
Editor editor,
java.lang.String text,
RawText rawText)
Replaces pasted text.
|
static final ExtensionPointName<CopyPastePreProcessor> EP_NAME
java.lang.String preprocessOnCopy(PsiFile file, int[] startOffsets, int[] endOffsets, java.lang.String text)