Anton Filimonov

Results 378 comments of Anton Filimonov

Could be done along with switching to KDAB dock widgets library (#165)

There was a fork that tries to do something similar. I suppose adding a dialog to allow executing adb logcat > "some_temp_file" and automatically opening this file in follow mode...

> Hi xaljer , your idea seems interesting, it would also fit my workflow, but I want to make sure we understand it the same way. > > How I...

> Hi twardakm , yes, we got the same idea here. But I think we can talk more about details. > > I think may be we can simplify concepts....

Currently klogg is saving the content of either file view or filtered view. So for your usecase it should be possible to fiter the file using some regex and save...

https://docs.microsoft.com/en-us/cpp/intrinsics/cpuid-cpuidex?redirectedfrom=MSDN&view=msvc-160 https://gcc.gnu.org/onlinedocs/gcc-4.8.2/gcc/X86-Built-in-Functions.html

Checks on startup should prevent some crashes. Checks in installer will be later

Selection of non-adjacent lines is not supported by underlying selection model. This is indeed a nice to have feature.

@Repoloon I think impementing common pattern for selection of multiple lines with `Ctrl` is the best approach. As a workaround it is already possible to mark the lines, then switch...