-
Notifications
You must be signed in to change notification settings - Fork 17
Refactor api to something much simpler #2
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
Refactor api to something much simpler #2
Conversation
|
I seem to have missed checking the "Open With Default" command as it doesn't work right now; let me fix that |
|
Actually, instead of spending time on getting this "Open With Default" thing working, why not just inform users to download this package? |
Let users download the excellent "Open In Default Application" plugin
located here:
https://packagecontrol.io/packages/Open%20in%20Default%20Application
it's pointless to have double functionality.
|
OK, 😳 wow... thanks! I didn't know about that package, but it seems like the way to go. Kinda forgot about Windows compatibility there. I'm gonna test this and then merge asap! |
|
You're welcome! |
|
@rwols it seems duplicating directories has been broken by this. |
|
Nevermind, I think I got it. Gotta use |
|
Right... I only tested that with single files. |
I have removed a lot of old cruft after you gutted the original repo. SideBarAPI.py is now completely gone, as it isn't actually needed anywhere. The whole thing is now just about 100 lines of python code.