Below the current
RichMasm AutoCode menu - suggestions welcome.
In addition, there are over 100 keyboard shortcuts: you type two or three letters followed by a space, and they expand to a full word of sequence. For example:
ism<space> -> invoke SendMessage,
mb<space> -> MsgBox 0, "
¨", "Hi", MB_OK (here, when hitting space, the red spot will be selected, so that you can type the text right away)
deb4<space> -> deb 4, "
¨", eax
opi<space> ->
Open "I",
#gcr<space> ->
GuiControl MyRichEdit, "richedit", y=0+37, h=1000-35, text "This is a RichEdit control"
Some expand to multiple lines (again, the red spot will be selected):
.rep
.Repeat
¨.Until 0
swi
Switch_ ecx
Case_ 0
¨ Default_
nop
Endsw_
etc ... the full list is in \Masm32\MasmBasic\Res\Keywords.ini