mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 11:35:12 +07:00
GitOrigin-RevId: 19f11736e3a358ab995d6d38b155e6381e0f33c3
5 lines
119 B
Java
5 lines
119 B
Java
class Foo {
|
|
void foo(){
|
|
int lineStart = document.getLineStartOffset<caret>(document.getLineNumber(offset));
|
|
}
|
|
} |