Good, because that's what I went with. There is also a button on the
Code Editor window that does the same thing as the menu.

        Also, I've added a cool convenience feature. If you start your code
with lines before the 'def' statement, those lines are automatically
assumed to be import-type statements that will be added to the top of
the class definition. So if you're coding something and realize that
you need the 'os' module, you can write the code like this:

import os
def afterInit(self):
        self.hasFile = os.path.exists(self.someFile)

...and when you either switch to another code editing page, or save
the design, the 'import os' line is automatically moved into the
class-level imports.

        I'm still testing a bit and tweaking things, but this should be
posted in less than an hour.


Cool, sounds good


--
"Now that I am a Christian I do not have moods in which the whole
thing looks very improbable: but when I was an atheist I had moods in
which Christianity looked terribly probable."
 -C. S. Lewis

-Echo

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev

Reply via email to