Stefan Löffler
Stefan Löffler
After some experimentation, I don't think disabling/ignoring OpenGL/Gui (on the host) is a good idea (some further information can be found in #2794, but I'll try to summarize my current...
For reference, here's a list of Qt6 modules (which are currently available in MXE and) in which I could find tools (so they should be built for both _host and...
@mabrand: the four packages I mentioned that have "tools" (qtbase, qtshadertools, qtdeclarative, qttools) all depend on `$(BUILD)~$(PKG)` already, so all the necessary tools should be built with the sources as-is.
What do you mean by "sees them identically"? In my tests (Tw 0.7 on Ubuntu), U+00A0 is preserved during saving and loading and also is "non-breaking" in terms of line...
I see - I can confirm this behavior. Some digging revealed that this might be by design deep in the [Qt source code](https://code.qt.io/cgit/qt/qtbase.git/tree/src/gui/text/qtextdocument.cpp#n1349), where QChar::Nbsp is deliberately replaced by a...
Thanks for reporting. Unfortunately, this can't be fixed (easily) on the TeXworks side as the line numbering relies on Qt's internal text layouting for identifying "text blocks" (=lines). The Qt...
As you wrote in your original post: U+2028 "may exist in the tex source for some good reason". So I don't like arbitrarily changing characters (in fact, Tw goes to...
Thanks for reporting. Please provide the following additional information: * Which operating system do you use? * Which locale/language settings do you use in your OS? * How did you...
Thanks for reporting. I seem to remember having a similar problem in the past when running automated builds. However, I can't reproduce the issue on a fresh install right now....
Thanks for the output, @erikv85. At first inspection, this all looks good - texworks only links to Qt5 libs that are all found (i.e., no missing files). Still, from you...