Whats new:
2.2.0.0
o RadASM goes MUI. Get language development pack.
Needs NT platform (Unicode) to work.
Chinese (By dcskm4200), English (Default), Hebrew (By Wizzra),
Norwegina (By KetilO), Russian (By Alex)
o Added option to select language / magnify.
o Possible to shrink / magnify dialogs.
o Possible to set the font used on dialogs.
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 Updated RadToolBar addin to support unicode.
o Added AutoScroll property to combobox
o Added MultiLine property to button, checkbox and radiobutton
o Added posibility to get style bit description from RadASM.ini.
o If the build command includes linking, RadASM attempts to delete the exe / dll
before any build commands are performed.
KetilO
Hi,
I have some difficulties using your IDE:
*when I press Tab, cursor shifts 15 times more then TAB size (and write ;) if it's a new feature let me know how turn it off
*when I try to use any structure (press down to choose subitem from the list) program exits without any suggestion to save changes...
Hi ramguru
Quote
*when I press Tab, cursor shifts 15 times more then TAB size (and write ;) if it's a new feature let me know how turn it off
This is a function of the e-help addin. You can use Options / Addin Options to turn it off.
Quote
*when I try to use any structure (press down to choose subitem from the list) program exits without any suggestion to save changes...
I can't make this happend, what OS and Assembler are you using?
KetilO
Yes, you were right this happens because of that e-help, all because of that addin. My OS - Windows XP|masm, and RadASM really exits using structure's list, but not after uninstalling e-help :wink I'll try not to use any addin in the furure...
He KetilO As It is possible To be changed "Option to set comments back color" ...Where I can use that characteristic? ::)
Hi Tinieblaster
Turn it on / off with Options / Colors & KeyWords / Hiliting / Hilite Comments
Choose color with Options / Colors & KeyWords / Colors / Hilited Line #1
KetilO
Thanks! KetilO.. works perfect... good work... :U
Greetings
Tinieblaster
Hi, can I hope that in the future there will be such feature like saved statistics of collapsed/expanded lines? I mean that after restarting I won't need collapse lines I didn't work with again.
I cannot use the RadHelp addin for some reason, it crashes when i try to turn it on.
Module name: RadHelp.dll (RadASM version 2.2.0.0)
Windows XP Service Pack 2
Exception code: C0000005h
EXCEPTION_ACCESS_VIOLATION
Instruction pointer: 018813E7h
Registers:
eax=0000003Dh ebx=00153DC8h ecx=8DB9282Eh
edx=8DB92A8Ch esi=774ED9BAh edi=774ED75Bh
ebp=0012EE44h esp=0012EE38h eip=018813E7h
Segment registers:
CS=001Bh DS=0023h SS=0023h
ES=0023h FS=003Bh GS=0000hFlags: PF ZF IF
Flags: PF ZF IF
F3h SS=0023h
ES=0023h FS=003Bh GS=0000h
Stack:
0000001E 00153DC8 774ED759 0012F26C
01881775 00153DC8 001402E2 0044AA78
00A543F4 00000002 00000001 00000223
00000000 00000000 00000000 00000000
Hi Petroizki
Try to delete all the hlp*.tmp files in the addins folder.
If that does not help, could you post the settings in RadASM.ini and masm.ini
KetilO
Deleting the temp files had no effect, here are my ini files.
Hi Petroizki
I am not able to unzip the files??
What version of RadHelp are you having?
Does the *.kwl files look OK (plain text)?
Have you turned off all the other help addins?
KetilO
Another try, i guess the BZip2 is not very popular..
If i make a clean reinstall, and replace the ini files, i get crashes again, so there must be some conflicts with other addins.
[attachment deleted by admin]
Hi Petroizki
Quote
RadASM.ini
[RadHelp]
x86=
winapi=
masm=
GoAsm=
fpu=
default=
KeywordLists=winapi
KeywordCacheFile=C:\Program Files\Applications\RadASM\AddIns\hlp90.tmp
It seem like there is a bug in RadHelp addin. It does not like KeywordLists to contain only one item.
Here is one that works.
Quote
RadASM.ini
[RadHelp]
KeywordLists=x86,winapi,masm,fpu
KeywordCacheFile=C:\RadASM\AddIns\hlp11.tmp
x86=$H\x86eas.hlp
winapi=$H\win32.hlp
masm=$H\masm32.hlp
fpu=$H\fphelp.hlp
default=
GoAsm=
Hi ramguru
That would be a nice feature, perfect task for an addin.
Anyone have the time?
KetilO