Update of /cvsroot/pydev/org.python.pydev
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25545
Modified Files:
TODO.txt
Log Message:
Index: TODO.txt
===================================================================
RCS file: /cvsroot/pydev/org.python.pydev/TODO.txt,v
retrieving revision 1.66
retrieving revision 1.67
diff -C2 -d -r1.66 -r1.67
*** TODO.txt 3 May 2008 13:37:35 -0000 1.66
--- TODO.txt 3 May 2008 14:07:38 -0000 1.67
***************
*** 19,23 ****
- ModulesManager: else if(PythonPathHelper.isValidDll(emptyModuleForZip.pathInZip)){
- - Change the stdout/stderr for unicode
- CNF: Go into / up in pydev package explorer: http://richclientplatform.blogspot.com/2007/07/adding-go-into-and-go-up-to-cnf.html
- Option to add line at end of file
--- 19,22 ----
***************
*** 29,39 ****
- - occurrences case:
- def m1():
- _expr, attr = 1, 3
- def filter():
- return attr <-- mark occurrences here!
-
- static analysis case:
import os
--- 28,32 ----
***************
*** 41,53 ****
- - debugger
- class env:
- pass
-
- if __name__ == '__main__':
- print 'step 1\n' #set break here
-
- #comment <-- removing this comments makes break work (see breakpoint context)
-
console:
- getpass: echo mode
--- 34,37 ----
|