nelsam / vidar

vidar is a highly experimental Go editor, written in Go, using gxui
The Unlicense
50 stars 7 forks source link

Add meta options to the fslocator #175

Closed nelsam closed 5 years ago

nelsam commented 5 years ago

Description

It's not currently obvious how to select a directory or create a new file. We need a UI element that explains it or makes it clear.

The obvious choice would be meta options in the auto-complete list in the fs.Locator. Options like <current dir> or <new file> would at least make it clear that those can be selected.

Expected behavior

When trying to select a file or directory, it's at least discoverable (preferably obvious) how to select a directory or create a new file.

Actual behavior

I have no idea how to create a file or select a directory.