-
Notifications
You must be signed in to change notification settings - Fork 251
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
Update to Atom 1.2 file tree api #229
Comments
Any timeline for this? |
No timeline atm, I haven't had time to look into this properly. |
I'm currently unemployed and going berserk from code-obsessed restlessness... I'll have a look at it. =) |
@DanBrooker We won't be able to work on this until atom/tree-view/issues/732 makes it into a public release. A (recently-fixed) bug is preventing the icons service from running on startup, meaning icons can only be added to newly-created files. It won't apply to files that already exist in the workspace on startup. |
Erh, I'll rephrase that: we won't be able to test this feature properly until the aforementioned fix makes it into the public release channel (I was informed that it's scheduled for release in v1.9.*). I've already begun working on the logic to parse a new configuration structure. Much friendlier, cleaner, and easier to maintain than the existing setup. Should be a lot more performant too. |
@Alhadis glad to know you'll be implementing the new |
@acontreras89 I'm glad for that, I have noticed you've been busy at work with this. ;-) Appreciate your efforts. I submitted a pull request last night (or rather, at the arse-crack of dawn this morning) to apply a fix for the tree-view package. I haven't checked if this affects the @DanBrooker This won't be backwards compatible with existing customisations; we'll need to release v2.0.0 due to breaking changes. Since this will require the newest version of Atom, the minimum required Atom version will also need to be lifted. Good a time as any to cut a new major release. |
Yes to all of the things. @Alhadis glad you are all over this. |
@DanBrooker would you mind giving me your thoughts on this so I know whether to implement it in It'd be an awesome and useful feature to have, but I feel uncomfortable adding it without your permission. |
@Alhadis there's no rush to release 2.0.0, I think it's a good opportunity to include other major/breaking changes also. |
@DanBrooker I'm closing this in favour of a dedicated task-list, which will track all features related to v2. |
Is this issue related to icons not being displayed (I can only see a rectangle instead of the icon). And yes – I restarted my atom :-) |
@raphaelokon Please file a separate issue if there's a problem. This doesn't seem related at all. I'm locking this thread to avoid fragmenting future discussion on v2 or the API upgrade. Any further discussion should be held here so we're not running around checking different threads. |
https://github.com/atom/tree-view#api
The text was updated successfully, but these errors were encountered: