JulianEberius / SublimePythonIDE

ST3 only: A rewrite of SublimeRope for ST3, uses the Rope library to add python completions and refactoring to ST3
GNU General Public License v2.0
267 stars 38 forks source link

ST3 build 3062 breaks SublimePythonIDE gutter icons #64

Closed sbromberger closed 10 years ago

sbromberger commented 10 years ago

linting functionality is ok, but the icons off to the left of the edit window are black silhouettes. (See screenshot.)

screen shot 2014-05-06 at 09 48 23

sbromberger commented 10 years ago

More info: changing preferences to use "alpha", "hard", or "bright" also results in monochrome (grey) gutter images.

JulianEberius commented 10 years ago

Hi!

Sorry for the late response, not much time and energy at the moment for after-work coding. Yes, I notice this too, and have no idea at the moment what to do about it, as the dev builds are not really documented. The change notes for 3062 just say "Added sidebar icons", don't know if this has anything to do with this effect.

Did some quick googling, other plugins have similar bug reports, but I could not find any solutions (at least not in 5 minutes ;-))

JulianEberius commented 10 years ago

I looked at how SublimeLinter works with colors and icons and adapted their solution for SublimePythonIDE. Two configurable colors are now used for warnings and errors. Please reopen if you still have any issues.