Reverse Paste Sequence / Selection Sequence Missing
Posted: Thu Sep 15, 2022 3:52 am
Hello, I hope I am posting in the correct area, and that I am not duplicating a question previously asked. I did a search and did not see anything at first glance.
Here is the situation - at my company, we use oXygen Author to create very long service procedures of the form:
So that is for removal, for installation:
We were previously using oXygen Author 21, and to simplify the process, we would first create the Removal task. For the Installation task, we would create an empty task, select the steps of the removal sequence in reverse order using the ctrl key, copy the selected steps, and then paste the steps into the empty task. The pasted steps would be in the order selected, effectively reverse sequence. We would need to change "Remove" to "Install" and some clean up, but it made what would be a long task into short work.
We just upgraded to oXygen Author 23, and this functionality no longer exists.
Was this a feature removed from Author, or does a Preferences parameter need to be set?
If removed, is there a workaround? If a parameter, which would it be?
Thank you very much
Here is the situation - at my company, we use oXygen Author to create very long service procedures of the form:
Code: Select all
<task><title> Removal</title>
<taskbody>
<steps>
1. <step> <cmd>Remove part A.</cmd></step>
2. <step> <cmd>Remove part B.</cmd></step>
3. <step> <cmd>Remove part C.</cmd></step>
and so on for tens to hundreds of steps.
24. <step> <cmd>Remove part X.</cmd></step>
25. <step> <cmd>Remove part Y.</cmd></step>
26. <step> <cmd>Remove part Z.</cmd></step>
</steps>
</taskbody>
</task>
Code: Select all
<task><title> Installation</title>
<taskbody>
<steps>
1. <step> <cmd>Install part Z.</cmd></step>
2. <step> <cmd>Install part Y.</cmd></step>
3. <step> <cmd>Install part X.</cmd></step>
and so on until...
24. <step> <cmd>Install part C.</cmd></step>
25. <step> <cmd>Install part B.</cmd></step>
26. <step> <cmd>Install part A.</cmd></step>
</steps>
</taskbody>
</task>
We just upgraded to oXygen Author 23, and this functionality no longer exists.
Was this a feature removed from Author, or does a Preferences parameter need to be set?
If removed, is there a workaround? If a parameter, which would it be?
Thank you very much