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

The new Flycheck icon hides information #61

Open
var-am opened this issue Aug 23, 2018 · 1 comment
Open

The new Flycheck icon hides information #61

var-am opened this issue Aug 23, 2018 · 1 comment

Comments

@var-am
Copy link

var-am commented Aug 23, 2018

While I like the concept of having a FlyCheck icon available, the current pattern:

("\\` ?FlyC.*\\'" "flycheck" xpm)

hides relevant (and important) information, such as the number of warnings/errors found in the current buffer. Can this be updated so that instead of a .* match, only FlyC mode symbol gets replaced, and the information is left as is?

Flycheck minor mode (indicator FlyC:1/119):

gets replaced with only ! symbol:

2018-08-23_06_48_11

@mattfidler
Copy link
Collaborator

Yes. You are correct. The update of FlyC do only replace a portion of the mode can be done, but is not as straightforward as it may seem for this property. For now I'm disabling the FlyCheck icon...

mattfidler added a commit that referenced this issue Sep 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants