The MASM Forum

Projects => Rarely Used Projects => RadAsm IDE Support => Topic started by: ragdog on October 28, 2012, 01:58:11 AM

Title: Radasm 3 missing function
Post by: ragdog on October 28, 2012, 01:58:11 AM
Hi KetilO

Can you add in radasm this function Copy to code like Radasm 2?

.elseif eax==IDM_PROMNU_COPY
      invoke GetSelected,addr tvi,addr buffer,sizeof buffer
      invoke SendMessage,hEdit,EM_REPLACESEL,TRUE,addr buffer
      invoke SetFocus,hEdit

But with a new Idea  "Include Blabla.asm" or Include Blabla.inc"

Example

.elseif eax==IDM_PROMNU_COPY
invoke GetSelected,addr tvi,addr buffer,sizeof buffer
                include lstrCat,addr TempBuff,CTEXT ("Include    ")
               include lstrCat,addr TempBuff,addr  buffer
invoke SendMessage,hEdit,EM_REPLACESEL,TRUE,addr  TempBuff
invoke SetFocus,hEdit

Greets,
Title: Re: Radasm 3 missing function
Post by: ragdog on November 29, 2012, 07:14:34 PM
Hello KetilO

Can you add in the next release the "call" for CodeComplete trigger?
I have it now add manuelly to the Masm.ini and it works fine  :t

But i think this must add in all asm *.ini

[CodeComplete]
Trig=invoke,call


And i have a good idea what is with a Project Renamer?

Regards,