SublimeText / sublime_lib

Utility library for frequently used functionality in Sublime Text and convenience functions or classes
https://sublimetext.github.io/sublime_lib
MIT License
52 stars 4 forks source link

Add RegionManager. #165

Closed Thom1729 closed 3 years ago

Thom1729 commented 3 years ago

For #141.

I think that most of the time, you'd be using the same scope, icon, etc for a set of regions, so it makes sense to put that in the constructor. You can still override that in set().

Notes: