In the menubar you find all the actions of KTurtle. They are in the
following groups: , ,
, , ,
and . This section describes them all.
- -> (Ctrl-N)
Creates a new, empty TurtleScript file.
- -> (Ctrl-O)
Opens a TurtleScript file.
- ->
Opens a TurtleScript file that has been opened recently.
- -> (Ctrl-S)
Saves the currently opened TurtleScript file.
- ->
Saves the currently opened TurtleScript file on a specified location.
- ->
Open example TurtleScript programs. The
examples are in your favorite language that you can choose in
->.
- ->
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.
- -> (F5)
Starts the execution of the commands in the code editor.
- -> (F6)
Pauses the execution. This action is only enabled when the commands are actually executing.
- -> (F7)
Stops the execution. This action is only enabled when the commands are actually executing.
- -> (Ctrl-P)
Prints the current code in the editor.
- -> (Ctrl-Q)
Quits KTurtle.
- -> (Ctrl-Z)
Undoes the last change to code. KTurtle has unlimited undos.
- -> (Ctrl-Shift-Z)
Redoes an undone change to the code.
- -> (Ctrl-X)
Cuts the selected text from the code editor to the clipboard.
- -> (Ctrl-C)
Copies the selected text from the code editor to the clipboard.
- -> (Ctrl-V)
Pastes the text from the clipboard to the editor.
- -> (Ctrl-A)
Selects all the text from the editor.
- -> (Ctrl-F)
With this action you can find phrases in the code.
- -> (F3)
Use this to find the next occurrence of the phrase.
- -> (Shift-F3)
Use this to find the previous occurrence of the
phrase.
- -> (Ins)
Toggle between the 'insert' and 'overwrite' mode.
- ->
Show or hide the Code Editor.
- -> (F11)
With this action you can show the line numbers in the code editor. This can be handy for finding errors.
- ->
Show or hide the Inspector.
- ->
This action opens the direction chooser dialog.
- ->
Choose the language for the code.
- ->
Toggle the Main Toolbar
- ->
Standard KDE dialog to configure the shortcuts.
- ->
Standard KDE dialog to configure the toolbars.
- -> (F1)
This action shows the handbook that you are currently reading.
- -> (Shift-F1)
After activating this action the mouse arrow will be changed into a “question mark arrow”. When this arrow is used to click on parts of KTurtle main window, a description of the particular part pops-up.
- ->
Use this to report a problem with KTurtle to the developers. These reports can be used to make future versions of KTurtle even better.
- ->
Here you find information on KTurtle, like the authors and the license it comes with.
- ->
Here you can find information on KDE. If you do not know yet what KDE is, this is a place you should not miss.