save document |
CTRLs |
saves the document |
save document to |
CTRLALTs |
saves the document to a different path (> beta33.7) |
close document |
CTRLw |
closes the documents window |
hide document |
ALT3 |
hides the documents window to a node |
auto indentation |
CTRLi |
auto indents code (only C#) |
indent line |
TAB |
when pressed on beginning of a line this line is indented |
unindent line |
SHIFTTAB |
with any character of line selected the line is unindented |
find string |
CTRLf |
opens a search box. type search-string, identify multiple hits by pressing F3 (SHIFTF3 for reverse search) |
select all |
CTRLa |
select all from the current selection to the bottom |
delete line |
CTRLd |
delete the line at current cursor position |
copy |
CTRLc |
copy selected text |
cut |
CTRLx |
cut selected text |
paste |
CTRLv |
insert text from clipboard |
increase fontsize |
Ctrl+ |
makes the text bigger |
decrease fontsize |
Ctrl- |
makes text smaller |
Comment out codeblock |
CTRL# |
comments the selected codeblock out (works as a toggle) |
open include |
CTRLClick |
on include file to open it |