RadASM 2.1.0.6 released (12-29-2004)

Started by KetilO, December 29, 2004, 12:39:23 PM

Previous topic - Next topic

KetilO

Hi all

RadASM 2.1.0.6 is uploaded to my website.

Whats new:

2.1.0.6
o Optional threaded build processing.
- Progress indicator.
- Build process can be terminated with Esc.
o Support for FUNC and $invoke macros.
- Code complete.
- Parameter tooltip.
  - masm.ini section [Api] Trig=invoke,call,func(,$invoke(
o Fixed bug with Resource, Accelerator and String table.
o Improved property fake combobox.
- Acts more like a real combo.
o Fixed several windows / tool font size problems.
0 New font options dialog.
o Added option to set hex editor font.
o Added option to set default dialog editor font.
o Added support for local code properties.
- masm.ini section {Code] Local={C},local $
- Show the code complete listbox with only proc parameters and locals using Shift+Ctrl+Space
o Added FONT resource type.
o Renaming of a projects file (treeview label edit).
o Optional Notification if an open file is changed outside the editor.
o Added Ellipsis property to static controls.

KetilO

Shantanu Gadgil

cool !

thanks for the local variables support !

How soon (In which ver) :) are you planning to move all tools (addins) under one menu ? :) Maybe next year :) :)
To ret is human, to jmp divine!

Shantanu Gadgil

KetilO...
how about an installer for RadASM. I am currently using one done in NSIS (http://nsis.sf.net). Its free and the scripting language is C-like...easy to understand :) Are you interested ?

P.S. (others) :)
I have nothing against other installers (good ones like Inno, etc, I use Inno too, but for big installers :)) its just that I like NSIS !!! So lets not get into a "this installer better", "that installer cooler" :)
To ret is human, to jmp divine!

KetilO

Hi shantanu_gadgil

QuoteHow soon (In which ver) :) are you planning to move all tools (addins) under one menu ? :) Maybe next year :) :)
I am not shure this is a good idea.

Nsis is a nice installer.
Siddhartha is creating an installer that will integrate into RadASM. I will wait for that to be finished.

KetilO

ernest33

Anybody has problem to uncheck "AutoLoad" for projects files ?  :red

Ernest33

KetilO

Thanks

There was a bug. New upload.

KetilO

Shantanu Gadgil

Is it possible that in the "Addin Manager" the selected addin stays selected even after I click "Apply" instead of refreshing the list and making the first item selected ? :(
To ret is human, to jmp divine!

siddhartha

Be patient, I'm working on the release version on Installer Maker. I've just been too busy to release a beta version and read the bug reports - I wanted to test it myself and fix everything [I can see, of course]. So after a week or two you will got it with couple of compression engines, advanced customization, etc. Till then I only have to wait for f0dder to compile the c library LZMA in .lib file, so I can incorporate it in the core engine. I hope you'll be pretty happy with this option?! :)



/siddhartha

KetilO

Hi shantanu_gadgil

Yes it was anoying. You can download again or just get the bugtest upload.

KetilO

KetilO

Hi siddhartha

I promise to be patient, even if excited to see what you have come up with.

KetilO

donkey

Hi Ketil,

I haven't upgraded for a while but I am having a problem with proc names in the properties window (GoAsm) when I define a struct in my program without the struct name in the ENDS statement. It could be just my GoAsm ini file, or something up with the parser. I have included an example with the GoAsm.ini file.

[attachment deleted by admin]
"Ahhh, what an awful dream. Ones and zeroes everywhere...[shudder] and I thought I saw a two." -- Bender
"It was just a dream, Bender. There's no such thing as two". -- Fry
-- Futurama

Donkey's Stable

Shantanu Gadgil

KetilO,
thanks for the *very* quick update/fix :)
To ret is human, to jmp divine!

KetilO

Hi donkey

Seem like the optional named ending fails for structures.

Setting:

(code)
Struct=ends,$ struct

Should fix the problem for now.

KetilO

KetilO

Hi all

RadASM 2.1.0.6 did not work at all under win95, 98 or me.
You can download the complete package or just the bugtest.

KetilO

KetilO

Hi all

New upload.
Fixed some problems with optional named endings in the code parser.
The fix mainly concerns GoAsm where arguments and locals code complete now works.

GoASM.ini section (Code)
Struct=? ends,$ struct
Code=? endf,$ frame
Const={C},$ =,$ equ
Data={C},$ db,$ dw,$ dd,$ dq
Macro=endu,$ usedata
Local={C},local $

You can download the complete package or just the bugtest.

KetilO