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

Key: IDEA-16907
Type: Bug Bug
Status: Open Open
Assignee: Kirill Kalishev
Reporter: Roman Chernyatchik
Votes: 0
Watchers: 0
Operations

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

TextFieldWithBrowseButton : Path completion doesn't work for relative names in TextFieldWithBrowseButton with custom root.

Created: 18 Jan 08 19:48   Updated: 19 Jan 08 14:58
Component/s: Editor. Code Completion

Environment: Selena 7648

Build: 7,648


 Description  « Hide
TextFieldWithBrowseButton : Path completion doesn't work for relative names in TextFieldWithBrowseButton with custom root.

I've created TextFieldWithBrowseButton and set specific root. Browse button works right, but path completion works only for absolute pathes!
As far as I understand the problem is caused by implementation of LocalFsFinder.find(path). This mehod use java.io.File and replace relative path with

[idea_home]/relative_path

instead of

[TextFieldWithBrowseButton file root]/relative_path


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