mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-20 03:20:56 +07:00
Add a enter handler for snippets to insert leading asterisks if needed. Signed-off-by: Nikita Eshkeev <nikita.eshkeev@jetbrains.com> GitOrigin-RevId: 365eaf0c873f11673dd03cbbb7b4395410e0e110
13 lines
145 B
Java
13 lines
145 B
Java
// "_ignore" "true"
|
|
|
|
/**
|
|
* A simple program.
|
|
* {@snippet :
|
|
* class HelloWorld {
|
|
* public void f() {<caret>}
|
|
* }
|
|
* }
|
|
*/
|
|
class Main {
|
|
}
|