Update of /cvsroot/cpptool/rfta/src/rftavc6addin
In directory sc8-pr-cvs1:/tmp/cvs-serv24774/src/rftavc6addin
Added Files:
cpprefactoring-vc6-addin.txt
Log Message:
-- a brief description of the AddIn for a binary distribution.
--- NEW FILE: cpprefactoring-vc6-addin.txt ---
Cpprefactoring-VC6-addin version 0.1.0
GENERAL:
Cpprefactoring-VC6-addin is a Microsoft Visual Studio addin for using
the cpp-refactoring library within the C/C++ IDE.
It allows to execute refactoring operations.
INSTALLATION:
- Unzip Cpprefactoring-VC6-plugin into "AddIns" subdirectory of the directory
where you installed Visual Studio. ( %%Visual-Studio%% \Common\MSDev98\AddIns )
- Start Visual Studio
As soon as you did this a toolbar containing refactoring operations should appear.
CONFIGURATION:
A configuration is not yet possible/needed.
KNOWN ISSUES AND LIMITATIONS:
- The three implemented refactoring operations can only be activated by the
tool bar at the moment.
- undo mechanism is not single step, because all replacements done by the
refactoring libraries are recorded as seperate actions by the IDE.
|