Multi Actions

Issue #19 closed
Denis Kuzmin repo owner created an issue

Really necessary for variations of the actions with the: DTE Opeartions, Files and Interpreter modes

also combination with the

and other,

probably a big task with current structure.. anyway, TODO :)

Comments (8)

  1. Denis Kuzmin reporter

    also should be some option for controlling of chain-actions instead of simple "Abort processing on the first error" etc.,

    I think, for more convenience need an additional options like a:

    #[vsSBE events.<type>.item(<name>/<index>).errors]
    

    then control with condition:

    #[(#[vsSBE events.PRE.item("act1").hasErrors]){
       ... other command
    }]
    

    and similar..

    need to think - also TODO

    see also:

    • Issue #21 Subcommands. Executing commands from scripts
  2. Denis Kuzmin reporter

    New structures for Issue #19 Multi Actions

    • Remapped the all SBEEvent[]
      • The Connection has implementation of basic iteration.
      • TODO: handler of upgrading for v0.7 -> v0.9
    • New UI for event-items operation as action list:
      • Major changes: additional the external ui-logic, new operations with action list, ui-helper, etc.
      • Added component - DataGridViewExt :: net.r_eg.vsSBE.UI.WForms

    also TODO:

    • Changing for Xaml tool pane with new action list
    • summary of events with loading configuration - see _state
    • core of the scripts for state of chain-actions

    → <<cset 818442cf9586>>

  3. Denis Kuzmin reporter
    • Implemented IStatus for Execution statuses
    • new core with components for control chain-actions - fd99fab

    remains to be done:

    • Implement the InternalComponent & ConditionComponent - However, it's only for control actions! (not primary for current task)

    i.e. Multi Actions already should work


    planned with v0.9

  4. Log in to comment