Andrew Janke
Andrew Janke
I tried the new GCC 14 in Homebrew, and it totally cleared this up for me. Thanks!
Ping on this. Any progress? I'm trying to get `$TM_FULLNAME` an `$TM_YEAR` in the [`Octave-function.sublime-snippet` from the Matlab package](https://github.com/apjanke/sublime-Packages/blob/8c76dd38b2c0049247ec3f57c5b47e07ab52b178/Matlab/Snippets/Octave-function.sublime-snippet) working, but not having any luck.
ICU is not a dependency of Qt on Mac Homebrew, but it's an easily installable separate package (`icu4c`), so I wouldn't think it would be a problem to add the...
This image-display feature is wild! I'm an iTerm2 user and I'd never heard of it. Would be neat to see it implemented. This could also be useful for other programs...
I bet this is because my primary language is English (`en`), but there's no `qtermwidget_en.qm` file in `share/qtermwidget5/translations` in the installation, so Qt's QTranslator falls back to looking for my...
Related references: * https://forum.qt.io/topic/62723/qt-widgets-show-german-default-labels-on-uk-windows-system * https://forum.qt.io/topic/71000/how-to-clear-qtranslator/3 The last one says to just use `lupdate` and `lrelease` to create a no-changes English translation file. I'm not familiar enough with Qt to...
Is there a consensus here now? Can this be closed? And maybe summarized in a “Code style” section of the `CONTRIBUTING.md` file?
What about spaces inside the parentheses for function calls and if/for statements? I see a mix of styles here. https://github.com/lxqt/qtermwidget/blob/e292763e6d23fd92ac30cad9ac107709b8c47c71/lib/TerminalDisplay.cpp#L281-L292
Yep. I don't much care what the style is (except I hate Horstman braces, sorry @pas2k), just that it's consistent within a project. It's a small annoyance that I'm reading...
Understood. I'll keep the style changes to myself, and just chime in with substantive PRs.