[Pydev-cvs] org.python.pydev Changes.txt,1.197,1.198
Brought to you by:
fabioz
|
From: Fabio Z. <fa...@us...> - 2007-02-22 23:16:05
|
Update of /cvsroot/pydev/org.python.pydev In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26792 Modified Files: Changes.txt Log Message: Index: Changes.txt =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/Changes.txt,v retrieving revision 1.197 retrieving revision 1.198 diff -C2 -d -r1.197 -r1.198 *** Changes.txt 20 Feb 2007 23:06:07 -0000 1.197 --- Changes.txt 22 Feb 2007 23:16:03 -0000 1.198 *************** *** 12,15 **** --- 12,16 ---- <ul> <li><strong>Simple Completions</strong>: some keywords were removed from the default list (the 2-letter ones because they're barely worth it and those related to 'try', as there's already an assistant that creates 'try' blocks)</li> + <li><strong>Rename refactoring</strong>: matches in multi-line strings are now correct</li> </ul> |