In the menubar you find all the actions of KTurtle. They are in the following groups: , , , , , , and . This section describes them all.
- → (Ctrl+X)
Cuts the selected text from the editor to the clipboard.
- → (Ctrl+C)
Copies the selected text from the editor to the clipboard.
- → (Ctrl+V)
Pastes the text from the clipboard to the editor.
- → (Ctrl+A)
Selects all the text from the editor.
- →
Exports the current content of the Canvas as a raster image of the PNG (Portable Network Graphics) type.
- →
Exports the current content of the Canvas as a vector drawing of the SVG (Scalable Vector Graphics) type.
- →
Prints the current content of the Canvas.
- →
Present a list of possible execution speeds, consisting of: , , , , and . When the execution speed is set to (default) we can barely keep up with what is happening. Sometimes this behavior is wanted, but sometimes we want to keep track of the execution. In the latter case you want to set the execution speed to , or . When one of the slow modes is selected the current position of the executor will be shown in the editor. will execute one command at a time.
- → (Ctrl+E)
Show or hide the Editor.
- → (Ctrl+I)
Show or hide the inspector.
- →
Show or hide the Error tab with a list of errors resulting from running the code. If this option is enabled, click on Canvas to see the turtle again.
- → (F11)
With this action you can show the line numbers in the editor. This can be handy for finding errors.
- → (F1)
Invokes the KDE Help system starting at the KTurtle help pages. (this document).
- → (Shift+F1)
Changes the mouse cursor to a combination arrow and question mark. Clicking on items within KTurtle will open a help window (if one exists for the particular item) explaining the item's function.
- →
Opens the Bug report dialog where you can report a bug or request a “wishlist” feature.
- →
Opens a dialog where you can edit the Primary language and Fallback language for this application.
- →
This will display version and author information.
- →
This displays the KDE version and other basic information.
- → (F2)
This is a very useful function: it provides help on the code where the cursor in the editor is at. So, e.g., you have used the
printcommand in your code, and you want to read and to know what the handbook says on this command. You just move your cursor so it is in theprintcommand and you press F2. The handbook will then show all info on theprintcommand.This function can prove to be useful while learning TurtleScript.