PEZ / SketchDistributor

Sketch plugin that distributes selected objects vertically or horizontally with a given spacing
MIT License
354 stars 26 forks source link

Cache direction selection (horizontal/vertical radio buttons) #4

Closed arturmuller closed 8 years ago

arturmuller commented 9 years ago

It would be awesome if you would cache these the same way you do it with the distance values. It's a huge time-saver, especially if you do multiple identical operations one after another.

(BTW this plugin is really amazing — I use it almost every day and it is my far my most used plugin in Sketch. Thanks!)

PEZ commented 9 years ago

Thanks for that kind feedback! Of course the plugin should remember the direction between runs too. Now fixed!

arturmuller commented 9 years ago

Thanks! Amazing! :+1:

PEZ commented 9 years ago

I just added so that you can repeat a distribution using the last settings for direction and spacing without bringing up the dialog. To not clutter peoples plugin menus too much the two ways to invoke distribution are now submenus to Distributor. While that puts it one more click away I have also added keyboard shortcuts. Shift + Control + D for bringing the dialog up, and Shift + Control + A for Distribute again. I hope it can save you some clicking. =)

arturmuller commented 8 years ago

Excellent! Thanks again! :)

PEZ commented 7 years ago

The current version tries to improve the workflow some more by adding keyboard shortcuts for horizontal and vertical distribution, respectively. It also autofocuses on the spacing field. FYI. 😀