+1
At 18:38 20.02.2002 -0500, you wrote:
>Search and replace could have an option for keeping the capitalization of
>the replaced word...
>
>say,
>
> {
> int num;
> final int DEFAULT_NUM = 5;
>
> public int getNum () {
> return num;
> }
>...
>}
>
>replacing "num" for "number" should end up on this:
> {
> int number;
> final int DEFAULT_NUMBER = 5;
>
> public int getNumber () {
> return number;
> }
>...
>}
_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features