[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Intelligent replace, ala Emacs?

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.