fix NPE on openinig Project from commandline in WI
[fedora-idea.git] / resources_eng / src / tips / excluded / SmartEnd.html
blob16cfcabcccf6801f2d0cbd95ead3350b4e2337db
1 <html>
2 <body style="font-family: Verdana; font-size: 13;" LEFTMARGIN="25" TOPMARGIN="25"><table cellpadding="15" width="98%" border="0"><tr><td>
4 When you press the &shortcut:EditorLineEnd; key on an empty line, the caret is positioned to the place where you most
5 likely will start typing on this line (Smart End). For example, when you have
6 <pre>
7 public void f(){
10 </pre>
11 and press &shortcut:EditorLineEnd; anywhere on the empty line between braces, the caret is positioned to one indent to the right from
12 the position just under "public".
13 <br>
14 You must have the correct indent size and other settings set in the correspondence to your code style preferences in
15 the "Source Code" options.
18 </td></tr></table></body>
19 </html>