Serg-Norseman / GEDKeeper

GEDKeeper - program for work with personal genealogical database
https://gedkeeper.net/
GNU General Public License v3.0
149 stars 44 forks source link

Empty lines in notes #522

Closed cbettinger closed 5 months ago

cbettinger commented 6 months ago

I recognized that GEDKeeper swallows empty lines in notes. For example this note

emptyline

gets stored as

0 @N1@ NOTE   
1 CONT A   
1 CONT B   
1 CONT C   
...

and therefore when the note is re-opened it is displayed like this:

emptyline2

I am not quite sure if the GEDCOM specification prohibits empty lines. If not it would be great to store empty lines as they are.

burtek commented 5 months ago

@Serg-Norseman Was the change in copyright dates from 2021 to 2023 intentional? Asking as we have 2024 already 😅

https://github.com/Serg-Norseman/GEDKeeper/commit/9e80dfc7e939d2e1410ef43c620b32003d568b21#diff-f2974eac629168882fa61a507e599d43222fb76ee0e7f0d962f44981bd773414L3-R3

Serg-Norseman commented 5 months ago

I've worked hard )))))) Eyes can't see, fingers can't type )))

Then I'll fix it somehow :)