diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-03-15 19:40:09 +0100 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-03-15 19:40:09 +0100 |
| commit | cfc78d159338a94feeabb3b474860786d1beebd5 (patch) | |
| tree | 5092c62265b2e61c2f4376a5bbb90794db53359a /lib/fnkeys.tes | |
| parent | b8d8d5f87cbe9a4eec4ac410777c716e557b5466 (diff) | |
fnkeys.tes: when preserving the horizontal column, take the character representations and tab draw modes into accountHEADmaster-fmsbw-cimaster
When editing TECO source files with fnkeys.tes, you could get unexpected cursor jumps
since SCI_GETCOLUMN counts all control characters as single columns and would always expand
tabs, even if tabs are drawn like control codes.
This could have been changed in Scintilla itself, but Neil decided that
SCI_GETCOLUMN and SCI_FINDCOLUMN will not be changed.
See https://groups.google.com/g/scintilla-interest/c/aqxapyAcRiA
Diffstat (limited to 'lib/fnkeys.tes')
| -rw-r--r-- | lib/fnkeys.tes | bin | 4391 -> 5056 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/lib/fnkeys.tes b/lib/fnkeys.tes Binary files differindex 937caf9..2828899 100644 --- a/lib/fnkeys.tes +++ b/lib/fnkeys.tes |
