Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4602754 By: bossyman
I am using Eclipse. I would like to know how you click navigate functions and classes in a pydev project as in Java. For example in the code below: If I press Ctrl + move the arrow "BaseForm" and click on it, eclipse should take me to where "BaseForm" super class is declared. At the moment this is not working for me. Is this functionality included in PyDev? class Form(BaseForm): ______________________________________________________________________ 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 ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
