-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Extended Tab Switcher plugin for sublime #3330
Conversation
Hello, I came across these plugins but they did not have all the features which I wanted to have combined |
Would it be possible to work together with any (or possibly all) of @phildopus, @rrg, @drikin? Or maybe you three are okay with @rajeshvaya replacing your plugins if his is better? We already have 3 plugins doing a very similar thing and I think they can be easily combined into a single package with some configurability. |
Hello, Yes I think it will be good to combine the features of all as it will be unfair to @phildopus, @rrg, @drikin if their plugin is replaced. However I feel @phildopus has almost all the features what I have done. If @phildopus can add the menu configurations from mine and let his plugin be the one. (I am a beginner python developer and his code quality is better) Or if they agree that my plugin covers all features then mine can be accepted. |
Hi all, my plugin is maintenance mode now. If someone else takes a lead of making combined plugin I'm welcome. 👍 |
Hello all, I have no problem on working on combing all features into one. I will analyze all the code of all 4 repos and try to integrate all into one. If anyone wants to request any additional features let me know I will try to incorporate them as well. I will update once done. Thanks |
Hello all, I have combined all the features from all the repos into one. Below is the summary of all the features.
Updated the README file with the instructions and credits to the contributors I am not sure if I have to update anything in package_control_channel repo. If I have to update anything let me know. Thanks. |
Sorry if I’m a little late to the conversation. I haven’t had much time to work on any ST plugins lately, so any efforts toward consolidating are greatly appreciated. I will gladly retire mine. On Jun 14, 2014, at 6:43 AM, Rajesh Vaya notifications@github.com wrote:
|
@rajeshvaya, looking good so far. However:
|
Hello, Just few questions, The link on "semantic versions" was broken, can you send me any other link or let me know what it should be like? Secondly, by higher version you mean the version i specify in the tags/release ? or in the package data? Thanks |
Okay, seems like Github is broken and just merged both of your pull requests (with one click) ... reverting |
Oh, never mind. You included the only commit of this PR in the other PR, reverted it there, merged master and THEN did your changes. That meant that this PR was closed since the commit was merged from the other one. Sooo ... your fault I guess (and mine for not checking). You had to make a new one anyway. Edit: For the future, please create new branches for new pull requests based on the most recent |
Hello, I am sorry for this inconvenience. I am fairly new with pull requests and I guess I did it wrong. |
I must say I was rather annoyed to find that my installation of GotoOpenFile had been silently replaced with Extended Tab Switcher, which has different default key bindings and doesn't even seem to work (I just get IndexError's). Please implement some sort of mechanism to alert users before replacing one of their packages with something else. |
There is the functionality to provide update messages which could have been displayed, since this can actually be considered an update as well, just a more extensive one. However, many package developers do not make use of that feature and while I try to recommend such a notice, I might miss it sometimes since I've been doing this review process for quite a while now and sometimes just assume that things will turn out well. (Actually, this is the first time I've heard of problems.) |
If Extended Tab Switcher worked I'm sure it wouldn't have been a problem. For now I've just manually installed GotoOpenFile, as it is perfectly sufficient for my needs. |
This plugin (Extended Tab Switcher) doesn't even work on windows (if at all) - rajeshvaya/Sublime-Extended-Tab-Switcher#9. GotoOpenFile is exactly what I want and having to manually install it is a pain. |
@rajeshvaya, please address this issue. |
Hello All, Sorry for the late response. I will look into it and fix it soon. |
This plugin is inspired by the default tab switcher in netbeans which displays the open files to choose from on pressing
ctrl+alt+tab
.