Anton Filimonov

Results 378 comments of Anton Filimonov

Simple diff can be done in a separate window, like scratchpad is now. However, it won't be a very feature-rich tool. Theoretically, tabs in klogg are designed in such a...

Hi, @adlingepa could you make a screenshot of the problem? And which version of klogg are you using?

Thanks for the screenshot. Which Ubuntu version are you using? I'll try to get a virtual machine with it installed.

@reflekteur unfortunately, this looks impossible to fix using current auto-completion provided by Qt. QCompleter does not allow to customize string comparison function. It might be possible with some custom widgets....

The same as nickbnf/glogg#137

@janafrank, copied from #390 > For when you need to perform the same search on many files. Just a simple option to 'Search all open files' that will save users...

Yes, I'm thinking of something like Notepad++. However, a bottom panel with merged search results will be hard to implement in current klogg architecture. Separate tab might be easier.

Index file read buffer is controlling the size of chunks of data that are read from disk at once during initial file loading. The idea is to balance disk read...