Author Topic: Editor extensions [implemented]  (Read 4214 times)

Offline Hermu

  • Jr. Member
  • **
  • Posts: 53
Editor extensions [implemented]
« on: May 13, 2015, 02:14:02 PM »
Logic - New Action:
add new action after selected action in action list, this would make editing easier, because new actions must not moved down always from first list position

Logic - Copy/Paste:
Copy/Paste for selected Action list elements, because if many controllers have the same functionality with different parameter values and a large actionlist

Logic - Copy/Paste Action list:
corresponding to Copy/Paste of one Action list element, it should be possible to copy and paste a complete Action list to another Logic Control element
« Last Edit: September 23, 2015, 05:30:11 PM by azslow3 »

Offline azslow3

  • Administrator
  • Hero Member
  • *****
  • Posts: 1685
Re: Editor extensions
« Reply #1 on: May 13, 2015, 03:13:41 PM »
Logic - New Action:
add new action after selected action in action list, this would make editing easier, because new actions must not moved down always from first list position
I have not found good place for the "Append" button ;)

Quote
Logic - Copy/Paste:
Copy/Paste for selected Action list elements, because if many controllers have the same functionality with different parameter values and a large actionlist
... that it is time to put repeated functionality in a function!

Quote
Logic - Copy/Paste Action list:
corresponding to Copy/Paste of one Action list element, it should be possible to copy and paste a complete Action list to another Logic Control element
It is working in case there is no selected action (temporary switch to another Logical Control to "deselect" action), "Copy" will copy the whole list (with Monitors!). But that does not work in Feedback (not required since you can copy "Monitor" action as a whole).