diff options
author | nyamatongwe <devnull@localhost> | 2012-08-29 15:41:51 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2012-08-29 15:41:51 +1000 |
commit | 49c58915a02a9f82adbea3c94cfe59474f5f830e (patch) | |
tree | 94b2236d81e7847c0cc3c9f1d8df55483f4827f0 /include/Scintilla.iface | |
parent | 7ac3d9b1c51939f2377e6081bc2a463aa6ebf65a (diff) | |
download | scintilla-mirror-49c58915a02a9f82adbea3c94cfe59474f5f830e.tar.gz |
Move SCI_VCHOMEDISPLAY[EXTEND] from SciLexer range to Scintilla range.rel-3-2-2
Diffstat (limited to 'include/Scintilla.iface')
-rw-r--r-- | include/Scintilla.iface | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 1871d4f33..ff70c0a5a 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -2260,6 +2260,13 @@ fun void FindIndicatorFlash=2641(position start, position end) # On OS X, hide the find indicator. fun void FindIndicatorHide=2642(,) +# Move caret to before first visible character on display line. +# If already there move to first character on display line. +fun void VCHomeDisplay=2652(,) + +# Like VCHomeDisplay but extending selection to new caret position. +fun void VCHomeDisplayExtend=2653(,) + # Start notifying the container of all key presses and commands. fun void StartRecord=3001(,) @@ -2328,13 +2335,6 @@ fun int DescribeProperty=4016(string name, stringresult description) # Retrieve a '\n' separated list of descriptions of the keyword sets understood by the current lexer. fun int DescribeKeyWordSets=4017(, stringresult descriptions) -# Move caret to before first visible character on display line. -# If already there move to first character on display line. -fun void VCHomeDisplay=4018(,) - -# Like VCHomeDisplay but extending selection to new caret position. -fun void VCHomeDisplayExtend=4019(,) - # Notifications # Type of modification and the action which caused the modification. # These are defined as a bit mask to make it easy to specify which notifications are wanted. |