Intelligent replace, ala Emacs? [message #144946] |
Sat, 25 March 2006 01:13  |
Eclipse User |
|
|
|
One thing I've always liked in Emacs is its "intelligent case replace"
feature, as part of search/replace. I haven't seen this in Eclipse. This
is just a suggestion for an enhancement, if it seems useful to you.
For instance, say I have the following strings in a file region:
foo
setFoo()
FOO
In Emacs, if I search for "foo" and have it replaced with "bar", it will
change those strings to:
bar
setBar()
BAR
If this feature is available somehow, and I've missed it, please point it
out to me.
|
|
|
Re: Intelligent replace, ala Emacs? [message #145779 is a reply to message #144946] |
Thu, 30 March 2006 14:06  |
Eclipse User |
|
|
|
Originally posted by: eclipse3.rizzoweb.com
David Karr wrote:
> One thing I've always liked in Emacs is its "intelligent case replace"
> feature, as part of search/replace. I haven't seen this in Eclipse.
> This is just a suggestion for an enhancement, if it seems useful to you.
>
> For instance, say I have the following strings in a file region:
>
> foo
> setFoo()
> FOO
>
> In Emacs, if I search for "foo" and have it replaced with "bar", it will
> change those strings to:
>
> bar
> setBar()
> BAR
>
> If this feature is available somehow, and I've missed it, please point
> it out to me.
>
http://bugs.eclipse.org
Search first; if you don't find anything relevant, enter a new request.
|
|
|
Powered by
FUDForum. Page generated in 0.08180 seconds