Mark Occurrences
Preferences
The Mark Occurrences Preferences page allows you to configure for which
types of elements the Mark Occurrences
feature will be enabled.
The Mark Occurrences
Preferences page is accessed from Window | Preferences | PHP | Editor
| Mark Occurrences
.
|
|
|
To configure Mark Occurrences preferences:
Mark
the 'Mark occurrences of the selected element in the current
file' checkbox to enable the Mark Occurrences functionality.
Configure the
elements for which the Mark Occurrences feature will be enabled
by marking the relevant checkboxes. The options are:
Types
Class Methods and declarations
Functions
Constants
Global variables
Local variables
Expressions throwing a declared exception
Method exits - Marks the exit points (throws / return
/ end of flow) of a method
Methods implementing an interface
Targets of break and continue statements - Marks the
scope (for, foreach, while, do-while or switch structure)
of a break / continue statements
HTML Tags
Mark the 'Keep
marks when the selection changes' checkbox for marks to continue
to be displayed once the cursor has been moved from the selected
element.
Click Apply to
apply your changes.
|
|
The appearance of the Mark Occurrences annotations which appear in the
vertical ruler (to the left of the editor) and the annotation bar (to
the right of the editor) can be configured in the Annotations
preferences page (Window | Preferences | General | Editors | Text
Editors | Annotations) by selecting PHP elements 'read' or 'write' occurrences.