Priority
Normal
Type
Feature 
State
Fixed 
Assignee
Alexey Kudravtsev 
Subsystem
Plugin Support. API 
Affected versions
Fixed in
Fixed in build
Next build 
  • Submitted by   Roy Navon
    3 years ago (28 Sep 2006 17:52)
  • Updated by   root
    6 months ago (17 Jan 2010 19:34)
  • Jira: IDEA-34434
    (history, comments)
IDEA-34434 PropertiesFile.addProperty() does not allow to specify location in file
1
When trying to add a property to a properties file you cannot use addAfter() to specify the location.
You have to use addProperty() which adds the property to the end.

See also:
http://www.intellij.net/forums/thread.jspa?forumID=23&threadID=220800

Issue was resolved
Comments (1)
 
History
 
Linked Issues (0)
 
Alexey Kudravtsev
  Alexey Kudravtsev
17 May 2007 14:55
(3 years ago)
See PropertiesFile.addPropertyAfter()