Slick V3.3 User Manual

Page of 568
To add an item to the list, type the name in the Add Item To List text box, then press Enter. Click the
buttons to remove selected items or to clear the list.
Filtering and Sorting in the Members Pane
Right-click on a member in the members pane to access a list of filtering and sorting options as well as
options for code navigation and modification. The following options are available:
• C++ Refactoring - Displays a menu of C/C++ refactoring options. See
for more in-
formation.
• Quick Refactoring - Offers two Quick Refactorings: Rename and Modify Parameter List. See
for more information.
• Add Member FunctionAdd Member Variable, and Add Virtual Function - (C/C++ only) When these
options are selected for a class, you are prompted with a dialog to type a member function, member
variable, or virtual function to be added into the source code at the top of the current class.
• Organize imports - (Java only) Organizes import statements in Java files. See
for more information.
• Go to Tag - Moves the cursor to the selected tag. See
for more information.
• References - Brings the References view into focus, displaying the references for the symbol. See
for more information.
• Set Breakpoint - Sets a debugging breakpoint. See
for more information.
Class View
85