Hi,
The output windows in RadAsm is opened every time the mouse passes the status bar. How do I disable this behaviour?
another question: Some editors have the feature to select a block using Alt key and mouse. Is there something similar in RadAsm?
BTW thanks KetilO
The output windows in RadAsm is opened every time the mouse passes the status bar. How do I disable this behaviour?
another question: Some editors have the feature to select a block using Alt key and mouse. Is there something similar in RadAsm?
BTW thanks KetilO
Hi
Open RadASM.ini and change the line:
1=FlipCase.dll,63
to:
1=FlipCase.dll,31
RadASM uses richedit20 version 3 and completly uses what it offers. To select by mouse you can use the selection bar or just hold down left mouse button and drag.
KetilO
Open RadASM.ini and change the line:
1=FlipCase.dll,63
to:
1=FlipCase.dll,31
RadASM uses richedit20 version 3 and completly uses what it offers. To select by mouse you can use the selection bar or just hold down left mouse button and drag.
KetilO
he probably means "block selection", not "line selection"...
Yes, surely. Well, richedit does not support block select.
KetilO
KetilO
Richedit sucks ;). But oh well, it certainly is faster make an app using richedit than designing your own control...
Totally agree. Looking forward to the day someone creates a decent code edit control.
KetilO
KetilO
What's wrong with codemax, aside that it's discontinued? Seems rather decent to me?