News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

RadASM 2.2.1.9 Released

Started by KetilO, December 21, 2009, 08:28:05 AM

Previous topic - Next topic

KetilO

Whats new:
----------------
2.2.1.9
o Added a hidden option to disable accept command dialog.
  In RadASM.ini section [Accept] add the following line:
  DontAsk=1
o Added UndoSave addin. It saves and loads undo information on project code files.
  See Addin Manager help file for more info.
o Project Options no longer expands project tree.

Get it here:
http://radasm.cherrytree.at/

Firs time installers or updating from an older version should get the complete package:
http://radasm.cherrytree.at/download/?did=40

KetilO



Monolith

Thank you for the update and adding the "DontAsk" command.

KetilO

There was a bug in the UndoSave addin.
Unchanged files would loose their undo information.

The downloads are updated.

KetilO

TNick

Hello!

Two things about UpdateChecker:
1. There are two redundant question if I want to delete the files in update folder
2. How about a option to update inside installation folder. Ini files - I think - should be updated only if new options were added, by adding those new options with default values in files.

Nick

TNick

And another oneĀ  :bg

- nestedĀ  structure members are not listed if one is editing the text. Example:
if you type:
mov (Some_struct ptr [esi]). <the list pops up>
<one chooses the entry>
mov (Some_struct ptr [esi]).m1.<the list pops up>
...
the list shows as it should

However, if you paste
mov (Some_struct ptr [esi]).m1
and you type a dot, the list doesn't show.

Nick

PS
To avoid bothering other members that have no interest in this, I would suggest some online form for bug report and features request (which may be voted or commented).
If such place already exist, my apologies. Please do direct me to it.