mb0 / lab

golab: go local application builder - a web-based golang ide
BSD 2-Clause "Simplified" License
159 stars 16 forks source link

file management #7

Open mb0 opened 11 years ago

mb0 commented 11 years ago

it would be useful if golab has the ability to create, rename and delete files. not a hard problem in general the one thing holding me back are interface considerations. but i come more and more to the conclusion that context menus and modal dialogs are the way forward.

mb0 commented 11 years ago

native context menus are not yet supported in browsers other than firefox. http://caniuse.com/#feat=menu

mb0 commented 11 years ago

deleting files is not supported by the go tool. https://code.google.com/p/go/issues/detail?id=6294