Sarah Allen wrote: > > On May 22, 2009, at 1:19 PM, Roy Wright wrote: >> I haven't used notepad++ but I'd expect you to be able to run external >> tools to launch shoes. The external command should be something like: >> >> shoes "$(FULL_CURRENT_PATH)" >> >> ref: http://notepad-plus.sourceforge.net/uk/site.htm, FAQ, "Run external >> tools". >> > I tried that, but it didn't work. I have no idea why.
Can you launch a script from the command line? shoes example.rb If not, verify shoes is on the path. I installed notepad++ into my XP VM (which already had shoes installed via a packaged shoes app) and the run command worked fine (shoes "$(FULL_CURRENT_PATH)"). HTH, Roy
