Yuriy Balyuk
Yuriy Balyuk
oh, you mean this? ``` Option + ` + letter = grave accent à, è, ì, ò, or ù (like this: Voilà) Option + i + letter = circumflex accent...
 It seems that only with `US International PC` keyboard one can use easy method of typing accented letters: 1. type backtick (it will be yellow)  2. type letter...
regular SynEdit lacks this too, i'm afraid.
but very primitive edit box has support for typing accents.
SublimeText also has this facility: Preferences > Key Bindings, add the following code to the file that opens `Default (Linux).sublime-keymap`: ```json [ { "keys": ["`","a"], "command": "insert", "args": {"characters": "à"}},...
1. entering `backtick char` can't be a problem of CudaText. it can be a problem of Keyboard Layout, I think. for example, i can enter backtick (in all apps) with...
I think this bug is not present in a regular SynEdit.
> InflateRect(R, 1, 1); this helps with blinking! but now default `caret_view` = `2,-100` looks like `3,-100`. same. (minor issue) also I found another bug :+1: :smile: (it happens with...
[Peek 2022-07-31 15-10.webm](https://user-images.githubusercontent.com/275333/182025701-1436fb09-e42c-4ecd-89d3-402d5b411740.webm)
yes. I have executed old binary to check. blinking with InflateRect is fine. (only caret width is weird)