mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
[imaginary editor] support lead selection offset
GitOrigin-RevId: d00e68bbc1c199c0f433a629155c446e6c9964d0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ec38cb40b2
commit
366c4967e6
@@ -127,7 +127,7 @@ class ImaginaryCaret extends UserDataHolderBase implements Caret {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int getLeadSelectionOffset() {
|
public int getLeadSelectionOffset() {
|
||||||
throw notImplemented();
|
return getOffset();
|
||||||
}
|
}
|
||||||
|
|
||||||
@NotNull
|
@NotNull
|
||||||
|
|||||||
Reference in New Issue
Block a user