Skip to content
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

Prevents atom theme switch on the fly #10

Open
dac09 opened this issue Apr 2, 2016 · 2 comments
Open

Prevents atom theme switch on the fly #10

dac09 opened this issue Apr 2, 2016 · 2 comments

Comments

@dac09
Copy link

dac09 commented Apr 2, 2016

Hi,

Thanks for creating this - I haven't gotten it to work yet with PRs on private repos (I did add the github key) - but I found a different issue.

Unfortunately I don't really have any logs to attach (no errors thrown) But after pain-stakingly disabling each package, I found that this package some how stops atom from changing themes without a restart. It also seems to block enable/disable of packages. i.e. You change the theme / disable some package, then need to reload the window to see the change.

Atom version 1.6.2, here's by list of installed packages
[email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]

Thanks

@philschatz
Copy link
Owner

Thanks for reporting! Is the private repository hosted on github.com or using GitHub Enterprise?

Also, the theme-changing requiring a restart may be because the tree-view package does not have a nice way to add icons (the blue comment icon plus the number of comments) on its own so I had to manually add them in.

It is a hacky solution, so I created atom/tree-view#658 which makes it so any plugin can add additional icons but it looks like it may take a while to get merged (feel free to comment on the PR to help get it in faster 😄 )

@dac09
Copy link
Author

dac09 commented Apr 2, 2016

Hi,

It's a private repository on github.com - originally I had a remote called upstream setup as this issue mentions: #8.

Just tried it with with a pull request to origin - seems to show indicators on the tree-view (https://www.dropbox.com/s/hkxvxdvlyaay397/Screenshot%202016-04-02%2022.38.02.png?dl=0) but nothing on the code itself.

Thanks,
Danny

*Update: * Looks like if you have the file open, and reload atom, it shows up with the comments on the gutter. I've seen this behaviour happen with https://github.com/smashwilson/merge-conflicts. If you don't have the file open when the editor loads, comments don't show up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants