Leyart / aseprite

Automatically exported from code.google.com/p/aseprite
0 stars 0 forks source link

Animation/Tilemaps -- Quick copy/paste of whole frame / grid cell under cursor #270

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
> What do you need to do?

I want to quick copy/paste whole frame without need to press CTRL+A first and 
CTRL+D after the copy.

Also I want to quick copy/paste aligned content of grid cells (when grid 
enabled) without need to select/deselect them to make tilemaps editing a happy 
process.

> How would you like to do it?

CTRL+C should copy whole frame if no selection and grid not enabled.

CTRL+V should paste "whole frame copy" aligned to left-top corner of frame.

Highlight copied frame with XOR-blink rectangle over whole frame drawn and then 
(50-100ms) hidden. If zoom is too close, clip rectangle to bounds of visible 
part of frame.

CTRL+C should copy grid cell contents if no selection and grid enabled.

Highlight copied grid cell rect with XOR-blink rectangle drawn and then 
(50-100ms) hidden.

CTRL+V should paste aligned to grid cell left-top corner if no selection and 
grid enabled.

This way we can copy/paste tiles of tilemap very easily and quickly. This will 
be a whole Happy Mode of tilemaps editing.

Thanks.

Original issue reported on code.google.com by eye...@gmail.com on 25 Sep 2013 at 10:51

GoogleCodeExporter commented 9 years ago
Oops, fixed CTRL+V for grid cells:

CTRL+V should paste copied "grid cell contents" aligned to grid cell left-top 
corner if grid enabled, and freely otherwise.

Thanks.

Original comment by eye...@gmail.com on 25 Sep 2013 at 10:54