jsc wrote:Alex, that is a great suggestion. It doesn't seem to work for me, though. I can't figure out how to add a branch as a repository. When I add the tree/ST3 URL, I still only see the ST2 version. I think the main problem is the one I was experiencing earlier, where using the tree/ST3 URL shows you the branch, but the link to the repository is the main package and you have to switch branches manually. I am not super familiar with github, as I've demonstrated.
quodlibet wrote:@jsc, the following should work:
1. Use `Remove Package` to remove FuzzyFileNav (if installed)
2. Use `Add Repository` to add the following URL: https://github.com/facelessuser/FuzzyFileNav/tree/ST3
2a. make sure that's the only "FuzzyFileNav" repository in Packages/User/Package Control.sublime-settings
3. Use `Install Package` to add FuzzyFileNav
There's no obvious indication as to which branch/version you're installing/have currently installed. Except for the fact that it will work
Hope this helps,
Alex
"repositories":
[
"https://github.com/facelessuser/FuzzyFileNav/tree/ST3"
]
jsc wrote:Nope, that's exactly what I tried. Ends up installing the ST2 version. "v2013.02.18.20.42.21;
jsc wrote:On another topic, I have a feature request. I have keep_panel_open_after_action set to false, because the vast majority of the time, I'm just looking for a file. But there are some actions after which it would be useful to keep it open, such as creating a new folder. I would like to be able to distinguish the useful cases from the non-useful cases, or have it done for me.
jsc wrote:Another idea for a feature I had involves show_system_hidden_files. I have this set to true, but I don't like looking at the long list of dotfiles in my home directory. But if I set it to false, I can't actually select any of them. I would like to have a setting where those files are hidden unless you start searching with period.
jsc wrote:Thanks, by the way, for such a fantastic plugin. I am a longtime emacs user, and I can't stand using the file dialog for anything. FFN is the closest thing to emacs' find-file that I've found so far.
// Actions that can ignore the keep panel open settings
// Available actions: delete, open, saveas, mkfile, mkdir, paste
"keep_panel_open_exceptions": ["open"],
Return to Plugin Announcements
Users browsing this forum: No registered users and 6 guests