From cfc78d159338a94feeabb3b474860786d1beebd5 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 15 Mar 2026 19:40:09 +0100 Subject: fnkeys.tes: when preserving the horizontal column, take the character representations and tab draw modes into account 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 --- lib/fnkeys.tes | Bin 4391 -> 5056 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/lib/fnkeys.tes b/lib/fnkeys.tes index 937caf9..2828899 100644 Binary files a/lib/fnkeys.tes and b/lib/fnkeys.tes differ -- cgit v1.2.3