From: SourceForge.net <no...@so...> - 2006-06-15 15:18:36
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3780731 By: marvingreenberg This is something I have noticed too -- that is very annoying. As you mention, as soon as there is a (certain kind of) syntax error, outline view stops updating, code completion and related stuff stops working. But it can be difficult to figure what the cause of the error since nothing is updating. Often I'm cutting, pasting, mucking around with the code a bunch. Then I notice that completion isn't working and it can take a long time to figure out which line has bad indentation or too many close parens. This exhibits the problem for me: class Foo: def fn(self): # 5 spaces pass def bar(self): # 4 spaces pass ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |