I'd prefer to use a professional programmer's editor (SlickEdit) to edit my *.ino files, but when I do, the Arduino IDE doesn't notice that the file changed. In fact, even if I try to open the same file, it still doesn't pick up the changes. In fact, I can't even CLOSE the file without closing the entire IDE altogether, which means now I need to find it once again in order to open it up and pick up my changes.
How do I get the IDE to re-load changes made in the *.ino file that are made outside of the Arduino editor?
Thanks.