Undo |
Undoes the last change you made to the Java class. Jurtle stores an unlimited number of undos. |
Redo |
Redoes the last undo that you made. |
Cut/Copy/Paste |
Does just what youd think it would do. |
Complete Word |
Searches the current edit buffer for words that start with the partial word to the left of the insertion point. If one is found, the partial word is completed. Executing the command again will replace that completion with one based on the next matching word. This command can save a lot of typing if you use long variable or method names. |
Find/Replace... |
Brings up the Find/Replace window which allows you to search for text in the currently selected class file and optionally replace it with something else. |
Find Again |
Searches again for the last thing found. If there is no search string, the Find/Replace window is displayed. |
Find Selection |
Copies the selected text to the Find/Replace dialog and executes a Find command. |