Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Orion/Documentation/User Guide/Tasks/Navigating and searching"

(New page: = Navigating and searching = == Searching from the Navigator == There are a couple of different ways to search using the <b>Navigator</b> page: * Type Ctrl+Shift+F to search for a file w...)
 
Line 1: Line 1:
 
= Navigating and searching =
 
= Navigating and searching =
  
== Searching from the Navigator ==
+
== Searching for files ==
  
 
There are a couple of different ways to search using the <b>Navigator</b> page:
 
There are a couple of different ways to search using the <b>Navigator</b> page:
 
* Type Ctrl+Shift+F to search for a file with a given name. Clicking a match will open a page for the file as if you had clicked it in the Navigator folder list.  (In many cases, this opens the [[Orion/Documentation/User_Guide/Reference/Coding_page|Coding page]] on that file.) If there is only a single match, simply press 'Enter' to open that file.
 
* Type Ctrl+Shift+F to search for a file with a given name. Clicking a match will open a page for the file as if you had clicked it in the Navigator folder list.  (In many cases, this opens the [[Orion/Documentation/User_Guide/Reference/Coding_page|Coding page]] on that file.) If there is only a single match, simply press 'Enter' to open that file.
 
* Typing search terms in the search box in the upper right corner of the title area will search for the terms across all files in the folder you are viewing. Matches will be displayed in the [[Orion/Documentation/User_Guide/Reference/Search_Results_page|Search Results page]].
 
* Typing search terms in the search box in the upper right corner of the title area will search for the terms across all files in the folder you are viewing. Matches will be displayed in the [[Orion/Documentation/User_Guide/Reference/Search_Results_page|Search Results page]].
 +
 +
== Searching for text within files ==
 +
 +
== Search and replace across files==
  
 
A global search and replace can be performed by first running a search from the search box, and then supplying a replace term in the [[Orion/Documentation/User_Guide/Reference/Search_Results_page|Search Results page]].
 
A global search and replace can be performed by first running a search from the search box, and then supplying a replace term in the [[Orion/Documentation/User_Guide/Reference/Search_Results_page|Search Results page]].

Revision as of 14:39, 1 October 2012

Navigating and searching

Searching for files

There are a couple of different ways to search using the Navigator page:

  • Type Ctrl+Shift+F to search for a file with a given name. Clicking a match will open a page for the file as if you had clicked it in the Navigator folder list. (In many cases, this opens the Coding page on that file.) If there is only a single match, simply press 'Enter' to open that file.
  • Typing search terms in the search box in the upper right corner of the title area will search for the terms across all files in the folder you are viewing. Matches will be displayed in the Search Results page.

Searching for text within files

Search and replace across files

A global search and replace can be performed by first running a search from the search box, and then supplying a replace term in the Search Results page.

Back to the top