manuskript/manuskript/models
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
..
__init__.py Creates base classes 2017-11-15 20:34:05 +01:00
abstractItem.py Fixed identation to match other code 2021-06-21 14:34:41 +02:00
abstractModel.py Someone was in a JavaScript mood? 2021-06-21 02:43:09 +01:00
characterModel.py Add global search 2021-04-02 14:15:17 +01:00
characterPOVModel.py Bugfix for filtering on POV characters 2021-07-10 19:01:58 +02:00
flatDataModelWrapper.py Add global search 2021-04-02 14:15:17 +01:00
outlineItem.py Partial fix for erroneous nbsp->space conversion 2021-07-10 19:01:58 +02:00
outlineModel.py Merge branch 'develop' into develop 2021-04-08 18:33:27 +02:00
persosProxyModel.py Fix typos that are visible to end-users. 2018-01-29 10:30:41 -07:00
plotModel.py Add global search 2021-04-02 14:15:17 +01:00
plotsProxyModel.py Fix typos that are visible to end-users. 2018-01-29 10:30:41 -07:00
references.py Converted most print statements to use logging 2021-04-08 18:44:28 +02:00
searchableItem.py Add global search 2021-04-02 14:15:17 +01:00
searchableModel.py Add global search 2021-04-02 14:15:17 +01:00
searchFilter.py Add global search 2021-04-02 14:15:17 +01:00
searchResultModel.py Add global search 2021-04-02 14:15:17 +01:00
worldModel.py Fix missing root when using world building template 2021-04-20 18:57:36 -04:00