mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-30 02:09:59 +07:00
IDEA-80056 Column selection mode improvement
updating editor fixtures to work for multiple carets
This commit is contained in:
@@ -9,6 +9,6 @@ public abstract class Foo {
|
||||
};
|
||||
|
||||
protected Foo() {
|
||||
IBar bar = anonymou<caret>s;
|
||||
IBar bar = anonymous;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user