View Single Post
Old 09-09-2019, 03:38 PM   #24
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 4,937
Default

https://gist.github.com/cfillion/ec2...f82e6d865f6092

Add this at the very bottom to make Action 1 (which you can put in a custom action after "SWS: Open projects from list"):

Code:
clearSavedProjects()
saveOpenedProjects()
For action 2:

Code:
compareLists()
clearSavedProjects()
saveOpenedProjects()
If you need to save the RPL after the script tells you to do it, would it not be simpler to have the script just save the RPL by itself?
cfillion is offline   Reply With Quote