summaryrefslogtreecommitdiff
path: root/resources-en/src/tips/excluded/SmartEnd.html
diff options
context:
space:
mode:
Diffstat (limited to 'resources-en/src/tips/excluded/SmartEnd.html')
-rw-r--r--resources-en/src/tips/excluded/SmartEnd.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/resources-en/src/tips/excluded/SmartEnd.html b/resources-en/src/tips/excluded/SmartEnd.html
new file mode 100644
index 000000000000..16cfcabcccf6
--- /dev/null
+++ b/resources-en/src/tips/excluded/SmartEnd.html
@@ -0,0 +1,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>