g-sherman / Script-Runner

Run a Python script in QGIS to automate tasks
http://hub.qgis.org/projects/scriptrunner
9 stars 5 forks source link

when a file has been changed externally, script runner does not read the changed file. #9

Open mitchell2090 opened 5 years ago

mitchell2090 commented 5 years ago

I have been trying to work on a file using both scriptrunner and an external editor. However when I modify the file in the external editor I cannot get scriptrunner to read the modified file. Indeed, even if I delete the file from scriptrunner and then use the "add existing script" button to re-add it, it still has the old, unmodified, script.

rful011 commented 4 years ago

yes :( you seem to have to restart QGIS now. It used to work.

mkpaa commented 4 years ago

Same issue still. It shouldn't also be hard to implement it listening to changes so that I could choose to run script on save?