Author Topic: Plug-ins for the RichMasm editor  (Read 15765 times)

jj2007

  • Guest
Plug-ins for the RichMasm editor
« on: February 01, 2017, 12:46:03 PM »
RichMasm has a comfortable plug-in interface, giving access to e.g. the selected text, the handle to the RichEdit control, etc.

Attached the CompileBasic plugin for compiling sources written in a dozen BASIC dialects, plus some C/C++ variants. Extract to \Masm32\MasmBasic\Plugins; after a restart of RichMasm, the plugin will be in the System & Plugins menu. From then on, you can just paste a source code in RichMasm, then hit Ctrl F5 to compile it (provided the paths are set correctly, see CompileBasFiles.ini).

Once your source compiles correctly, a simple F5 will be sufficient. You can always use Ctrl F5 to see the dialog and change any commandline settings.

jj2007

  • Guest
Re: Plug-ins for the RichMasm editor
« Reply #1 on: March 01, 2017, 01:35:26 AM »