weslly / ColorPicker

Color picker for Sublime Text
http://weslly.github.io/ColorPicker
510 stars 109 forks source link

Run in a thread #83

Open maximsmol opened 8 years ago

maximsmol commented 8 years ago

Made color picking non-blocking by remembering the regions to be replaced using view.add_regions. Works really well.