auto-reaload

porjes

Member
Hi there. I've written a command-line tool that calls sqlinform to reformat the current buffer. The problem is that pl/sql doesn't always notice that the file has changed. I don't know where that problem lies, but it could easily be fixed with an "auto-reload" option (just like the auto-save option) on tools/config. Any chance? Should be easy to do?

Or could I write a script to save, call the tool, then force a reload?
 
It seems that I am not prompted to reload if I had answered 'No' at some time in the past, even if another change has subsequently occurred. If this is the case, is there a way to not have this behavior occur (if another change has occurred)? (If the 'original' window is resaved, then the previous 'No' does seem to be reset, but I'm not sure if this always works; I'll keep an eye out for a case that doesn't work like I would expect.)
 
It's random with me, I guess a timing issue with the windows file system, or something? That's why an 'always reload' option on ConfigureTools would be great.
 
Back
Top