manuskript/manuskript
Jan Wester 32caf6aa04 Partial fix for erroneous nbsp->space conversion
QDocument::toPlainText() has the stupid decision to convert nbsp to
spaces in it, which our users obviously hate. Unfortunately, this is
out of our control to fix completely. It is a very deep rabbit hole. :(

Typing non-breaking spaces in the editor now works. Reopening these
files at a later point has these characters remain intact.

What does NOT work is copy-pasting non-breaking spaces. These will end
up looking like normal spaces when you paste them somewhere else, be it
in Manuskript or some other document. In other words: it is impossible
for users to verify whether something is a non-breaking space or an
ordinary one.

I realize that it makes this partial fix meaningless for many. Sorry. :/

Partially fixes issue 738.
2021-07-10 19:01:58 +02:00
..
converters Converted most print statements to use logging 2021-04-08 18:44:28 +02:00
exporter Fixed pandoc command arguments (#790) 2021-04-10 14:58:00 +02:00
functions Optimized counting words and characters via regex 2021-06-01 15:17:54 +02:00
importer Fixed all Python syntax warnings 2021-02-21 23:45:34 +01:00
load_save Merge pull request #667 from worstje/arguments-and-logging 2021-04-08 19:37:09 +02:00
models Partial fix for erroneous nbsp->space conversion 2021-07-10 19:01:58 +02:00
tests Fixing the tests for travis-CI 2021-04-09 19:19:03 -04:00
ui Partial fix for erroneous nbsp->space conversion 2021-07-10 19:01:58 +02:00
__init__.py Renaming source folder 2016-02-06 08:38:33 +01:00
enums.py Add global search 2021-04-02 14:15:17 +01:00
loadSave.py Converted most print statements to use logging 2021-04-08 18:44:28 +02:00
logging.py Friendly logging for end users (#859) 2021-04-13 13:32:46 +02:00
main.py Share OpenGL contexts to make Qt WebEngine happy 2021-07-10 19:01:58 +02:00
mainWindow.py Friendly logging for end users (#859) 2021-04-13 13:32:46 +02:00
searchLabels.py Add global search 2021-04-02 14:15:17 +01:00
settings.py Converted most print statements to use logging 2021-04-08 18:44:28 +02:00
settingsWindow.py Fixed issue #817 with the settings style picking 2021-02-21 23:59:23 +01:00
version.py ========== manuskript-0.12.0 ========== 2021-04-30 16:43:17 +02:00