The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: Monolith on March 10, 2009, 06:02:58 AM

Title: Support Local Code Complete for C++
Post by: Monolith on March 10, 2009, 06:02:58 AM
Does Radasm support local code complete in cpp, I searched the site and found a thread that said "The CppParser now support locals and structure code complete.", it was kind of an old thread, was this feature removed or something? I just cant get the code complete to work with locals, any information would be appreciated.
Title: Re: Support Local Code Complete for C++
Post by: KetilO on March 11, 2009, 06:24:34 AM
Hi Monolith

I will see what I can do.

KetilO
Title: Re: Support Local Code Complete for C++
Post by: Monolith on March 11, 2009, 07:31:02 AM
Ok, thank you for your reply, time, and hard work.
Title: Re: Support Local Code Complete for C++
Post by: KetilO on March 14, 2009, 02:39:35 PM
Hi Monolith

Added better code complete support for C/C++
Locals: Use Ctrl+Shift+Space to show a list of parameters an local variables.
Structures: Added code complete support for local and casted structures.

Get it here:
http://www.masm32.com/board/index.php?topic=11025.0

KetilO