T O P I C R E V I E W |
andre.horst |
Posted - Apr 16 2008 : 04:07:45 AM If i change a method signature to only rename a parameter name, the comment-description is untouched. The parameter-name in the description should be also renamed, like it is done in the rename feature.
Ex.
// p_Foo: blabla void f( int p_Foo ) ;
-->
// p_Foo: blabla <-- not renamed, but should be "p_Bar" void f( int p_Bar ) ; |
2 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - Nov 18 2013 : 3:19:22 PM Change Signature was overhauled in build 2007. case=9978 is fixed in build 2007. |
feline |
Posted - Apr 16 2008 : 2:22:09 PM We are looking into doing this. We need to display the rename dialog if references in comments or strings are found, so that the user can confirm any updates before they are made:
case=9978 |