Update of /cvsroot/cpptool/rfta/src/eclipseplugin
In directory sc8-pr-cvs1:/tmp/cvs-serv24922/src/eclipseplugin
Added Files:
Readme.txt
Log Message:
-- a brief description of the PlugIn for a binary distribution.
--- NEW FILE: Readme.txt ---
org.eclipse.cpprefactoring version 0.1.0
GENERAL:
Org.eclipse.cpprefactoring is a Eclipse plugin for using
the cpp-refactoring library within the eclipse IDE.
It allows to execute refactoring operations.
INSTALLATION:
- Get the C/C++ Developer Plugin for Eclipse (CDT), install it.
- Unzip org.eclipse.cpprefactoring_xx.zip into "plugins" subdirectory of the directory
where you installed Eclipse.
- Restart or start Eclipse.
- switch to C/C++ perspective
- enable "CppRefactoring" by selecting "Window" -> "Customize Perspective" -> "Other" -> "Cpp Refactoring Actions"
As soon as you did this a menu "CppRefactoring" and a tool bar containing refactoring
operations should appear. Within a C/Cpp source you can also right click and select a
refactoring operation in the popup menu.
CONFIGURATION:
A configuration is not yet possible/needed.
KNOWN ISSUES AND LIMITATIONS:
- Only the refactoring operation "Rename Local Temporary" is supported
at the moment. The code for the other operations is not yet written.
- Some java programming is needed for a better user interface.
|