When i open a test.py file with te following line in it :
print "Hello"
in textwrangler and run it, it will print out 'Hello'. When i type underneath it:
print "I'am"
and i run it, it will display Hello and I'm underneath it.
I don't have to save the file before running it.
But now I'm using Komodo, and with every change i do, i'll have to safe it first before I'm running it. Otherwise it doesn't mind the changes (like textwrangler you can edit and run and don't have to save it before running)
I know I can make a ' save and run' makro, but I don't won't that every change(with debugging etc) is saved to my file..
Is there a option so I can change this behavior ?
Thanks !