Anton Filimonov
Anton Filimonov
Can be tested in 23.06.0.1479+
I am considering it, but I am not sure. Automatically changing the search expression might ruin the complex regex that user created and then by accident switched to another tab
Search history is saved when user actually does a search. Switching between tabs case could work if tab remembers current input in regex textbox.
> In `aaa.*(bbb|ccc)|ddd`, `ddd` is also not highlighted. This is expected. Only capture groups are highlighted if they are present. Here there is a capture group `(bbb|ccc)`, and `ddd` is...
@panchdee thanks for suggestion. Named groups of highlighters are available in klogg 20.12 release. Adding rules to apply different highlighters based on some properties of opened file (filename patterns or...
@Brown2Fox yes, some kind of "workspace" concept looks more and more interesting. It could include highlighters, predefined filters and custom word colouring.
Is "keep the file closed" setting enabled (it is in File tab)?
I've added some logging to file holder to check if it is not released properly.
There is a https://github.com/VectorCamp/vectorscan project. They should be almost API compatible with hyperscan and support more architectures. Adding an option to build with them could be nice.
I've added a cmake option to build klogg with vectorscan, passing `-DKLOGG_USE_HYPERSCAN=OFF -DKLOGG_USE_VECTORSCAN=ON` should make klogg use vectorscan backend.