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

Edit I made to the original post:

"----------------------------------------------------------------

Edit 1:14 EST, 9 Nov: Okay so I tried uninstalling pydev and reinstalling. No
change. I deleted eclipse, downloaded a new copy, installed pydev, set things
up. Same thing.

I started to do trial and error to find out what is 'breaking' the file so that
it stops code folding. So far no luck and it looks like it's going to be VERY
slow going. I did notice some other things, however. When code wrapping starts
to fail, brackets are still automatically added when creating a new function,
as well as the colon, but they don't get overwritten automatically if I type
them out manually anyway.

So, when working properly, if I write:
Code: [Select all] [Show/ hide]

def test(


then it will autocomplete and make it:
Code: [Select all] [Show/ hide]

def test():


If I continue typing with the cursor in between the brackets, the bracket and
colon I type will overwrite the bracket and colon that were put there 
automatically.
But if it's gotten glitched again, they will NOT be overwritten, resulting in:
[code]def test():):

So, the reason I'm even mentioning this is that it seems like something in the
eclipse or pydev program is getting jammed and other tasks somehow related to
that (like everything in one class, maybe?) also stops working. Just more info
that might help someone help me fix this."

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to