Anton Filimonov

Results 378 comments of Anton Filimonov

In the latest builds there is an "inverse match" button near the filter string input. That should make only lines not matching the regex show up in the bottom window.

I do see bold font in font selection: ![image](https://github.com/user-attachments/assets/ad3a67d7-26b6-46d0-ac73-bbf7f6cc267a) But there is API in Qt to set font weight to bold, so a checkbox in the settings dialog can be...

I've added an option to make font bold in 24.11.0.1669. However, it doesn't work for some of my fonts.

Hi, do you have some more details? What parts of code did trigger the tool to produce a report?

Thanks for more information. Neither python scripts nor tests are part of klogg distribution, they are part of build pipeline. So there is not much to fix for end users....

LineColumn and LineLength should be types-safe wrappers over int/int64. Are there size greater than 16? type_safe libary was missing empty-base-class optimization on MSVC compiler, but I've bumped the version.

That looks very strange. Could you check if by any chance debug logs are enabled in settings? Also is it the same when using light theme?

Thanks! That explains why scrolling gets slower with more visible lines. One more reason to switch highlighters to hyperscan. It allows to check a string against a set of regex...

I've added hyperscan support for highlighters. It works as a pre-filter to skip highlighters that definetely can't match a line (hyperscan support for reporting exact match position is limited). All...

I've accidentaly disabled hyperscan in all builds. Fixed in 24.11.0.1681. Now pre-filtering using hyperscan quick matching should be fast again.