One much needed feature in Geany is to right-click on a tab (of the currently edited file) and choose "Open File Location".
If it doesn't exist in Geany, it should exist in TreeBrowser. Right-click on a file and then "Open File Location" should open the File Manager in the folder where the file is located. Or at least a terminal. This is especially important on Linux, since neither FileOpen nor FileSave dialogs on Linux have the advanced functionality like on Windows. TreeBrowser adds some of that much needed functionality, but sometimes I just need to open file in Explorer / File Manager. I think everyone would profit from that option.
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/380
This seems like it would be a reasonable feature to implement in the core (and kind of hard to implement well from a plugin). I could imagine adding a "Tool" to "Preferences->Tools->Tool Paths" for the file manager (ex. `start %d` in Windows, `open %d` in OSX, and something like `exo-open %d` in others, where `%d` is a directory path), and then adding items to the document tab and document sidebar context menu for "Open in File Manager..." that use that tool command. Maybe also adding a keybinding, and perhaps an API function for plugins like TreeBrowser too support the same functionality.
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/380#issuecomment-192217442
I agree it should be in the core. In fact this entire plugin should be in the core. But since it's not, and since the plugin is kinda "file manager" itself, with some useful OS functions, adding a command to open a default file manager would be quite aligned with the rest of its functionality.
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/380#issuecomment-192229299
Treebrowser is having this already ![geany_treebrowser_openextern](https://cloud.githubusercontent.com/assets/1010248/13532356/631e2672-e22b-11...)
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/380#issuecomment-192335866
I tent to close this issue as it's already there. Maybe rewording would be a good thing -- not sure. Please reopen if you like
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/380#issuecomment-195929558
Closed #380.
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/380#event-587748690
github-comments@lists.geany.org