From: <bl...@us...> - 2003-05-26 07:26:07
|
Update of /cvsroot/cpptool/rfta/doc In directory sc8-pr-cvs1:/tmp/cvs-serv24921/doc Modified Files: rfta_screenshots.html Added Files: RenameLocaleVariable.html Log Message: * added documentation for RenameLocaleVariable refactoring. --- NEW FILE: RenameLocaleVariable.html --- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <title>C++ Refactoring Assistant: Rename Locale Variable Refactoring</title> </head> <body> Rename Locale Variable Refactoring<br> <br> This refactoring is used to rename a single locale variable with a free or a member function body.<br> <br> KNOWN ISSUES: <br> <ul> <li>For scope is handled as defined by the C++ standard (variable defined in for initialization are in a new scope). This is not the behavior of older compiler (VC++ 6 for instance does not define a new scope).</li> <li>The new locale variable name is not checked for conflict (be careful not to enter the name of an existing variable or function used locally).</li> <li>Function pointers declaration are not recognized as locale variable declaration.</li> <li>The parser sometime failed to recognize a locale variable declaration. </li> </ul> EXAMPLES:<br> <br> <br> </body> </html> Index: rfta_screenshots.html =================================================================== RCS file: /cvsroot/cpptool/rfta/doc/rfta_screenshots.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** rfta_screenshots.html 19 May 2003 21:43:34 -0000 1.1 --- rfta_screenshots.html 26 May 2003 07:26:04 -0000 1.2 *************** *** 27,31 **** <br> <br> ! Rename Locale Variable Refactoring<br> <br> <br> --- 27,37 ---- <br> <br> ! All the current refactorings only use the start of the selection or the ! current carret location to determine which locale variable should be ! renamed. You can point out any occurences of the locale variable you ! want to rename.<br> ! <br> ! <br> ! <br> <br> <br> |