
| Key: |
IDEABKL-3805
|
| Type: |
Usability Problem
|
| Status: |
To Be Discussed
|
| Priority: |
Normal
|
| Assignee: |
Unassigned
|
| Reporter: |
Christopher Knight
|
| Votes: |
9
|
| Watchers: |
6
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
Environment:
|
Software
|
|
Issue Links:
|
Duplicate
|
|
|
|
This issue is duplicated by:
|
|
IDEA-17538
Open/Edit/Create non-project files (i...
|
|
|
|
IDEA-17539
Open/Edit/Create non-project files (f...
|
|
|
|
|
|
| Build: |
6
|
| Severity: |
Medium
|
I find it annoying that I can not open non-project files in intellij and use intellij to edit them.
I would like to be able to right-click on a java, html, js or css file anywhere on my local machine and choose "Open with Intellij" or "Send to Intellij", this file would either open in a new Intellij instance or open with a current instance. This file would not be part of the project, but could be saved as part of the project ( ie on ctrl+shift+s ).
I would also like to be able to create new java, html, js or css files that are not part of the current open project, these file would not be saved until the user requested a save, at which point a file browser would open allowing the user to save the file anywhere on their local machine, with an option to add to the current project.
|
|
Description
|
I find it annoying that I can not open non-project files in intellij and use intellij to edit them.
I would like to be able to right-click on a java, html, js or css file anywhere on my local machine and choose "Open with Intellij" or "Send to Intellij", this file would either open in a new Intellij instance or open with a current instance. This file would not be part of the project, but could be saved as part of the project ( ie on ctrl+shift+s ).
I would also like to be able to create new java, html, js or css files that are not part of the current open project, these file would not be saved until the user requested a save, at which point a file browser would open allowing the user to save the file anywhere on their local machine, with an option to add to the current project. |
Show » |
|
How would the feature "could be saved as part of the project ( ie on ctrl+shift+s )" work? Would it either have to add a new content root or copy/move the file into an existing content root?