[Pydev-cvs] org.python.pydev/src/org/python/pydev/editor/refactoring PyRefactoring.java,NONE,1.1
Brought to you by:
fabioz
From: Fabio Z. <fa...@us...> - 2004-09-14 17:42:27
|
Update of /cvsroot/pydev/org.python.pydev/src/org/python/pydev/editor/refactoring In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9579/src/org/python/pydev/editor/refactoring Added Files: PyRefactoring.java Log Message: Code completion improvements. Starting refactoring integration with bicycle repair man. --- NEW FILE: PyRefactoring.java --- /* * Created on Sep 14, 2004 * * @author Fabio Zadrozny */ package org.python.pydev.editor.refactoring; /** * This class is used to make the refactorings. * * The design is basically: handle the actions and pass them to the * python server (that should be using bicycle repair man). * * Later, this might be changed as long as the interface provided is * the same. * * @author Fabio Zadrozny */ public class PyRefactoring { } |