Update of /cvsroot/pydev/org.python.pydev
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12820
Modified Files:
TODO.txt Changes.txt
Log Message:
Previous/next method could match 'class' and 'def' on invalid location
Index: TODO.txt
===================================================================
RCS file: /cvsroot/pydev/org.python.pydev/TODO.txt,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** TODO.txt 25 Apr 2008 00:49:11 -0000 1.65
--- TODO.txt 3 May 2008 13:37:35 -0000 1.66
***************
*** 1,9 ****
- check:
- PythonCorrectionProcessor: ImageCache should be gotten from the plugin
-
- ctrl+shift+up/down stops at the end of curr_widget_class
- def GetClassesAndData():
- curr_widget_class = 10
-
- hierarchy view: show with f4 / close / open view / f4 (will not work)
--- 1,2 ----
Index: Changes.txt
===================================================================
RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v
retrieving revision 1.381
retrieving revision 1.382
diff -C2 -d -r1.381 -r1.382
*** Changes.txt 3 May 2008 13:20:11 -0000 1.381
--- Changes.txt 3 May 2008 13:37:35 -0000 1.382
***************
*** 23,26 ****
--- 23,27 ----
<li>Launch: console encoding passed as environment variable (no longer written to the install location)</li>
<li>More templates for "surround with" (Ctrl+1 with selected code)</li>
+ <li>Previous/next method could match 'class' and 'def' on invalid location</li>
after 1.3.14
|