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

Key: IDEA-12621
Type: New Feature New Feature
Status: Open Open
Assignee: Kirill Kalishev
Reporter: Chandra
Votes: 0
Watchers: 3
Operations

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

Ehnance Select Path dialog box

Created: 07 May 07 02:07   Updated: 14 Mar 08 21:59
Component/s: IDE Configuration

Issue Links:
Duplicate
This issue duplicates:
IDEADEV-14066 File choosers should have text field ... Major Closed
 

Build: 6,180
Severity: High


 Description  « Hide
1) It should allow address bar textfield for pasting path
Suppose I want to add a jar file to a project and I have explorer windows open where I can copy path to clibboard. C:\Documents and Settings\userhome\.m2\repository\commons-collections\commons-collections\3.2
I would like to paste the path value in "Select Path" dialog box rather than painfully navigating to the final destination and then select a jar file.
2) Allow customization of favorite folders. At present Ctrl+1 and Ctrl+2 are for user home and project home. I will be desirable for users to add additional folders of their choice.

 All   Comments   Work Log   Change History      Sort Order:
Vladislav Kaznacheev - 07 May 07 16:29
Suggestion #1 is already planned (IDEADEV-14066)

Can you elaborate on the suggestion #2? I am not sure I understand.


Chandra - 23 May 07 12:58
BTW, it will be really cool to have drag and drop support for jar files and file directories. Jar file is simple. It can prompt for the module(s). The directories can be simply added as source dirs or classpaths similar to what happens when I create a new project/module with existing sources/classes and jars.

Stephen Friedrich - 21 Oct 07 22:07
Duplicate of IDEADEV-22476 (at least the first part).

Chandra - 14 Mar 08 21:59
Allowing live templates for path completion will be even better than suggestion #2. Example, I have have a live template mr in path completion scope. Now while adding libs, specifying paths etc I type mr and tab. It auto completes to /user/home/.m2/repository.