News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Radasm 3 missing function

Started by ragdog, October 28, 2012, 01:58:11 AM

Previous topic - Next topic

ragdog

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,

ragdog

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,