aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/Scintilla.iface
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-11-16 11:23:09 +0000
committernyamatongwe <unknown>2001-11-16 11:23:09 +0000
commit2e4cd5a427414588d7de72aefba09238c325367c (patch)
tree94e100d76792c8a436a327ddb5b71349aaed354e /include/Scintilla.iface
parent58b5ae4eb93b3e931710d337c1345694ad72485a (diff)
downloadscintilla-mirror-2e4cd5a427414588d7de72aefba09238c325367c.tar.gz
Added DeleteBackNotLine command.
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r--include/Scintilla.iface4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface
index f6d360fc6..36675e29e 100644
--- a/include/Scintilla.iface
+++ b/include/Scintilla.iface
@@ -1032,6 +1032,10 @@ fun void LineScrollDown=2342(,)
# Scroll the document up, keeping the caret visible.
fun void LineScrollUp=2343(,)
+# Delete the selection or if no selection, the character before the caret.
+# Will not delete the chraacter before at the start of a line.
+fun void DeleteBackNotLine=2344(,)
+
# Move the caret inside current view if it's not there already
fun void MoveCaretInsideView=2401(,)