mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-03 04:44:53 +07:00
Better word unselect GitOrigin-RevId: 5519cf57e79052e7472d554631865263531cf7d6
7 lines
106 B
Java
7 lines
106 B
Java
class C {
|
|
private void foo() {
|
|
<selection> {
|
|
<caret>
|
|
}
|
|
</selection> }
|
|
} |