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 {
}
|