News:

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

RadASM 2.1.0.9 bugtest

Started by KetilO, March 03, 2005, 10:17:14 AM

Previous topic - Next topic

KetilO

Help me test RadASM 2.1.0.9

Get it here:
http://radasm.visualassembler.com/Upload/RadASM2109.zip

IMPORTANT:
You must previously have 2.1.0.8 installed.

Whats new:
o Option to set comments back color.
o Several improvements on Find Declare (F2).
- Speed optimized.
- Finds local variables and labels.
o Fixed some fasm parsing problems.
o Fixed some hla parsing and code block problems.
o Fixed a bug where the parser was a bit eager to exclude comment blocks.
o RadASM goes MUI. Included language development pack.
o Possible to shrink / magnify dialogs.
o Possible to set the font used on dialogs.
o Added option to select language / magnify.
o Updated RadToolBar addin to support unicode.
o Added AutoScrpll propertu to combobox
o Added MultiLine property to button, checkbox and radiobutton
o Added posibility to get style bit description from RadASM.ini.

Following must be changed in hla.ini
[ code]
Code={C},procedure $
Const={C},$ =
Data={C},$ dword,$ string,$ word,$ byte
Macro=#endmacro,#macro $
Struct=endrecord,$ record

[CodeBlock]
1=begin,end,,,6
2=if,endif,elseif,else,0
3=$ record,endrecord,,,6
4=#macro,#endmacro,,,6

Following must be added to section [Window] in RadASM.ini
[Window]
;Font to use on dialogs (FontName,Size,Italic,Weight,Character set
Font=Tahoma,-12,0,400,0
;Magnify 32 equals x 1, 40 equals x 1.25
Magnify=40
;Language file to use (if any)
Language=RadXXX.lng

Following section can be added to RadASM.ini to support style bits description
[Style]
;Dialog
0=DS_ABSALIGN,DS_SYSMODAL,DS_3DLOOK,DS_FIXEDSYS,DS_NOFAILCREATE,DS_LOCALEDIT,DS_SETFONT,DS_MODALFRAME,DS_NOIDLEMSG,DS_SETFOREGROUND,DS_CONTROL,DS_CENTER,DS_CENTERMOUSE,DS_CONTEXTHELP
;Edit
1=ES_CENTER,ES_RIGHT,ES_MULTILINE,ES_UPPERCASE,ES_LOWERCASE,ES_PASSWORD,ES_AUTOVSCROLL,ES_AUTOHSCROLL,ES_NOHIDESEL,,ES_OEMCONVERT,ES_READONLY,ES_WANTRETURN,ES_NUMBER,ES_SUNKEN
;Static
2=,,,,,,,SS_NOPREFIX,SS_NOTIFY,SS_CENTERIMAGE,SS_RIGHTJUST,SS_REALSIZEIMAGE,SS_SUNKEN,,SS_ENDELLIPSIS,SS_PATHELLIPSIS

RadLNG.exe is the language development package.
RadENG.lng is the English language file.
RadNOR.lng is the Norwegian language file.
RadCHN.lng is the Chinese language file.

You will need NT/2000/XP to use the language pack (unicode).

KetilO

Petroizki

hi,

The options "hilite comments" and "hilite active line" are not saved. They get reseted everytime RadASM is closed.

KetilO


atandb

I have noticed that when debugging with Ollydbg, and afterwards pulling up the ASCII Table tool, that RadAsm will sometimes crash.  Doesn't happen all of the time.  I will try to get more specifics when it happens again.  I have tried to make it fail today, with no success.

KetilO

Hi all

New upload:

o RadASM goes MUI. Included language development pack.
o Possible to set the font used on dialogs.
o Possible to shrink / magnify dialogs.

RadLNG.exe is the language development package.
RadENG.lng is the English language file.
RadNOR.lng is the partially Norwegian language file.

You will need NT/200/XP to use the language pack (unicode).

KetilO

KetilO

New upload

- Added dialog to select language and magnify.

KetilO

KetilO

Hi all

RadASM is now ready for translation into any language.
It is done by creating a language file using the English language file as a template.

Are you willing to help?

It should be possible to do the translation in an evening or two.
You will need to have Windows NT, 2000 or XP to do the translation (unicode).

KetilO

KetilO

Hi all

New upload.

- Several improvements on RadLNG language development pack.

KetilO

secmask

hi !
i think :
1 . resource editor should support unicode , i coded some in unicode and reseditor could not read it .
2 . code editor should still get focus while i select the popup list function or const.
thank for read this .

Shantanu Gadgil

If I have a status bar control on the dialog and if I resize the dialog, the controls on the dialog dissapear :(
To ret is human, to jmp divine!

Shantanu Gadgil

the above mentioned (control disappearing) problem is true even for the toolbar control :(

Could it have to do with controls which dock (stick) some side of a window ?
To ret is human, to jmp divine!

KetilO

Hi secmask

1. Agree. Will have to find the time.
2. I think the way it works now is OK.

KetilO

KetilO

Thanks shantanu_gadgil

New upload to the link posted in first post of this thread.

KetilO

Shantanu Gadgil

Hi KetilO,
Can RadASM be made to remember :) the last directory it loaded/saved the project from. This is for the wizard. It always starts at the Projects directory.

Probably keep it as an option ("Remember Open/Save directories")?

Another idea...how about two different options for the "Open" and "Save" directories ?
To ret is human, to jmp divine!

KetilO

Hi shantanu_gadgil

Quote
Can RadASM be made to remember :) the last directory it loaded/saved the project from. This is for the wizard. It always starts at the Projects directory.
Probably keep it as an option ("Remember Open/Save directories")?
I suppose it could be done, but is it really needed. XP saves the last open/save directory for each application, also for RadASM.

KetilO