I love that the prototype module reloads the script (I'm currently working in javascript) whenever I save it. However, I found a limitation where it won't remember the path if I load a .js file from a folder other than the plugins folder. This means that:
- The watcher isn't catching when filechanges are made
- If I click to open a new file, the open dialog starts within the /plugins/prototype/examples folder, rather than the same directory as the file I previously loaded)
I can work without 2, but 1 is pretty key, since I'm collaborating on modules with others within git repositoriess. I assume this requires storing the absolute path, but I don't know cpp very well atm.