[Pydev-cvs] org.python.pydev/src_completions/org/python/pydev/editor/codecompletion PyCompletionPr
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2008-05-18 20:02:23
|
Update of /cvsroot/pydev/org.python.pydev/src_completions/org/python/pydev/editor/codecompletion In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28475/src_completions/org/python/pydev/editor/codecompletion Modified Files: PyCompletionProposal.java Log Message: Created structure to help dealing with imports in files, even if the file does not have a correct AST Refactor: Moved methods from FullRepIterable to StringUtils Index: PyCompletionProposal.java =================================================================== RCS file: /cvsroot/pydev/org.python.pydev/src_completions/org/python/pydev/editor/codecompletion/PyCompletionProposal.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** PyCompletionProposal.java 3 Apr 2008 17:48:19 -0000 1.4 --- PyCompletionProposal.java 18 May 2008 20:02:17 -0000 1.5 *************** *** 224,228 **** /** ! * @param curr * @return the behavior when faced with a given proposal (that has the same internal representation) */ --- 224,228 ---- /** ! * @param curr another completion that has the same internal representation. * @return the behavior when faced with a given proposal (that has the same internal representation) */ |