summaryrefslogtreecommitdiff
path: root/resources-en/src/tips/excluded/SmartEnd.html
blob: 16cfcabcccf6801f2d0cbd95ead3350b4e2337db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<body style="font-family: Verdana; font-size: 13;"   LEFTMARGIN="25"   TOPMARGIN="25"><table cellpadding="15" width="98%"  border="0"><tr><td>

When you press the &shortcut:EditorLineEnd; key on an empty line, the caret is positioned to the place where you most
likely will start typing on this line (Smart End). For example, when you have
<pre>
  public void f(){

  }
</pre>
and press &shortcut:EditorLineEnd; anywhere on the empty line between braces, the caret is positioned to one indent to the right from
the position just under "public".
<br>
You must have the correct indent size and other settings set in the correspondence to your code style preferences in
the "Source Code" options.


</td></tr></table></body>
</html>