|
|
|
|
|
- Overview
- How do I make an immediate search?
- Search in a selection
- How to do a quick search?
- How do I access an event in the current element?
- Finding and accessing an event
When you're writing code, you often want to do a quick search in the code. There are several ways to do this: - Use general environmental research (Ctrl F).
However, this requires using the mouse and setting the search options. - Use the immediate search performed on the element present in the code editor (Ctrl F3)
This requires the "Find replace" pane to be displayed. - Use QUICK SEARCH to search the current code (Alt F3).
How do I make an immediate search? To perform an immediate search on an element found in the code editor, all you have to do is press Ctrl F3 on an element of code editor (the "Find/Replace" pane being displayed). Press Ctrl + F3: - fills the search control with the word onto which the cursor is positioned.
- triggers the search.
- highlights in the code all the occurrences found and positions on the first occurrence.
Search in a selection The code editor allows you to perform a search (and a replacement) in a selection. If a selection exceeding one line is active, the search is automatically performed in this selection. When performing a search in a selection, the searched word is highlighted in the code.
The F3 and Shift F3 keys allow you to navigate from an occurrence to another one via the keyboard. How to do a quick search? How do I access an event in the current element? Finding and accessing an event The code editor lets you search for and access an event in the current element: window, page, status, etc. - On the "Code" tab, in the "Navigation" group, type the event you want to find. Note: To display the event list automatically, use the Alt + C key combination.
- Select the desired event in the list. It is automatically displayed in the code editor.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|