Skip to content

Latest commit

 

History

History
38 lines (37 loc) · 2.96 KB

fltk.markdown

File metadata and controls

38 lines (37 loc) · 2.96 KB

Shortcut Keys

KeyHelp
CRTL+nCreate new file. Loads the scratch buffer untitled.bas. The contents are highlighted allowing you
CTRL+oOpen file. Displays the file manager tab. The opening directory is based on the file of the active editor tab. When the output tab is active the opening directory is based on the BAS_HOME environment variable - the location used to store temporary files. When the help tab is active the opening directory is based on the PKG_DIR environment variable - the location of installed support files.
CTRL+#[1-9] Open previous program file.
CTRL+F4Close active tab.
CTRL+sSave the program file in the active editor tab.
CTRL+aSave the program file in the active editor tab under a new name.
CTRL+zUndo the last change in the active editor tab.
CTRL+xCut selection text in the active editor tab onto the clipboard.
CTRL+cCopy selection text in the active editor tab onto the clipboard. If any output in the logprint window is selected this is copied instead.
CTRL+vPaste clipboard text into the active editor tab.
CTRL+aSelect all text in the active editor tab.
CTRL+[Decrease editor font size.
CTRL+]Increase editor font size.
ALT+cChange capitalisation of the selected word in the active editor tab. Toggles between for example, "Foo", "FOO" and "foo".
ALT+/Performs keyword completion of a partially entered key word in the active editor tab.
SHIFT+CTRL+rPerforms an in-place find and replace of the selected word in the active editor tab.
CTRL+fCommences find text mode. Enter the search term in the input field and press enter. The first matching text segment is highlighted and all matching segments are changed to the "Find Matches" text colour. Press ESC (or CTRL+e) to escape find text mode.
SHIFT+CTRL+fHighlight the previous matching text segment.
CTRL+iCommences incremental text find mode. Matching segments are changed to the "Find Matches" text colour as each search keystroke is entered.
CTRL+rCommences text replace mode. Press enter to complete multiple match replacements.
CTRL+gCommences text goto line mode.
CTRL+eEscape from command input mode and return the focus to the editor (on the active tab).
CTRL+tToggles the logprint output mode switch.
CTRL+wToggles the hide IDE mode switch.
F1Context sensitive help. The results are displayed in the help tab.
CTRL+F1Context sensitive help. Abbreviated results are displayed in the logprint widget of the current editor tab. Results for multiple items accumulate within the single display.
F6Display the next tab.
CTRL+F6Display the previous tab.
F8Run a code fragment from selected text in the active editor tab.
F9Run the program in the active editor tab.
F10Simulated command line text. Useful when developing a command line based program within the IDE.
F11Displays this page.
F12Display program licence and author information.
close