mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-02 11:18:16 +07:00
smart enter to wrap its single then/else branch into code blocks (IDEA-155280)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
|
||||
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