[Pydev-cvs] org.python.pydev TODO.txt,1.68,1.69
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-05-17 14:26:47
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17496 Modified Files: TODO.txt Log Message: Created better utilities to handle imports. Index: TODO.txt =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/TODO.txt,v retrieving revision 1.68 retrieving revision 1.69 diff -C2 -d -r1.68 -r1.69 *** TODO.txt 12 May 2008 11:34:00 -0000 1.68 --- TODO.txt 17 May 2008 14:26:52 -0000 1.69 *************** *** 1,2 **** --- 1,8 ---- + - Context insensitive completions: + - Don't bring imports for completions already in the document + - Make new imports from the same module use the same from xxx import yyy (when xxx is the same) + - Organize imports should pass all the not defined vars and show the imports available for them + - Organize imports should merge imports with the same 'xxx' in from xxx import yyy, bbb, etc + - Change all calls to Runtime.exec(String) to Runtime.exec(String[]) |