Andrew Penkrat
Andrew Penkrat
> This is just a feature idea: when hitting corners, windows could fill the quartets of the screen. For example, when dragged to the top right corner, window would be...
Found this library https://github.com/frankosterfeld/qtkeychain
Maybe switch to `[[maybe_unused]]` attribute which is supported by all major compilers and [is standard since C++17](https://en.cppreference.com/w/cpp/language/attributes/maybe_unused) instead?
It's supported in GCC since version 7 and in Clang since version 3.9. Yes, it's used differently than Q_UNUSED. I don't find it weird 'cause I'm used to write non-Qt...
I'd prefer dark theme and fullscreen mode to be separate features.
A dark theme will be tracked in #32
Can you record a core dump? To do so run `ulimit -c unlimited` in terminal, then run liri-text and make it crash. A core file should appear in your home...
LiriSyntaxHighlighter sets all the formats correctly. Looks like a Qt bug.
Might be this bug https://bugreports.qt.io/browse/QTBUG-58092
Now I notice this appears in any language: deleting a symbol never updates lines below. And everything worked fine with Qt 5.7, so it must be a regression in Qt.