The MASM Forum

Projects => Rarely Used Projects => RadAsm IDE Support => Topic started by: WillASM on April 12, 2023, 05:20:08 AM

Title: [ADDIN] Advanced Edit for RadASM 3
Post by: WillASM on April 12, 2023, 05:20:08 AM
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.
Title: Re: [ADDIN] Advanced Edit for RadASM 3
Post by: WillASM on April 15, 2023, 05:28:48 AM
Updated with 2 new commands...


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


Download is updated in original post.
Title: Re: [ADDIN] Advanced Edit for RadASM 3
Post by: WillASM on April 15, 2023, 06:49:44 AM
Uploaded v1.1.1

Fixed a menu creation bug introduced in the last upload.

Download is updated in original post.