mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 00:50:53 +07:00
Fix injection for empty snippets. The range to inject is now starts after the colon and ends when the body ends. If no colon exist, then use the whole body as an injection point. GitOrigin-RevId: c7961f13c30212f52aad45a121bcf11b70ce8f2b
9 lines
99 B
Java
9 lines
99 B
Java
// "JAVA" "true"
|
|
|
|
/**
|
|
* A simple program.
|
|
* {@snippet :
|
|
* <caret>
|
|
* }
|
|
*/
|
|
class InjectJava {} |