Community
Participate
Working Groups
3.1-RC1 test pass - linux platform (default=Linux Delimiters: 0x0A) - workspace default set to windows (0x0D 0x0A) - project set to use workspace delims - have a java file with an externalizable string - execute Source>Externalize Strings (note: there are not message files yet, so they are created) > expected: Messages.java and messages.properties have Windows style delimiters < actual: the newly generated files have Unix style delimiters
Needs to be investigated for RC2.
>actual: the newly generated files have Unix style delimiters Unix style all over or mixed?
There are two problems here: 1) code formatter is called with 'null' resulting in Platform LD being used 2) a DocumentChange(...) is created with an empty document which results in Platfrom LD being used and written to the file We need to look at all clients of 1) and 2)
Fixed both problems in HEAD and reviewed usages of the CodeFormatterUtil and DocumentChange. Filed bug 98276 against JDT UI to review the usage of CreateFileChange (and subclasses).
Verified in N20050609-0010. Dani, please update state to VERIFIED