The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4021200:

Unfortunately that has to be actually implemented... I was hoping to add that
to the ast, but it's not very simple (so, it's still not done). Currently you
have to calculate that afterwards...  there are already some helpers for it...
if you traverse it with a subclass of
org.python.pydev.parser.visitors.scope.EasyAstIteratorBase you get the end line
and if you want to treat for a specific ast, the place that should be extended
is org.python.pydev.parser.visitors.NodeUtils.getLineEnd(SimpleNode).

Cheers,

Fabio

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to