Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not compatible with ST3 #5

Closed
i-am-a-paull opened this issue Mar 5, 2013 · 11 comments
Closed

not compatible with ST3 #5

i-am-a-paull opened this issue Mar 5, 2013 · 11 comments
Labels

Comments

@i-am-a-paull
Copy link
Owner

right now it shows the list, but it doesn't select

@grundprinzip
Copy link

It's a fix for a workaround necessary in ST3, the easiest thing is to replace the code in your select method by something like this:

  wid = sublime.active_window().id()
  vid = sublime.active_window().views()[index].id()
  sublime_api.window_focus_view(wid, vid)

And you have to import sublime_api of course.

@x3ro
Copy link

x3ro commented Aug 12, 2013

This seems to be working now. Tested in Build 3047. Great plugin 👍

@gnrlbzik
Copy link

Manually checked out package, and it works in sublime 3. Still not available in Package Manger listings.

@i-am-a-paull
Copy link
Owner Author

Oh yeah... I meant to check this out. Been absent-minded as of late. I'll send an update to Package Control.

@gnrlbzik
Copy link

thank you @phildopus

@Nicolas-Bouteille
Copy link

I was looking for such a plugin and was thrilled to find it on google. Then I couldn't find it in my Package Control listing so I though this wasn't compatible with ST3 :( but I kept good faith and searched for closed Pull Request and closed Issues and finally found this one! So happy!
Bottom line is this is still not available in Package Control listing for ST3.
Let's see about manual install...

@Nicolas-Bouteille
Copy link

Manual installed worked indeed and this plugin made my day! Why isn't it included in Sublime core!!? I don't see where I can reopen this issue so that you see it's still no showing on Package Control's listing so I'm just gonna open a new one that you can mark as a duplicate later on.

@i-am-a-paull
Copy link
Owner Author

Hi, Nicolas! I’m glad you find the plugin useful. However, the reason it isn’t in Package Control anymore is because it has been retired in favor of @rajeshvaya/Sublime-Extended-Tab-Switcher. It should have all the same functions (if not more). I probably need to state that in the Readme at some point.

On Nov 21, 2014, at 5:20 AM, Nicolas Bouteille notifications@github.com wrote:

Manual installed worked indeed and this plugin made my day! Why isn't it included in Sublime core!!? I don't see where I can reopen this issue so that you see it's still no showing on Package Control's listing so I'm just gonna open a new one that you can mark as a duplicate later on.


Reply to this email directly or view it on GitHub.

@Nicolas-Bouteille
Copy link

I just installed @rajeshvaya/Sublime-Extended-Tab-Switcher it does not work. CTRL + ALT + TAB does not do anything. But anyway reading the description of the plugin, it does not seem that I can start typing the letters of the file the way GotoOpenFile can. I really think your plugin should not be replaced then.

@gnrlbzik
Copy link

@Nicolas-Bouteille 👍

i have even update key bindings. were no luck, going back to open tab.

@Nicolas-Bouteille
Copy link

Ok so Extend Tab Switcher is actually working, they have fixed their bug... and it actually let's you type characters to filter files by name just like GotoOpenFile does, but... it still is not as good as this plugin! Because they don't display the path below the file name, thus making it not possible to make the difference between html.tpl.php from /themes/my_theme_1 directory and /themes/my_theme_2 one. See
rajeshvaya/Sublime-Extended-Tab-Switcher#3. So I still don't get how/why a non-working + less-powerful plugin could/would replace GotoOpenFile. Which also has the perfect plugin name! Yeah... CMD+P in Sublime is the shortcut for Goto Anything right? So GotoOpenFile is the p.e.r.f.e.c.t name for this feature especially when you want to search for it in Package Control... not Extended Tab Switcher... Furthermore, I am sure that people like Jeffrey Way who don't like to see their tabs and actually hide them rely a 100% on this plugin instead of basic CMD+P. These guys don't deal with "tabs" but "open files". GotoOpenFiles FTW! It should even be in core...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants