randy3k / GitStatusBar

A more compact Git StatusBar
MIT License
13 stars 1 forks source link

[Bug] SublimeLinter conflict #4

Open Kristinita opened 7 years ago

Kristinita commented 7 years ago

1. Summary

If GitStatusBar enabled for me, I don't see current SublimeLinter error under line.

2. Expected behavior

For example, I have Test.html file in my local git repository:

<meta charset=utf-8>
<meta name=viewport content="width=device-width, initial-scale=1">
<style>
    #SashaDiv {
        font-size: 2em;
        margin: 0 0 10em;
        color: blueviolet;
    }
</style>
<div id="SashaDiv">Саша и Её кот</div>
<img src="https://pp.vk.me/c629230/v629230663/17f7f/y31918FBaZs.jpg" height="219.5" width="320">

If GitStatus Bar disabled for me and my carriage after meta tag, I saw in status bar:

First line carriage

If my carriage after div tag, I saw different message in status bar:

Div line carriage

3. Actual behavior

But if GitStatusBar enabled for me and my carriage after div tag, I see some message in status bar as if my carriage after meta tag.

GSB message

I place my carriage in any line of my code, but status bar message not change and I can not to see my errors under line in status bar.

5. Steps to reproduce

The problem is reproduced for me in a version of Sublime Text without plugins and user settings.

I install SublimeLinter → I install SublimeLinter-html-tidy → I restart Sublime Text → I open my Test.html file → I have expected behavior in Test.html and others HTML files.

I install GitStatusBar → I restart Sublime Text → I open my Test.html file → I have actual behavior in Test.html and others HTML files.

I disable GitStatusBar → I restart Sublime Text → I again open my Test.html file → I have expected behavior in Test.html and others HTML files.

6. Environment

Operating system and version: Windows 32-bit 10.0.14393 Sublime Text: Build 3126 tidy HTML Tidy for Windows version 5.2.0

Thanks.