unix format (lf) not used in 64-bit PL/SQL-Developer

Bernhard S

Member³
In Preferences - Files - Format
I have set "Linebreaks when saving files" to:
Unix format (lf)

When I create a new file, like command window or sql window and safe it using 32-bit PL/SQL Developer version 11.0.5.1775 this safes the file as expected using Unix format (lf)

When I do the same using 64-bit PL/SQL Developer version 11.0.5.1790 this does not work however and the files get wrongly stored using Windows Format (cr/lf)

Even when I open a file using 64-bit PL/SQL Developer, which was already in Unix format before, and safe it again, it gets transformed to Windows Format (cr/lf)!
 
Back
Top