Pulover / PuloversMacroCreator

Automation Utility - Recorder & Script Generator
http://www.macrocreator.com
Other
1.66k stars 235 forks source link

Remove "fading" animation when deleting commands form list #173

Closed debuglevel closed 3 years ago

debuglevel commented 3 years ago

I just recorded a macro and wanted to remove 50 pause/mouse movement combinations. So i selected all those entries and hit [del]. But it seems that there is some animation when a list entry is removed, which is applied on every item you remove on a selection. If therefore took about 30 seconds to delete those list entries. My recommendation is to remove this animation or at least disable it when multiple items are deleted.

Pulover commented 3 years ago

There's no animation. It's just how it works in AHK, it must remove one row at a time in a loop. It's slow I know but I could never find a faster reliable way.