Anton Filimonov

Results 378 comments of Anton Filimonov

Thanks for reporting this. The current behaviour is like this because viewport scrolling and line selections are separate. Changing PgUp/PgDown to modify current selection is possible, but I'll need to...

For windows there is EmEditor, but it is not free. I am making some progress on word wrap, but no clear timeline yet

In CI builds 23.06+ I've enabled experimental text wrap feature. It is in the `view` menu, and can be toggled with `W` key. Currently the wrapping algorithm is very basic,...

For now text wrap is disabled on restarts to avoid scenario when enabling it leads to repeated crashes on startup It definetely should be either a global setting or a...

> **23.06.0.1400 Qt5 x64** - found another bug: Search Results [are being cut](https://github.com/variar/klogg/assets/22843816/44b98616-fcf5-4fe2-852f-bf8fef91b347) beyond results frame when wrap is disabled. Might be fixed in 23.06.0.1405

Changes in build 23.06.0.1407: - fixed cut lines on horizontal scroll - fixed crash on horizontal scroll - added a persistent setting for default state of text wrap (Preferences->View)

Thanks for ideas! `CTRL-F` shortcut should replace quick find search pattern with currently selected text. `/` and `*` shortcuts are intended for full-size keyboards with separate numpad. That way there...

A dialog to edit custom key bindings will be added in one of next builds. Not all shortcuts have been refactored to this new scheme. More will come next week.

General issue for hotkeys customization #26

That was not that easy to hack, but seems to work. Quickfind implementation inherited from glogg is quite a mess.