History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-12879
Type: Usability Problem Usability Problem
Status: Open Open
Priority: Major Major
Assignee: Eugene Zhuravlev
Reporter: Alexander Chernikov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Ant integration: user has no way to synchronize with external file changes

Created: 21 Dec 06 20:05   Updated: 06 Nov 08 23:26
Component/s: Ant Integration
Fix Version/s: Undefined

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,609


 Description  « Hide
Type an ant script:
<project name="exception" default="main">
	<property file="c:/existent-dir/existent-file.properties"/>
	<target name="main">
		<echo message="${existent.key}"/>
	</target>
</project>

All is Ok. Externally change the content of existen-file.properties: add-remove keys, etc. Add more properties files to existent-dir.
Return to IDEA. Invoke code completion in property/@file attribute - changes are not reflected there. Invoke code completion in echo/@message - no changes too. Reopen project does not help. User has to restart IDEA to see his changes.

Would be very nice either to reload all referred resources automatically, or (if the former way is hard) to provide some command for user to manually force the reloading of requested files.



 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.