Bug 86404 - [find/replace] more scopes in Find dialog
Summary: [find/replace] more scopes in Find dialog
Status: ASSIGNED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: All All
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-23 18:35 EST by Sujee Maniyam CLA
Modified: 2019-09-06 16:03 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sujee Maniyam CLA 2005-02-23 18:35:47 EST
Right now 'Find' dialog has two scopes 1) All and 2) Selected lines.  Would be
nice to have the following additional scopes ...
3) current block
4) current function block
5) current block plus X sorrounding blocks

example

void foo ()
{
     if ()
     {
          for ()
          {
              // cursor here
          }
     }

}

From cursor position I could search
  1) current block - will search the for loop
  2) current block + 1 sorrounding block - will also search IF
  3) current function block - will search function foo
Comment 1 Dani Megert CLA 2005-02-24 07:08:00 EST
This would need to either provide a separate FindReplaceDialog for JDT UI or
allow to enhance the current.

This is currently not planned.
Comment 2 Dani Megert CLA 2007-06-22 09:59:23 EDT
Get rid of deprecated state.
Comment 3 Eclipse Webmaster CLA 2019-09-06 16:03:45 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.