News:

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

RadASM 3.0 bugtest

Started by KetilO, May 31, 2010, 12:28:11 PM

Previous topic - Next topic

KetilO

Hi donkey

F3 does not work well if there is a selection. It can cause a search in the selection only.
I will have a look at it.

KetilO

KetilO

Hi James

Add the words to the ignore list.

Example:
[Parse]
Ignore=3,private,3,public

KetilO

WillASM

Hi Ketil.

I finally have had a chance to look at the new version and it looks Great!
Really like the way the resources are organized now, looks very clean.
I have found one bug though. Select several lines of text and hit delete
or backspace and the IDE just exits. No error message at all, just exits the
program. A few lines work ok but a larger block of selected text and it will
just exit.

Also noticed in RadASM.ini the section name [CustCtrl] is entered twice.

One question I have too is there a way to turn off italics on comments?
I cannot seem to find a way to do this?

Thanks again for another great version, Will

KetilO

Hi WillASM

Long time, no see.

Yes, this is a known bug and the single reason why RadASM 3.0 is still beeing bugtested and not released.
It seem to happend when you insert or delete a block of text. I dont think it is related to the size of the block.
If you have found a way to reproduce the bug, maybe you could run RadASM using ollydbg. Hopefully it will give
some useful information on what is going on.

You are right, there is no easy way to turn off italics on comments. You must manually edit the inifile.
The value to change is #21. Change it to 32768
[Colors]
Colors=8388672,8388672,8388672,8388672,8388672,276824128,8388672,8388672,25165888,8388672,276824128,8388672,8388672,8388672,8388672,8388672,16777215,0,8388608,16777215,33587200,10485760,160,15777984,12644544,12632304,14737632,8421504,8388608,8421504,16777215,16777215,16777215,16777215,61680,61440,16777215,0,16777215,0,8404992,12582912,16777215,0,12644592,0,4210816,16711680

KetilO

Monolith

Syntax highlighting for group #5 doesn't occur, also the keywords 'TRUE', 'FALSE', and 'NULL' are listed under both group #5 and group #10

KetilO

Thanks Monolith

Highlighting for RC files was set on Group#5, it should be set on Group#10.
'TRUE', 'FALSE', and 'NULL' must be there twice, once for RC files and once for code files.

The download has been updated.

KetilO

iXdAUaD

hi, I'm have many question;)
1) where is bookmarks ? I have many-many project and I aded my project in Bookmarks
2) how can I bind to some hotkey run bat file ?
in RadAsm2x I am edit fasm.ini:
[Paths]
12=.bat
$P=D:\whereis_project_dir\fasm

and in RadAms i'm bind to hotkey:
Project Option ->
1) Run: ,0,"$P\some_project\bat1_file",12 -> bind run batch file to hotkey CTRL+D
2)Run w/debug: ,0,"$P\some_project\bat2_file",12 -> bind run batch file to hotkey CTRL+SHIFT+F5

HOW CAN I MAKE IN RadAsm 3x?
sorry to my badly English language.

PS: can you aded to make profile postcompile\precompile run batch file ? Your aded to profile run batch file, but you option = global option for ALL profile=\ This is not usable in everyday work.
Thinking strongly to this questions=)

Ficko

Hi Ketil!

I am wondering that is there a special reason why "Make Options" or "Project Options" won't understand "$I" ? ::)

Like I have to do this -semi hard coded- :

"/mx /m4 /z /q /zn /kh32768  /i"$A\..\TASM_INCLUDE" "$C""

instead of

"/mx /m4 /z /q /zn /kh32768  /i"$I" "$C""

Regards,
Ficko

KetilO

Hi iXdAUaD

1. I guess you mean Favourits. This is an addin made by donkey. If he can find the time I am shure he will convert it to RadASM 3.0
2. You cant. For security reasons I had to abandon the extremly flexible build options in RadASM 2.x. However you can add batch files to your project and run them by double clicking on them in project browser. If you need to edit the batch file, hold Ctrl key while double clicking.

RadASM 3.0 is a work in progress. I probably will add more build methods.

KetilO

KetilO

Hi Ficko

No other reason than it has not been implemented yet.

KetilO

KetilO

FINALLY!

The bug where RadASM could terminate if a block of text was inserted or deleted has been found and fixed.
Big thanks to WillASM for helping me track down this bug.

Version 3.0.0.7d 2010-10-25
---------------------------
o Fixed the bug where RadASM could terminate if a block of text was inserted or deleted.
  Thanks to WillASM for helping me track down this bug.

KetilO

WillASM

 :cheekygreen: Thanks Ketil!

That seems to have fixed it. I have been using the editor all morning without a crash!
I guess I can start converting some old project files today, might as well, first snow fall
of the year here today.. (Too cold to go outside!).

Thanks again Ketil, WillASM

donkey

Hi iXdAUaD,

I'm looking through the new addin interface and should have the favorites addin done by the weekend.

Edgar
"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

donkey

Hi Ketil,

I am translating your addin headers to Goasm syntax and have noticed that the ADDINPROC structure no longer exports lpOpenProject, can the lpOpenTheFile function be used in its place ? If so, what file type do I use for project files so Radasm will close the current project and open the one I pass to the function. If it does not do this is there a function that does ?

Edgar
"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

GregL

Ketil,

I have been trying out RadASM 3.0, it's very nice. Are debuggers other than OllyDbg supported? I have been trying to setup VC 2010 Express as the debugger and I'm not having any luck. The command-line to run it on my system is "C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\VCExpress.exe" /debugexe program.exe. I have tried putting this in Make Options -> External Debugger using $C or $F.exe instead of program.exe with no luck. I tried putting "C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE" in the path and just VCExpress.exe /debugexe $C or $F.exe in Make Options -> External Debugger with no luck. I tried putting just VCExpress.exe in Make Options -> External Debugger with no luck. I am using "Run with Debug" to start the debugger, but it doesn't start. Is there a way I can make this work?