News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

[ADDIN] Advanced Edit for RadASM 3

Started by WillASM, April 12, 2023, 05:20:08 AM

Previous topic - Next topic

WillASM

After being away from assembly programming for many years I have decided to make a return to my favorite hobby. I decided I want to update some of the RadASM v2 addins for use with RadASM v3. This is KetilO's Advanced Edit addin with some modifications for a start.

Ketil Olsen's Advanced Edit Addin Updated for RadASM 3
Updated by William McKeever (WillASM)

Installation:
1. Copy AdvEdit.dll to \RadASM3\addins
2. Copy AdvEdit.txt to \RadASM3\addins\help

Adds the following commands to the edit menu...

**     Insert current files Path - "Ctrl+Shift+P"
        Copy All
**     Copy current line         - "Ctrl+Shift+C"
* **  Duplicate current line   - "Alt+Shift+Down"
* **  Move line up                - "Alt+Up"
* **  Move line down            - "Alt+Down"
**     Delete current line       - "Ctrl+Shift+K"
        Select current line
        Delete to start of line
        Delete to end of line
        Delete to start of word
        Delete to end of word

*   New commands not in original addin
** Added Accelerator key for these commands

Note: Code is in GoASM format.

Edit: Fixed bug in menu creation.

WillASM

Updated with 2 new commands...


  Move line up      - "Alt+Up"
  Move line down    - "Alt+Down"


Download is updated in original post.

WillASM

Uploaded v1.1.1

Fixed a menu creation bug introduced in the last upload.

Download is updated in original post.