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
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 :) :)
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" :)
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
Anybody has problem to uncheck "AutoLoad" for projects files ? :red
Ernest33
Thanks
There was a bug. New upload.
KetilO
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 ? :(
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
Hi shantanu_gadgil
Yes it was anoying. You can download again or just get the bugtest upload.
KetilO
Hi siddhartha
I promise to be patient, even if excited to see what you have come up with.
KetilO
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]
KetilO,
thanks for the *very* quick update/fix :)
Hi donkey
Seem like the optional named ending fails for structures.
Setting:
(code)
Struct=ends,$ struct
Should fix the problem for now.
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
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