News:

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

RadASM 3.x Feature Request

Started by Shooter, December 19, 2010, 09:33:04 PM

Previous topic - Next topic

Shooter

A) In the output window it would be nice to be able to copy only selected text. As it is now you can only copy the entire output.
B) In the menu item "Tools", it would be nice to have a Global Tool setting instead of having to add to each of the .ini files. :cheekygreen:
C) (This one may to over the top) It would be nice to be able to click on 'Hide / Show' comments, or possibly have the comments in a window next to the code that can be re-sized or closed, but they would have to match the line for which they were intended (autoscroll??).

-Shooter
Never use direct references to anything ever. Bury everything in
macros. Bury the macros in include files. Reference those include
files indirectly from other include files. Use macros to reference
those include files.

donkey

A) Select the text, use CTRL-C to copy the selected text, I never use menus to copy or paste.
"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

Shooter

Quote from: donkey on December 19, 2010, 09:40:38 PM
A) Select the text, use CTRL-C to copy the selected text, I never use menus to copy or paste.

Cool. Thanks. That makes it easier than pasting into a text document to select what I want.  :bg

-Shooter
Never use direct references to anything ever. Bury everything in
macros. Bury the macros in include files. Reference those include
files indirectly from other include files. Use macros to reference
those include files.

donkey

No problem Shooter,

Just to let you know, Ctrl-C is a Windows shortcut, as far as I know RadAsm supports most of the shortcuts:

http://support.microsoft.com/kb/126449
"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

Shooter

Quote from: donkey on December 20, 2010, 01:28:21 AM
Just to let you know, Ctrl-C is a Windows shortcut, as far as I know RadAsm supports most of the shortcuts:

Edgar,
That's good to know.

Thanks,
-Shooter
Never use direct references to anything ever. Bury everything in
macros. Bury the macros in include files. Reference those include
files indirectly from other include files. Use macros to reference
those include files.

Shooter

In the RC designer, is there a way to add the function into the 'Align Controls' to equally space (vertically or horizontally) things of the same size (i.e. static texts, text boxes, etc.)?

Thanks,
-Shooter
Never use direct references to anything ever. Bury everything in
macros. Bury the macros in include files. Reference those include
files indirectly from other include files. Use macros to reference
those include files.