Update of /cvsroot/pydev/org.python.pydev
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27940
Modified Files:
Changes.txt
Log Message:
Using faster version of StringBuffer: FastStrintgBuffer / Better icons for auto-import.
Index: Changes.txt
===================================================================
RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v
retrieving revision 1.393
retrieving revision 1.394
diff -C2 -d -r1.393 -r1.394
*** Changes.txt 1 Jun 2008 20:44:41 -0000 1.393
--- Changes.txt 14 Jun 2008 22:14:57 -0000 1.394
***************
*** 6,9 ****
--- 6,11 ----
<li><strong>Auto-import</strong>: Groups imports when possible.</li>
<li><strong>Auto-import</strong>: Doesn't bring imports for completions already in the document even if a parse is not successful.</li>
+ <li><strong>Organize Imports (ctrl+shift+O)</strong>: Suggests imports to the undefined tokens in the editor.</li>
+ <li><strong>Import quick-fix</strong>: Icons correspondent to the element being imported.</li>
</ul>
|