Anton Filimonov
Anton Filimonov
Quickfind should work in the bottom view which shows marked/matched lines if that view was in focus.
> **22.06.0.1289 x64** - I'll add some here: > > 1. Allow disabling "search as you type" behavior There is a setting to turn off incremental quick find in the...
Tried quick hack for "exclude this" filters. Didn't go well because many things depend on line numbers being equal to index in array, without gaps. Looks like this feature will...
Repology provides nice badge with overview of available packages, and it updates automatically: [](https://repology.org/project/namedtype/versions) Markdown for it: ``` [](https://repology.org/project/namedtype/versions) ```
I use hyperscan from c++ application. To utilize several cores I split the input between them, and then merge the results. This way I do see almost linear speedup.
Is an option to keep file closed (in "Advanced" tab) enabled? That could cause each read operation to reopen a file on network share and slow each operation.
It confirms that reopening file every time to read new data from share is costly. Adding a delay before closing the file might solve the issue with scrolling. But initiating...
There is a workaround for this in #430. Not all colors can be changed this way, but I think main views background can be modified.
Indeed. Current 'dark' style should just apply the colors from conf file to qt default style. So the colors can be changed to 'light' ones. I can get the default...
I see this being useful in some cases. I am not sure what the UI for this feature in klogg should be. Klogg shows a count of matches, so doing...