moved to core

This commit is contained in:
Alexey Kudravtsev
2013-05-27 11:13:26 +04:00
parent a00eeeaabb
commit 15926a2e78
@@ -33,5 +33,4 @@ public abstract class SelectInEditorManager{
* or this method is called again.
*/
public abstract void selectInEditor(VirtualFile file, int startOffset, int endOffset, boolean toSelectLine, boolean toUseNormalSelection);
}