View Single Post
Old 01-17-2026, 09:10 AM   #93
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 9,419
Karma: 6733960
Join Date: Nov 2009
Device: many
In your opinion. But if I typed a character, I would already know what key I just typed. And at top of file and line beginning, after the insertion point makes more sense. So not silly.

Furthermore the only difference between an insertion point cursor and a block cursor in Qt is cursor shape, i.e. it is not a mode indicator. So "under the cursor" should indicate the char after the insertion point, which in Qt is also the character at the textcursor start position in my opinion. The most common use case is investigating strange diacritics, rare punctuation, and special whitespace chars and for that either before or after the insertion point works.

Last edited by KevinH; 01-17-2026 at 10:29 AM.
KevinH is offline