News:

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

RadASM 2.2.0.3 bugtest

Started by KetilO, June 23, 2005, 08:23:27 AM

Previous topic - Next topic

ernest33

#30
Hi  :green
(version RadASM 2203g)
The new "intellisense icon" work well under XP (SP2)  :clap:, but under W2K (SP3),
the code complete listbox appear totaly blank (no icon & no text)  :snooty:.

Best regard  :U

I join a screenshot :-), hope these can help you Ketilo

Philippe


[attachment deleted by admin]

Mark Jones

Quote from: Mark Jones on July 10, 2005, 08:10:37 PM
Has anyone experienced a situation where the intellisense feature and the enter key both stop working? Perhaps it has something to do with OllyDbg being open but this has happened about five times now. Only solution seems to be restarting RadASM.

I've also seen this happen a few times now without Olly being open. In addition, the delete key also does not respond. Am I the only one seeing this? XP SP2.
"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

KetilO

New upload RadASM2203h.zip

o Fixed intellisense problem on 2k (ownerdrawn popup listbox on 2k/98 does not send WM_DRAWITEM to owner)

For the other problems:
- Intellisense and enter stops working.
- File changed outside radasm.

I am not able to make this happend. Any description on how this happends will help.

KetilO

Biterider

Hi KetilO
Using the new upload (2.2.0.3h), each time you show the intelisence ListBox, a new (and empty) application button is shown in the task bar. When you close the ListBox, the button also disappears. I'm using XP/SP2.

Biterider

KetilO


lamer

Hi!
I can not select items in Intellisence by mouse, only by keyboard. After mouse click the very first item is selected and inserted into the code. I found it out after some annoying momemts when I thought that I selected needed structure member, but actually I did not. This appears only in the last upload.

Mark Jones

#36
Ditto Lamer's comment.

Edit: Here's a screenshot:
"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

Biterider

Same problem here (XP SP2).

KetilO

Thanks guys, new upload.
Can anyone confirm that intellisense works on 2k?

KetilO

lamer

Hi!
Works on XP SP2 and on 2K SP4 (2K runs on Virtual Machine)

ernest33

Hi  :bg
Work on 2K (SP3)  :U

Thanks Ketilo  :clap:

s5vi

Hi KetilO,
Forgive me for that noob q.....where can i dload 2203h ?
I want to test it....but i find only 2203j in your first post....10x

KetilO

Thanks for testing on 2k

s5vi,
2203h is an old one, no need to test it.
Test the latest 2203j.

KetilO

Mark Jones

When I try to do Edit --> Replace and check all boxes and select "all", "down" keeps being selected and not all source strings are found and replaced.
"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

KetilO

Hi all

New upload.

o Added CodeTemplates addin. Created by drizz.
o Added keywords.txt. Processor instructions hiliting. Created by drizz.
  - Edit your assembler.ini file.
o Fixed a bug where the resource file dialog would open last dir, not current project dir.
o Added ^I (Tab) and ^M (Enter) to find dialog. Makes it possible to search for Tab and CR.
o Added custom controls include files to Masm\Inc.
o Added RadADDIN.inc to Masm\Inc. Created by drizz.
  - Makes it possible to use invoke on RadASM addin functions.

KetilO