You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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...
While I like the concept of having a FlyCheck icon available, the current pattern:
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, onlyFlyC
mode symbol gets replaced, and the information is left as is?gets replaced with only
!
symbol:The text was updated successfully, but these errors were encountered: