Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4517333
By: mzim7372

Hi Fabio,

thank you for the quick response. I tried uninstalling pydev and pydev 
extensions.
Then I manually deleted all of the old feature and plug in folders related to
them. Then redownloaded from your site and re-installed. Still the same problem.

a snipet of code that has this problem is as follows:

def my_fund():
    a=1
    b=2
    c=3
    d=a+b+c
    e=d*2

I highlighed:

    d=a+b+c
    e=d*2

Then tried right_click->refactoring->extract method to extract method. That
gave me the error. this is just a simple example I made to illustrate the 
problem.
I experience the problem with more complicated cases too.

I think I have a pretty plain install of Eclipse Europa with nothing special
other than subclipse and pydev added to it. Any ideas?


thanks
-Matt


______________________________________________________________________
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to