Hi list,

I just found out that it is possible to link the outline to the editor, 
so that the element I am editing is highlighted. I think that should be 
the default (5 min ago I started to write a feature request for that, 
but then I realized it's already there).

However, it does not seem to work all the time. For instance, if I 
select the last line in the following snippet, nothing is highlighted:

------------------
class Dummy():
     def train(self, peak_thresh=0.0):
         # Extract SIFT descriptors
         self.peak_thresh = peak_thresh
------------------

It seems to me that it always fails when you have an assignment to an 
instance variable. In this case the highlighting stops working for the 
current and all subsequent lines in the current scope.


cheers,
Janosch


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to