The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: KetilO on December 21, 2009, 08:28:05 AM

Title: RadASM 2.2.1.9 Released
Post by: KetilO on December 21, 2009, 08:28:05 AM
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


Title: Re: RadASM 2.2.1.9 Released
Post by: Monolith on December 21, 2009, 10:10:41 AM
Thank you for the update and adding the "DontAsk" command.
Title: Re: RadASM 2.2.1.9 Released
Post by: KetilO on December 21, 2009, 02:54:51 PM
There was a bug in the UndoSave addin.
Unchanged files would loose their undo information.

The downloads are updated.

KetilO
Title: Re: RadASM 2.2.1.9 Released
Post by: TNick on December 21, 2009, 04:21:42 PM
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
Title: Re: RadASM 2.2.1.9 Released
Post by: TNick on December 22, 2009, 07:00:27 AM
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.