gornostal / Modific

Highlight lines changed since the last commit (supports Git, SVN, Bazaar, Mercurial and TFS) / ST2(3) plugin
614 stars 44 forks source link

Problems with SublimeLinter #102

Closed camloken closed 7 years ago

camloken commented 7 years ago

I noticed that Modifics gutter icon hides linter error icons. I changed the Modific gutter icon to dot and it works (with SublimeLinters default gutter theme). However, Modifics default arrow icon hides linter warnings. Not good.

gornostal commented 7 years ago

Hi,

Could you send a screen shot of liner icons/warnings that get hidden?

On Mon, Apr 24, 2017, 19:13 Cameron Loken notifications@github.com wrote:

I noticed that Modifics gutter icon hides linter errors. I changed the Modific gutter icon to dot and it works (with SublimeLinters default gutter theme). However, Modifics default arrow icon hides linter warnings. Not good.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gornostal/Modific/issues/102, or mute the thread https://github.com/notifications/unsubscribe-auth/ABJZb-RSdguoI3TmfxCR0dSNTIAej6emks5rzMoogaJpZM4NGYs0 .

camloken commented 7 years ago

I noticed changing Modifics icon to the dot does not work anymore. I thought SublimeLinter overwrote Modifics icon and showed errors, but it doesn't seem to do that anymore. It doesn't matter if I change Modifics gutter icon or not.

screenshot

Notice the Modific gutter icon is still green even though there is an error. I'm using the Material Theme, but I don't think that should make a difference.

gornostal commented 7 years ago

It's a known issue of ST that one plugin replaces gutter icons of another one. If this is the case for you, there is nothing we can do here. Sorry :(

I use linters too, but I configured them to outline part of the code that has error rather than draw icon in the gutter. I guess this is not what you are looking for, but just a suggestion.