zedapp / zed

Rethinking code editing.
http://zedapp.org
MIT License
2.22k stars 162 forks source link

edit a file only #506

Closed martindufresne closed 9 years ago

martindufresne commented 9 years ago

I use Zed main code editor. But sometimes I just need to edit a file on my machine. Is it possible to do without importing a directory and if not, is this something that could be done?

zefhemel commented 9 years ago

This is not currently possible, but wouldn't be very hard to add. What version of Zed are you using? The Chrome app or standalone? Also, what would expect the flow to be. Should there be a "Open a File" option in the project picker which pops up a file picker or something?

martindufresne commented 9 years ago

I use the Chrome app. For me, a simple "Open a File" option in the project picker would be perfect! Thank you for the speed with which you answer questions. It is much appreciated.

zefhemel commented 9 years ago

Implemented, will be part of 1.1. Only available in the Chrome App for now, if there's interest in this for standalone I can implement that as well.