Anton Filimonov
Anton Filimonov
As for dark theme. Current one is based on Qt Fusion theme (it is available on all platforms) with tweaked colors. I am thinking to try add a dark theme...
Added windows classing dark theme. It has it's own problems, but might be more useful for someone. Should be in 21.08.0.1154 Default fusion theme has really small difference between pressed...
Klogg uses system widgets for its UI. It should look more or less native on each platform. "Modernising" can be achieved either by rewriting UI part using QML or by...
That could be indeed useful in some scenarios
Cool idea. It's hard to define common highlight patterns though.
Could you try current stable release from https://github.com/variar/klogg/releases/tag/v22.06?
I think I changed some arguments to VSCode clangd extension to make it stop adding includes automatically. No easy way to do a cleanup. There is an include what you...
That's an interesting use case. I think that more general solution would be adding a command line option for secondary instance to output a list of currently opened files. Then...
Reading stdin is indeed a useful feature. The problem with stdin is that klogg doesn't store file content in memory, so the underlying file should be seekable. But it should...
The interface for most parts of UI is quite simple. It requires a way to tell an offset by line number and read a block of bytes between two offsets....