Mathieu Moreau

Results 298 comments of Mathieu Moreau

Could also use some profiling to check bottlenecks.

by all means keep hold on to ALT+cursor too, since that's what's in VScode.

``` ## COMMON_STEPS * test 1 \ \ \ * test 2 * test 3 ``` produces ![image](https://github.com/executablebooks/MyST-Parser/assets/4163396/f793f6a7-3455-4f7e-80ad-e43e61446320) ``` test 1 \ test 2 test 3 ``` not 3 line...

But if we do clear the clipboard on timeout (**works for me**) then why we don't clear it before exiting the app? There should be a exit hook before killing...

Fare enough, thanks

I'm trying to put an empty line between list items, but none of these work ``` * itemA BACKSLASH_HERE * itemB * itemA * itemB * itemA * itemB *...

Thank you! but I'm testing 2.1.3.1355 and standing here, when I press 'b' it doesn't jump to Belarusian.lang ![2024-06-29_105251_SX](https://github.com/stefankueng/grepWin/assets/4163396/4382f153-fd99-414b-9e3a-35bffa5017dd) even though it's sorted by name.

There shouldn't be a need to use both ctrl+alt modifiers to type any character, please double check your layout.

Also if pressing enter after `if(test)` it could auto add the curly braces. Half of code base is usually curly braces.

You have a `call();` you decide to wrap it in if/while/do/for blocks, you start typing` if(x) { ` in front of it, then press ENTER, the least it can do...