-
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
Conflict with tree-view-autoresize package #580
Comments
I don't understand what the problem is. |
@Alhadis In the gif-1 you can see I close tree-view before I close atom, but after I open atom, the tree-view show up again. |
It should be closed when I restart atom. |
Ah, I see. Run this in your dev console: atom.config.set("file-icons.revealTreeView", false); Then restart. Better? |
@Alhadis Thank you 😘 , It's now work very well for me now 🎉 |
My pleasure! I'll update the readme's troubleshooting section to include this, because you're not the first person to bring this up. |
I'll look once I'm in front of a desktop computer again. |
@ooJerryLeeoo Does this still happen after disabling the I also need to stress one important fact: the code I gave you is a hack. In fact, it's a hack to fix a hack that I needed to do because people were complaining about the Thankfully, they're all temporary issues. Assuming the Atom team decide to merge |
@Alhadis |
@Alhadis If you still don't understand what I'm saying here's a gif to reproduce the 🐛: |
I'm not asking you to disable Once confirmed, you can re-enable the package again. Then I'll work on a fix. |
@Alhadis I've found the problem 😄 |
I'm sorry, I'm still confused... :( I feel there's a language barrier here. Anyway, I'll just assume you don't have any other packages installed which are causing complications. I see the error in my console, so I'll work on fixing that, I guess. |
@Alhadis Sorry, my english is terrible. Okay, I will try to explain this issue as well as I can. and my problem is after I run |
@ooJerryLeeoo Don't worry. =) I understand that English isn't your first language, so you don't have to apologise. I'm having troubles reproducing this, even when following your steps. Could you please do the following for me?
|
谢谢!That's perfect, thank you. =) |
@Alhadis By the way, that's simplified chinese, I'm using traditional chinese 😄 謝謝! |
Oh whoops, I noticed you're from Taiwan. Haha, sorry... I must've confused you with another recent reporter who's from Beijing. By the way, does this error still happen when you start Atom in dev-mode? |
@Alhadis Yes, it still happen when dev-mode. And I've found another new problem: I cannot scroll past end after run |
Are errors being emitted to your dev-console? Also, does the error happen when you deactivate EVERY package EXCEPT for |
@Alhadis I get this console message and, It still happened when I disable all package except |
I was writing a reply when a wolf spider decided to crawl across my keyboard... and after catching it and releasing it outside, I returned to find my message gone. :\ Guess the spider snuck in to eat what I was typing. Anyway, it was something along the lines of asking you to check if this is what you see when you enter
... and with a little editing, I noticed So far, zero luck! I'm probably going to kludge this one, and pray to God that @50Wliu accidentally slips, falls and presses the Merge button on atom/tree-view#1009. 😁 |
@Alhadis Here's what I get when I run |
Wait, you're using Atom Beta? Okay, this changes everything. When filing a bug report, please make sure to include all possible version information. Maintainers prefer to have too much information instead of not enough. I'll have to recheck everything using Beta... sigh :( EDIT: Copy+pasting Atom Beta's stack trace for my own future reference:
|
@ooJerryLeeoo I've pushed a fix for this, but I need you to tell me it really works. Could you please clone the latest changes to cd ~/.atom/dev/packages
git clone https://github.com/file-icons/atom.git file-icons && cd file-icons
apm install . Then restart Atom in dev mode and tell me if the error vanishes. |
@Alhadis It fixed 🎉 very thanks 👊 |
Problem as the title, here's an example:
Before disable
file-icons
:After disable
file-icons
:The text was updated successfully, but these errors were encountered: