You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently all operations can only be done with one procedure at a time. For batch operations such as moving a whole command graph, able to operate on multiple procedures at the same time would be very handy.
Even though this might require rewriting some of the operation logic such as how copying works, I think this is worth the price in the long run.
Extract copy/paste/cut logic from FlowComponent into some kind of ProcedureOperation class
Define the multi-procedure information format
Area selection handler in EditorPanel, including a list of all selected procedures
The text was updated successfully, but these errors were encountered:
Currently all operations can only be done with one procedure at a time. For batch operations such as moving a whole command graph, able to operate on multiple procedures at the same time would be very handy.
Even though this might require rewriting some of the operation logic such as how copying works, I think this is worth the price in the long run.
FlowComponent
into some kind ofProcedureOperation
classEditorPanel
, including a list of all selected proceduresThe text was updated successfully, but these errors were encountered: