mitchcurtis / slate

Pixel Art Editor
GNU General Public License v3.0
1.07k stars 103 forks source link

Make brush/pick/erase easier #109

Closed ghost closed 5 years ago

ghost commented 5 years ago

When drawing sprite or tile with transparent pixels, I switch a lot between brush, pick and eraser tools.

It would be more productive to limit tool switch by either:

mitchcurtis commented 5 years ago

Yeah I have to admit I've basically never used right click for drawing with the background colour... I think having some kind of combo box with a list of options for right click would be good. Oh, and it should default to right click being erase.

Ctrl+left click to pick is an interesting idea, and one that would solve #90.

mitchcurtis commented 5 years ago

There is a bit of conflict here... if I make this apply for all tools, it breaks the fix for #75. So this will only apply when the pen tool is selected, which makes more sense to me anyway.

mitchcurtis commented 5 years ago

There will be a setting to control this in the next release:

screen shot 2019-03-03 at 5 58 23 pm

There are three options:

screen shot 2019-03-03 at 5 58 30 pm

Thanks for your feedback!

ghost commented 5 years ago

Great work !