+6

Custom gutter icons

tdegrunt 12 lat temu Ostatnio zmodyfikowane przez Diogo Resende 12 lat temu 1
Currently the add_regions(key, [regions], scope, <icon>, <flags>) call, only allows for dot, circle, bookmark, cross. It would be very useful to allow for custom icons, or, add a few more ..

I'm trying to write a debugger for NodeJS applications and I'll try to misuse 'bookmark' and 'circle' for the purpose (breakpoint & run). But specific ones would be more useful.
You can have custom icons. Look for the BracketHighlighter plugin on Package Control.

An example, for an icon on "Packages/User/icons/myicon.png" you use "../User/icons/myicon" (no png extension!).