Menu

F3 does not trace to the declaration any more

Boostpy
2006-11-27
2013-03-15
  • Boostpy

    Boostpy - 2006-11-27

    Hello there,

    since a few weeks, F3 does not work for me any more, that is, F3 can not go to the declaration if the method is defined in another module!

    I use Subversion 1.4 and Eclipse 3.2.1
    Pydev & Extensiion are the actual versions.

    BTW, I re-installed all of them and it does not help!

    Thanks for advance.

    HL

     
    • Boostpy

      Boostpy - 2006-11-27

      BTW, i use Windows XP and python2.4.3!

      for example, I have Codesegment:
      from AModule import OneClass

      ...
      OneClass.callingOneFunc(...)
      ...

      If I press F3, it will go to the line "from AModule...", but Not the file AModule.py! All the modules are in a projects!

       
      • Fabio Zadrozny

        Fabio Zadrozny - 2006-11-30

        Have you checked the getting started manual for info on how to config your project (http://fabioz.com/pydev/manual_101_root.html)?

        Cheers,

        Fabio

         
    • Boostpy

      Boostpy - 2006-11-28

      It is a problem of project configuration. Because our project is not declared as one package , so I muss configure it with the help of PYTHONPATH ( one can find that under the menu project--> properties)