-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I'm using Heimer 1.12.0 (but it says 1.11.0 on the title) on Windows 10.
There are two bugs related to saving and editing the file:
- Newlines are being added on top of newlines. Repro:
- Make a new file with a node with the text:
1<newline>2, save it. PS: it seems the bug only happens if there is text before and after the newline. - Open the file, click on the node but don't edit it or do anything.
- Close the file and save it. Heimer will say the file has been modified even though there should be no modification and will ask to save it.
- Open the file again. The text will be
1<newline><newline>2. - Repeat steps 2-4 (ii-iv), there will be a new newline every time you go through this process.
- Make a new file with a node with the text:
Opening the file on a text editor after the step 3 (iii) shows the newline as

\r\ninstead of simply\n.
- Accents doesn't save. Repro:
- Make a new file with a node with the text
á, save it. - Open the file, the character will be
�. Make some modification just to save the file again. - Open the file again, now the character will be
?.
- Make a new file with a node with the text
Opening the file on a text editor after the step 1 (i) shows the character as
xE1. Editing the file on a text editor toámakes Heimer show the characterácorrectly.
Likewise, opening the file on a text editor after the step 2 (ii) shows the character as
?.
I hope this is helpful.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working