Method Wizard

The Method Wizard is a kind of "clipboard" for methods. You can store methods there by using the "to Method Wizard" action of the main editor's window's method context menu for methods. You can execute several actions with the selected class by using the context menu.

The list in the center of the frame shows the names of the stored methods. Several actions are possible. Use the context menu to trigger them.

Context-Menu: Add to current class Adds a copy of the selected method to the currenty selected class inside the main editor. The signature will be copied as well as the body and documentation for the method.

Context-Menu: add Adds a new method to the method wizard. A new frame will open where you can set all properties for the new method.

Context-Menu: edit Edit the signature of the method. A new frame will open where you can change all properties for the method.

Context-Menu: copy Copy the signature of the method into a new one. A new frame will open where you can change the name and all properties for the copy of the method.

Context-Menu: delete Delet the stored method. Caution: This cannot be undone.

Close: Closes the method wizard.