-
Notifications
You must be signed in to change notification settings - Fork 17.3k
Making sublime-tabs ready for release #6842
Comments
#3683 is still marked as v1.0 roadmap, so I would say that indicates that there still is a plan to have this implemented in core ... but I'm not an Atom Core team member, so I should probably let them speak to that 😀 |
We can help upgrade. One of us will look at it this week. We honestly probably wont get to the non-performance, and non-deprecation related things on the roadmap before 1.0. |
@benogle 💋 |
Sublime functionality indeed need to be in core. Please consider. @izuzak . |
any news? do you still need help? if so, what directions are not already taken? |
an update - there is an individual working on getting this implemented to core, and has a PR! atom/tabs#145 |
okie, thx |
Hi @ddavison since atom/tabs#145 has been merged, I'm going to close this. |
yep! i'm so glad. I am now closing all my issues in reference to that PR |
This issue has been automatically locked since there has not been any recent activity after it was closed. If you can still reproduce this issue in Safe Mode then please open a new issue and fill out the entire issue template to ensure that we have enough information to address your issue. Thanks! |
Hey guys,
I'm the author of the sublime-tabs package and I'll need some help migrating the package.
Right now, there are thousands of people using this package, and the sublime-tabs package relies on the deprecated API to this day with a total count of 29 deprecations. (ddavison/sublime-tabs#53).
@ConnorVG gave this a shot, but was unsuccessful in his attempts. I've also attempted to fix these deprecations, but I, as well as others, have failed with errors like "undefined is not a function" trying to use
atom.views.getView(atom.workspace).command
etc etc.So the question...
Is there a plan to have this implemented in core? and if not, is there somebody that uses sublime-tabs, and can assist me with removing all these deprecations so sublime-tabs will still work in Atom v1?
Reference Material:
#2205
ddavison/sublime-tabs#43
atom/tree-view#3
(fyi, i'm opening this issue per the blog post stating we can open a help issue here)
The text was updated successfully, but these errors were encountered: