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

Ignored files in project explorer only colored after editing .gitignore file #246

Closed
kiview opened this issue Jul 28, 2016 · 3 comments
Closed
Labels
Milestone

Comments

@kiview
Copy link

kiview commented Jul 28, 2016

I'm running Ubuntu 16.04 and IntelliJ 2016.2 and the .ignore plugin version 1.5.

When I open an existing project, ignored files are only colored grey inside the project explorer once I edit the .gitignore file.

Before editing:
screenshot from 2016-07-28 10-31-29

After inserting a whitspace:
screenshot from 2016-07-28 10-32-29

@c33s
Copy link

c33s commented Aug 12, 2016

looks like you mean the VCS coloring. if you use VCS (like git) in phpstorm, the files are

  • light-gray if they are unmodified
  • blue if they are modified
  • red if they are new
  • green if they are freshly added
  • gray if they are ignored

you can change the color here ("Editor > Colors & Fonts > VCS" "Editor > Color & Fonts > File Status"):
vcs-color2

edit: fixed wrong info & screenshot

@kiview
Copy link
Author

kiview commented Aug 19, 2016

Yes I know, the problem seems to be, that these coloring is only correctly updated/rendered, after I've edited the .gitignore file. I'm not sure if this is a bug of the plugin or an IDEA bug?

@hsz hsz added the bug label Aug 29, 2016
@hsz hsz added this to the 1.6 milestone Aug 29, 2016
hsz added a commit that referenced this issue Nov 22, 2016
@hsz
Copy link
Member

hsz commented Nov 22, 2016

@kiview @c33s

Thanks for reporting. I've fixed it and it will be available in the next release - v1.6.

@hsz hsz closed this as completed Nov 22, 2016
hsz added a commit that referenced this issue Nov 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants