| <html> |
| <head> |
| <link rel="stylesheet" type="text/css" href="css/tips.css"> |
| </head> |
| <body> |
| |
| |
| <p>Use <span class="shortcut">&shortcut:EditorCompleteStatement;</span> to complete a current statement such as |
| <span class="code_emphasis">if</span>, |
| <span class="code_emphasis">do-while</span>, |
| <span class="code_emphasis">try-catch</span>, |
| <span class="code_emphasis">return</span> |
| (or a method call) into a syntactically correct construct (e.g. add curly braces).</p> |
| <p class="image"><img src="images/complete_statement.png"></p> |
| |
| |
| |
| </body> |
| </html> |