Be careful with the AutoComplete. It still suffers from import tracebacks not being caught from time to time, mostly with syntax issues. For example, open up the ClassDesigner and type in "self.". You should see the autocomplete pop up. Select an option like absoluteCoordinates. Now on the line you have "self.absoluteCoordinates". Go back in insert another period so that it is now "self..absoluteCoordinates". Now, try to add a "." to the end of the line and you'll see it throws a SyntaxError.
Nate L. On Mon, Jul 14, 2008 at 2:05 PM, Paul McNett <[EMAIL PROTECTED]> wrote: > Wow, dEditor is pretty killer these days!!! > > I'd gotten used to vim, but I'm doing a couple Dabo presentations this > week and thought I should bone up on areas of Dabo I don't have much > experience with. > > But what difference should I be noticing between having Automatic > AutoComplete checked or not? > > Paul > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
