diff options
| author | nyamatongwe <devnull@localhost> | 2004-07-22 01:02:15 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2004-07-22 01:02:15 +0000 |
| commit | 1e897e643d5acc133f9c90beeec20428d2037e41 (patch) | |
| tree | 43b1c8d5d353905b6e9917d9bcd2b6dd335a991d /include/Scintilla.iface | |
| parent | 80cef9861be6eb687bace05e989677a3b3df675d (diff) | |
| download | scintilla-mirror-1e897e643d5acc133f9c90beeec20428d2037e41.tar.gz | |
New method SCI_FINDCOLUMN.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 8fec74f66..d53f9c4e4 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -1595,6 +1595,10 @@ fun void SetLengthForEncode=2448(int bytes,) # On error return 0. fun int EncodedFromUTF8=2449(string utf8, stringresult encoded) +# Find the position of a column on a line taking into account tabs and +# multi-byte characters. If beyond end of line, return line end position. +fun int FindColumn=2456(int line, int column) + # Start notifying the container of all key presses and commands. fun void StartRecord=3001(,) |
