| Comments on comboboxes: The class and method comboboxes can be navigated with the keyboard, using the up and down arrow keys followed by pressing "Enter" in place of a mouse click. You can also type the name of the item you wish to view directly into the combobox, and the combobox will assist you in finding what you're looking for. In the method combobox, if the method you wish to view is a method of the current class (as displayed in the class combobox), you need only type the method name. The class name will be automatically inserted for you.
|