Quote:
Originally Posted by DiapDealer
I'm pretty sure QTextStream and QString both convert all line endings to \n in memory, right? No need to worry about \r\n.
|
It may, but we have always handled line endings ourselves. See Utility.cpp's ConvertLineEndingsand Normalize() routine. So either way, we are covered.
Quote:
Correct me if I'm wrong, but couldn't this approach also solve the custom .bdic location for PageEdit problem that we were discussing? Set the variable in the file and drop/copy dictionaries where you want?
|
Yes that should work. Great idea! We can document that in the PageEdit user's guide someplace.
Quote:
Something in your recent pushes is failing the Linux CI build on GitHub (which uses our Python and Qt minimums), however.
|
I will look into that? I would hope qputenv would exist all of the way back to Qt 6.4, but I will look into it.