As soon as I open a tex file using Ecletex 0.4 that editor is marked dirty. I save the file, close that editor and open the file again and the editor is marked dirty again. I think that wasn't the case in 0.3.
Is that a known issue/bug?
Greetings,
Uli
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Are you using the 'new' word wrap? If so thats thats probably the problem as the word wrap actually changes the underlying document... hence making it dirty. This wordwrap has been scrapped for the up coming version 0.0.5, and has been replaced with a better one (i hope :) )
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The changes are made on load, and when it is saved the changes are filtered out. The word wrap is done with a custom line delimiter that is inserted and then filtered out. So when the document is first loaded, its state is set, then the word wrap code kicks in and changes it, making the document dirty. This is a somewhat mute point as the affected code has been removed from the source base.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
As soon as I open a tex file using Ecletex 0.4 that editor is marked dirty. I save the file, close that editor and open the file again and the editor is marked dirty again. I think that wasn't the case in 0.3.
Is that a known issue/bug?
Greetings,
Uli
Are you using the 'new' word wrap? If so thats thats probably the problem as the word wrap actually changes the underlying document... hence making it dirty. This wordwrap has been scrapped for the up coming version 0.0.5, and has been replaced with a better one (i hope :) )
Yes I do, that's probably it. But shouldn't it make those changes once and don't make any changes when you open that same unchanged document again?
The changes are made on load, and when it is saved the changes are filtered out. The word wrap is done with a custom line delimiter that is inserted and then filtered out. So when the document is first loaded, its state is set, then the word wrap code kicks in and changes it, making the document dirty. This is a somewhat mute point as the affected code has been removed from the source base.