Open main menu

CDOT Wiki β

Difference between revisions of "Team1/Searching the workbench"

 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
===10. Searching the workbench ===
 
===10. Searching the workbench ===
'''10.1. Java search: '''To search the workbench for a file, a type or a keyword, click on "Search" on the top menu bar and then select "Search" to open the search window.<br/>
+
'''10.1. Java search: ''' <br/>
[[Image:Search1.jpg|500px ]]<br />
+
To search the workbench for a file, a type or a keyword, click on "Search" on the top menu bar and then select "Search" to open the search window.<br/>
 +
[[Image:Search1.jpg|500px ]]<br /><br />
 
The search result is shown in the search view:<br/>
 
The search result is shown in the search view:<br/>
 +
[[Image:Search2.jpg|700px ]]<br/><br/>
 +
'''10.2. Searching References: ''' <br/>
 +
In the editor, select the variable, type, method,... you want to find the references for. Right click and select references and then choose the scope you want to search.The result is shown in the search view.<br/>
 +
[[Image:Search3.jpg|700px ]]<br/><br/>
 +
'''10.3. Searching Declarations: ''' <br/>
 +
Tn the editor, select a variable,method name or type and then right click ans select Declarations, and choose the scope of search.The result apears in the search view.<br/>
 +
[[Image:Search4.jpg|700px ]]<br/><br/>

Latest revision as of 17:09, 30 January 2011

10. Searching the workbench

10.1. Java search:
To search the workbench for a file, a type or a keyword, click on "Search" on the top menu bar and then select "Search" to open the search window.
 

The search result is shown in the search view:
 

10.2. Searching References:
In the editor, select the variable, type, method,... you want to find the references for. Right click and select references and then choose the scope you want to search.The result is shown in the search view.
 

10.3. Searching Declarations:
Tn the editor, select a variable,method name or type and then right click ans select Declarations, and choose the scope of search.The result apears in the search view.