andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

Can't open non-existing file with File->Open or Locator #47

Closed vi closed 12 years ago

vi commented 12 years ago

I can open file to be created from command line (enki non_existent_file.c). But I can't do the same with Locator and File->Open.

Trying to do f dir/non_existing_file.c in Locator should open file to be created just like in enki dir/non_existing_file.c

andreikop commented 12 years ago

Thanks, done