]
Alexey Kazakov updated JBIDE-5013:
----------------------------------
Fix Version/s: LATER
(was: 3.3.x)
Don't remove "\" from property file
-----------------------------------
Key: JBIDE-5013
URL:
https://issues.jboss.org/browse/JBIDE-5013
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: common
Affects Versions: 3.1.0.M4
Reporter: Krasimir Goutcev
Assignee: Viacheslav Kabanovich
Priority: Minor
Labels: new_and_noteworthy
Fix For: LATER
Attachments: prop1.png, prop2.png
Here is an example of the contents of a properties file:
# a comment
! a comment
a = a string
b = a string with escape sequences \t \n \r \\ \" \' \ (space) \u0123
c = a string with a continuation line \
continuation line
Now if you put something like
key = a string with a continuation line \
continuation line
next time when you open file will see:
key = a string with a continuation line continuation line
Second:
Now "Add property" is :see pic1
why not to be: see pic2
--
This message is automatically generated by JIRA.
For more information on JIRA, see: