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"

(Searching for files)
Line 3: Line 3:
 
== Searching for files ==
 
== Searching for files ==
  
* 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]].
+
  
 
== Searching for text within files ==
 
== Searching for text within files ==
 +
 +
Type search terms in the search box in the upper right corner of the title area to search for 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]].
  
 
== Search and replace across 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:49, 1 October 2012

Navigating and searching

Searching for files

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.

Searching for text within files

Type search terms in the search box in the upper right corner of the title area to search for terms across all files in the folder you are viewing. Matches will be displayed in the Search Results page.

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