Pavel

Results 225 comments of Pavel
trafficstars

I'm also often getting mis-detection on similar files. Notepad++ detects the charset correctly. I'm leaving this issue open for later, maybe we can find a lightweight and accurate library for...

Sorry, I entirely missed the modifier - it's a hotkey, thus it's Ctrl+Space for "select word" (and Ctrl+Shift+Space for "select line").

Extend this behaviour so that it works left-side too. Document: ``` aa bb ' | ``` Ctrl+Space currently selects the entire line. Instead, make it select closest left-side word (`bb`),...

Document: `¶` Press Ctrl+Space - the program hangs.

48300c9 introduced a subtile change: Ctrl+Space no longer selects word on the next line. Consider this document: ``` first | third ``` Ctrl+Space used to select `third`, now it selects...

Must skip non-word symbols in the same way as implemented for the same-line selection: ``` | // foo ``` Result: ``` // [foo] ``` --- Additionally, trying next line should...

Works but need to improve Cut with no selection: if old caret position was greater than the end of the cut word, place the caret on the start of the...

> Works but need to improve Cut with no selection: **if old caret position was greater than the end of the cut word**, place the caret on the start of...

> Works but need to improve Cut with no selection: if old caret position was greater than the end of the cut word, place the caret on the start of...

Wow. Can't say I'm often editing >10M files with highlighting but I routinely work with >100M files (no highlighting) and I haven't seen any glitches like that. Try two things:...