News:

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

RadASM 2.2.1.0 bugtest

Started by KetilO, June 26, 2006, 10:48:58 AM

Previous topic - Next topic

KetilO

Whats new:

o It is now possible to create a new project even if the folder already exists.
  This is useful when creating a RadASM project from existing sources.
  - Warning that the folder exists.
  - Warning if files are about to be overwritten.
o The 'New Project Wizard' now has an Import button. It lets you import files to
  the project. Useful when creating a new project from existing sources.
o Font options dialog now shows font name.
o Set focus to project explorer and Ctrl+E will expand / collapse project groups.
  Useful with huge projects.
o Improved project loading time.
o Fixed a paint problem in RAEdit when a non fixed font was used.
o Fixed a bug where closing all files would leave the 'File Change Notify' thread
  running and the next file opened would create a new thread.
o RAEdit now does a garbage collection each time memory is expanded.
o Fixed a bug where adding an existing code file to project did not auto refresh properties.
o Added ResourceID addin. Activate it with addinmanager.
  - This addin auto exports resource id's to the file rsrc.xxx when any of the
  - resource scripts are updated. At the same time code properties are refreshed.
  - This means that code complete on resource id's will work immediatly after any
  - resource script is saved.
  - The export is done ONLY if the rsrc.xxx file exists in the projects root folder.

  - rsrc.xxx:
  - ------------------------
  - Assembly   rsrc.inc
  - Hla      rsrc.hhf
  - C/C++      rsrc.h
  - bcet, fb      rsrc.bi
o Added option to minimize RadASM on run. RadASM will stay minimized while program is running.
  - You can also use this to kill a program that hangs by restoring RadASM and press Esc.
o Project options now has a Path and Main Files buttons. Purpose is to have the info at hand
  while setting up project build options.
o On build errors RadASM will jump to first error.
o New 'Project Wizard' that also works on Win95b (does not use property sheets).
o Fixed bugs in RadToolbar addin (crash on Win95b).

Get it here: http://www.radasm.com/Upload/RadASM2210.zip

KetilO

06-26-2006, 3 dl, Added Import button on Project Wizard.
06-27-2006, 8 dl, Several improvements to import dialog.
08-20-2006, 76 dl, Fixed some bugs.

Shantanu Gadgil

QuoteFont options dialog now shows font name.
Yay!!! Excellent!!! :U  But the "Font Options" dialog now has got the resizable property!!!  :( :( Why???
To ret is human, to jmp divine!

KetilO


Shantanu Gadgil

ACK!!! Check what happens when I hit "Apply" on the "Font Options" dialog.

Attached screenshot is a PNG renamed .zip

[attachment deleted by admin]
To ret is human, to jmp divine!

KetilO


KetilO

New upload

o The Project Wizard now has a Import button. It lets you import files to
  the project. Useful when creating a new project from existing sources.

KetilO

Shantanu Gadgil

Upon reaching the "Import" button...
I click "Import" (it has "My Computer" selected by default, right?)
If I click "Cancel" in the "Browse for folder" box, the list is still populated by the contents of "C:\"

Also regarding that, would it be possible to give an option of "scan subdirs or not" (If sources are added, directory structure will be maintained of course :) :) )
To ret is human, to jmp divine!

KetilO

Thankks

New upload
o Several improvements to import dialog.

KetilO

TNick

Finally I found the man I must thank for RadASM.

THANKS!!!

Shantanu Gadgil

Hello Ketil,
In the import dialog is it all that accurate to let anyone choose more than one file as the "main" file? Is it possible that the user can choose only one file as the main file?
To ret is human, to jmp divine!

Mark Jones

Thanks for the updates Ketil! Keep up the great work. :U
"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

KetilO

Hi shantanu_gadgil

You might want to have more than one main file, main.asm, main.inc, main.rc.
Since this is a file renaming function it is shurly unwise to select more than one file of each type.
I will leave it to the user to do all the mistakes he wants.

KetilO

Shantanu Gadgil

QuoteI will leave it to the user to do all the mistakes he wants.
Cool!  :thumbu Like that!!!  :U

But this I don't understand:
QuoteYou might want to have more than one main file, main.asm, main.inc, main.rc

The "main" talks about the "$1" (.rc) , "$2" (.asm), etc which are used in the assembling process from the"Project Options" dialog, right?
If yes, what you mean by
Quoteunwise to select more than one file of each type
would be that the user should not choose two files of the same type as the main file, right?

Nice work on the "import", btw...really appreciate it. It is very useful!!!
To ret is human, to jmp divine!

KetilO

I will explain using an example.

In the masm32 distribution there are examples. I want to create a RadASM project (MyProject) from
the sources in: C:\masm32\examples\exampl01\3dframes
There are three files of interest here: 3dframes.asm, mainicon.ico and rsrc.rc

I will Copy all three files
I will Add 3dframes.asm and rsrc.rc
I will main 3dframes.asm and rsrc.rc

This will create a project with MyProject.asm and MyProject.rc also copied to the project folder is mainicon.ico

KetilO

Shantanu Gadgil

Aahh!! I see the light now!  :P
To ret is human, to jmp divine!