mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
smart enter to wrap its single then/else branch into code blocks (IDEA-155280)
This commit is contained in:
+11
@@ -0,0 +1,11 @@
|
||||
|
||||
class Foo {
|
||||
{
|
||||
if (t != true) {
|
||||
<caret>
|
||||
logger.error("SimulationClient.run error: strategy () still running. please stop it before restart.");
|
||||
} else {
|
||||
proxy.startStopStrategy("strategyName", true);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user