alexkuz / SublimeLinter-inline-errors

Shows linting errors inline with Phantom API
MIT License
16 stars 0 forks source link

Enhancements #2

Closed ctf0 closed 6 years ago

ctf0 commented 6 years ago

screen shot 2017-08-19 at 2 19 49 am

alexkuz commented 6 years ago

Not sure where is that background coming from, maybe some other plugin styles affects it? Try to install the latest version from Package Control (make sure you've removed the older one and removed https://github.com/alexkuz/SublimeLinter-inline-errors from Package Control repos)

ctf0 commented 6 years ago

thanx, solved all the issues.

btw min_gap is the same as min_offset, or is it diff ?

alexkuz commented 6 years ago

@ctf0 the difference is that min_gap is relative to the end of a line (so that between line and hint is at least min_gap-wide free space), while min_offset is absolute (hint is showed at min_offset position or further)