aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-03-28 10:28:38 +0000
committernyamatongwe <devnull@localhost>2003-03-28 10:28:38 +0000
commitfddd1b151df761d03bd63a5d4053e6ae9755ad40 (patch)
treee619f1fdf81d2bf91bf97b49b4783ba21ac16ca5 /include/Scintilla.iface
parent0c6cc29d7793de81f4bfd1c8c2562b84d70ea689 (diff)
downloadscintilla-mirror-fddd1b151df761d03bd63a5d4053e6ae9755ad40.tar.gz
Jakub's paragraph movement commands.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index a8f848227..1ea3be8b0 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1436,6 +1436,12 @@ set void SetHotspotActiveBack=2411(bool useSetting, colour back)
# Enable / Disable underlining active hotspots.
set void SetHotspotActiveUnderline=2412(bool underline,)
+# Move caret between paragraphs (delimited by empty lines)
+fun void ParaDown=2413(,)
+fun void ParaDownExtend=2414(,)
+fun void ParaUp=2415(,)
+fun void ParaUpExtend=2416(,)
+
# Start notifying the container of all key presses and commands.
fun void StartRecord=3001(,)