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

Key: IDEA-14243
Type: Usability Problem Usability Problem
Status: Open Open
Assignee: Eugene Zhuravlev
Reporter: t800t8
Votes: 1
Watchers: 1
Operations

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

Path completion doesn't work if using relative path

Created: 13 Aug 07 17:41   Updated: 13 Aug 07 17:44
Component/s: Ant Integration

Build: 7,123


 Description  « Hide
build.properties
lib1.dir=D:/Lib
lib2.dir=../lib

build.xml

<pathelement location="${lib1.dir}/[Ctrl + Space here - work]"/>
<pathelement location="${lib2.dir}/[Ctrl + Space here - doesn't work]"/>


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