News:

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

RadASM 2.2.0.8 bugtest

Started by KetilO, March 09, 2006, 09:28:50 AM

Previous topic - Next topic

nathan


The Svin

I didn't found any bugs. Just a blurred feeling that RadAsm works a little bit slower than usual

donkey

I also found it much slower on my p3 550 (Win2K), couldn't notice the difference on the AMD64 box (XP64) though.
"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

KetilO

Hi The Svin / donkey

Slower in what way? Loading project or editing?

KetilO

The Svin

Editing mostly. While typing I can see sometimes sandclock when inside something relative to block (parsing?).

Laureice

I am a newbie.  I needed more than 20 entries for my help menu so I added your 2.2.0.8.  But RadASM crashes when I open it.
here is the output of the crash.

An Exception has Occured
Module name: AutoCorrect.dll (RadASM version 2.2.0.8)
Windows XP Service Pack 2
Exception code: C0000005h
EXCEPTION_ACCESS_VIOLATION
Instruction pointer: 0118115Ah

Registers:
eax=000001F4h ebx=00000000h ecx=FFFFFFFFh
edx=00000017h esi=00000000h edi=01184044h
ebp=0012F030h esp=0012EC38h eip=0118115Ah

Segment registers:
CS=001Bh DS=0023h SS=0023h
ES=0023h FS=003Bh GS=0Flags: PF AF SF IF
Flags: PF AF SF IF
F0023h
ES=0023h FS=003Bh GS=0000h


Stack:
FFFFFFFF 004400D5 0044DE10 00000000
00000000 0012EC5C 00000000 7C9105C8
001A40A8 0012ED28 7C910551 00151378
7C91056D 0012ED7C 00000000 00000000

Can you please advise me.

KetilO

Hi Laureice

It seem like the AutoCorrect addin is unstable.
You can use Option / Addin Manager to uninstall it.

You can also manually edit RadASM.ini section [Addins] and change:

xx=AutoCorrect.dll,0,1

to:

xx=AutoCorrect.dll,0,0

KetilO

Laureice

Ketilo thank you.
RadASM is no longer crashing.
However, what features did I loose when I uninstalled autocorrect?
What did autocorrect do?

By the way RadASM is a great IDE.  I just love it!

Laureice

Mark Jones

Hello Laureice, AutoCorrect is a plugin which can be configured to automatically replace mis-spelled words. It could be set to change the word "mvo" for instance into "mov". This is helpful if you have a tendency to mis-spell certain words, or want to implement a form of short-hand notation. :)

RadASM is definately a great IDE. I've tried a few but it's the best. :U

Hi Ketil, has there been a change in the way SHIFT + SPACE is handled with selected text? Sometimes this combination pops up the IntelliSense box with every possible entry in it, or the entry matching the current cursor position, and other times it does nothing. But it seems like SHIFT + SPACE should act as a regular space character and replace all the selected text with a space. This is because the SHIFT key is apparently sometimes slow to be released before the spacebar is pressed - but maybe this is just me. Is it just me? :wink
"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

KetilO

Hi Laureice

The addin was made by cakmak. It's main purpose is to create shortcuts.
You can define 'i.' to be translated to 'invoke' while typing.

KetilO

KetilO

Hi Mark Jones

You can turn off Shift+Space intellisense.
Use Options / Code Editor Oprions and uncheck Show list on Shift+Space

KetilO

Mark Jones

"To deny our impulses... foolish; to revel in them, chaos." MCJ 2003.08

KetilO

#27
Hi all

New upload;

o Added default alignment style to button control.
o Added function to set dialog controls tabindexes.
  - LeftClick to set, Ctrl+LeftClick to pick.

KetilO

The Svin

If it possible to add to Options "Close Window","Close All" one more "Close all, but current".
So that RadAsm would close all opend MDI child windows exept for current?
It's often a case.
Thanx

Ghirai

Is it possible to hide the autocomplete tooltip that pops up, when you change to another window?

For example, type invoke Messagebox,0 -> tooltip shows, and maximze another window, IE for example, the tooltip stay on top.
MASM32 Project/RadASM mirror - http://ghirai.com/hutch/mmi.html