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

Key: IDEABKL-3805
Type: Usability Problem Usability Problem
Status: To Be Discussed To Be Discussed
Priority: Normal Normal
Assignee: Unassigned
Reporter: Christopher Knight
Votes: 9
Watchers: 6
Operations

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

Ability to create and open non-project files.

Created: 13 Oct 06 15:27   Updated: 26 Mar 08 19:19
Component/s: Editor. Editing Text, HTML editing, JavaScript, CSS Editing
Affects Version/s: None
Fix Version/s: None

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... Resolved
IDEA-17539 Open/Edit/Create non-project files (f... Resolved

Build: 6
Severity: Medium


 Description  « Hide
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.



 All   Comments   Work Log   Change History      Sort Order:
Jon Steelman - 12 Jan 07 19:07
I like the notion of being able to open an IDEA-associated file from the file system and have IDEA edit it. This seems to have a lot more functionality here beyond that....the additional functionality is less important to me and could be considered after.

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?


Norris Shelton - 12 Jan 07 19:32
This is sorely needed. I would guess that most developers work on windows. This is such a natural thing to do, yet IntelliJ can't. I use jEdit instead for impromptu viewing/editing.

Jon Steelman - 12 Jan 07 19:38
This request should be split into two issues. The first would cover:

"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." (I would say double-clicking on Windows instead of the Open with).

And the second issue would cover the remainder.

I'm all for the first part. Not sure about the remainder.


Donald F. McLean - 12 Jan 07 20:08
Actually, I like all of it. I often find that I need to look at a system file, create a junk file or otherwise work on a file that is outside of the formal boundaries of the project. In fact, I am constantly frustrated about having many byproducts of the testing process that are in the project even though they are transient. I would rather be able to put them somewhere else where they aren't in any of the VCS managed directories.

Christopher Knight - 16 Jan 07 15:13
To answer Jon's question :-
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?

My origonal thinking was the file would be saved to the current content root. The user would be prompted to choose the location within the current content root and Intellij would do the rest ( move/copy the file, update the file if necessary, ie. change package declaration ). If there is no content root ( ie a new instance of intellij was opened ) then saving the file as part of the project would cause the project wizard to open, after the wizard completes the user will have to choose the location within the project to save the file.


Quincy L. Acklen - 26 Mar 08 17:45
Has there been any status change on this? It's really annoying not having this most basic "feature".