Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.
Code Editor Context Menu
When working on a file with a code editor, you can perform a number of code search and editing operations to review the contents of the file. These options are available through the editor context menu, and can vary depending on which code editor you are using.
Access Right-click on the code text string you are working on
Options
Option |
Action |
See also |
|||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Go to Declaration |
Locate and highlight the declaration of a symbol in the source code.
|
|
|||||||||||||
Go to Definition |
Locate and highlight the definition of a symbol in the source code (applicable to languages such as C++ and Delphi, where symbols are declared and defined in separate places).
|
|
|||||||||||||
Search for '<string>' |
Display a submenu providing options to locate the selected text string in a range of locations.
|
Model Search
|
|||||||||||||
Find in Project Browser
|
Highlight the object containing the selected text in the Project Browser. |
||||||||||||||
Search in Open Files |
Search for the selected text string in associated open files and display the results of the search in the Find in Files window. You can refine and refresh the search by specifying criteria on the Find in Files window toolbar.
|
||||||||||||||
Search in Files |
Search for the selected text string in all associated files (closed or open), and display the results of the search in the Find in Files window. You can refine and refresh the search by specifying criteria on the Find in Files window toolbar. Shortcut key: F12
|
||||||||||||||
Search in Model |
Perform an Element Name search in the Model Search facility, and display the results on the Model Search tab.
|
||||||||||||||
Search in Scripts |
(Available while working in the Script Editor.) Open the Find in Files window, set the Search Path field to Search in Scripts and the Search Text field to the selected text, then search all scripts for the text string and display the results of the search. You can refine and refresh the search by specifying criteria on the Find in Files window toolbar.
|
||||||||||||||
EA User Guide |
Display the description of the code item in the Enterprise Architect User Guide.
|
||||||||||||||
Display the results of a Google search on the text.
|
|||||||||||||||
MSDN |
Display the results of a search on the text in the Microsoft Developer Network (MSDN).
|
||||||||||||||
Sun Java SE |
Display the results of a search on the text in the Sun Microsystems 'Sun Search' facility.
|
||||||||||||||
Wikipedia |
Display any entry on the object on the Wikipedia web site.
|
||||||||||||||
Koders |
Display the results of a search for the text string on Koders.com.
|
||||||||||||||
Search Intelli-sense | <list of query names> |
Perform a search on the specified string in any Intelli-sense libraries listed in the active Execution Analyzer script, and display the results in the Find in Files window, Intelli-sense Search tab. Shortcut key: Shift + F12
|
||||||||||||||
Set Debugger to Line |
(If the debugger is executing and has reached a breakpoint.) Move the execution point to the current line. Check that you do not skip over any code or declarations that affect the next section of code being debugged.
|
|
|||||||||||||
Display Variable |
(If the debugger is executing.) Open the Locals window and highlight the local variable for the current point in the code. |
|
|||||||||||||
Show in String Viewer
|
Display the full contents of a variable string in the String Viewer. |
||||||||||||||
Create Use Case for '<string>' |
Display the Create Use Case For Method dialog, through which you create a Use Case for the method containing the text string.
|
||||||||||||||
Breakpoint |
Display a submenu of options for creating a recording marker on the selected line of code. The recording markers you can add include:
|
||||||||||||||
Testpoints |
Display options to add a new Testpoint, show the Testpoints Manager (Testpoints window)or edit an existing Testpoint if one or more are already defined at the selected location. (The sub-options depend on the type of code file you are reviewing.) |
|
|||||||||||||
Open (Close) IME |
Open (or close) the Input Method Editor, so that you can enter text in a selected foreign language script, such as Japanese. You set the keyboard language using the Windows Control Panel - Regional and Language Options facility.
|
|
|||||||||||||
Line Numbers |
(Script Editor only.) Show or hide the code line numbers on the left hand side of the editor screen.
|
|
|||||||||||||
Undo Cut Copy Paste Delete Select All
|
These six options provide simple functions for editing the code. |
|
Notes
· | The options in the lower half of the Search for '<string'> submenu (after Search in Scripts) are configurable; you can add new search tools or remove existing ones by editing the searchProviders.xml file in the Sparx Systems > EA > Config folder - this file is in OpenSearch description document format |
Learn more
· | OpenSearch Description Document Format (Online Resource) |