Ticket #1114 (reopened enhancement)
Open Selection: create non-existing files
| Reported by: | zenogantner | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Open Selection | Version: | trunk |
| Keywords: | usability | Cc: |
Description
"Open Selection" should create a file if it does not exist yet.
E.g. when I select new_file.html and then try "Open Selection", a new file by that name should be created and opened in the current directory.
Change History
comment:1 Changed 2 years ago by zenogantner
- Status changed from new to closed
- Resolution set to fixed
comment:2 Changed 2 years ago by adamk
- Status changed from closed to reopened
- Resolution fixed deleted
I think this is actually a bad idea.
Attempting to open an existing resource should never be conflated with the creation of a new resource.
Similar functionality could be done using an Intuitive New rather than Open Selection.
i.e. Ctrl-Shift-N could be smart about the currently selected value and create a new document on the basis of what you have selected.
Testing of this feature as implemented feels quite wrong, I plan to roll the implementation back for the time being and we can discuss an alternative implementation for the next release.

fixed in r13940