Just struck me that we don't have a "Select All" in the IDE.
Sometimes I need to copy a lot of text/lines from a module and selecting all the lines manually can take some time. I know I can use Shift + PageDown which is quick but the "Select All" is rather standard in all kind of software which permits you to write and edit text.
Any chance these shortcuts are documented somewhere? I just found out (by mistake) that I can move between modules/tabs using Ctrl+PageDown and Ctrl+PageUp. Are these shortcuts part of the IDE (RichTextEdit-control) you are using in C#?
I just found out (by mistake) that I can move between modules/tabs using Ctrl+PageDown and Ctrl+PageUp. Are these shortcuts part of the IDE (RichTextEdit-control) you are using in C#