On May 22, 2009, at 1:19 PM, Roy Wright wrote:
Martin DeMello wrote:
On Sat, May 23, 2009 at 1:26 AM, Sarah Allen
<[email protected]> wrote:
I think there must be an easier workflow than what we've been
doing: write
app in notepad++, save to desktop, double-click shoes, click "open
an app"
-- does anyone have a workflow where you can run Shoes directly
from the
editor? it would be nice if the shoes window with the errors had a
"Reload"
button and keystroke, likewise with the Shoes window.
I wonder how hard it would be to get a very basic ide going (editor
plus "Run" button). Does shoes support scintilla?
martin
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.
And thank you for your class reports. Very interesting.
You're welcome :)