BurnySc2 / sc2-planner

MIT License
48 stars 13 forks source link

Various new features #29

Closed pikiou closed 3 years ago

pikiou commented 3 years ago

New features, which you can have a look at here :

jtsauls commented 3 years ago

Wow these are really useful changes. The graphs and undo/redo alone make putting together a build much easier. Voice is amazing. Haven't tested the optimization features yet. Awesome job!

BurnySc2 commented 3 years ago

After playing around with it, if you have the multi-line build order open, the drag and drop functionality (to re-order build order items) doesn't work properly. Works well with single-row mode though.

And the tooltips from the statistics don't seem to disappear as soon as you leave the graph.

pikiou commented 3 years ago

You are talking about keyboard shortcuts. Could explain which they are and in short what they do?

The keyboard shortcuts are meant to undo/redo any change to the BO (and possibly the settings).

After playing around with it, if you have the multi-line build order open, the drag and drop functionality (to re-order build order items) doesn't work properly.

Indeed, and for multi-line drag&drop we need to use another d&d library but I didn't feel like changing it ><

And the tooltips from the statistics don't seem to disappear as soon as you leave the graph.

I just fixed it.