Hi Ketil,
I noticed that when I add a new asm file to the project and then immediately write a proc inside the first line, then the ToolWindow helper doesn't pop up after invoke or . for structs. The ToolWindow ( for that whole file ) works only when I leave the first line blank.
Hope this is as understandable as I intend to. (bet it isn't though :tongue: )
I noticed that when I add a new asm file to the project and then immediately write a proc inside the first line, then the ToolWindow helper doesn't pop up after invoke or . for structs. The ToolWindow ( for that whole file ) works only when I leave the first line blank.
Hope this is as understandable as I intend to. (bet it isn't though :tongue: )
Hi JimmyClif
Can't get this bug to happend. What assembler / OS are you using.
KetilO
Can't get this bug to happend. What assembler / OS are you using.
KetilO
Windows XP using Masm.
Hum, I just tried again, and invoke seems to work, but the structures still won't do it.
Try the following:
Open an existing project.
Add New source/asm file.
Type following:
test proc
LOCAL rect:RECT
mov rect.
ret
test endp
Now If the first line is empty the structures thing won't pop up, else all is fine.
Hum, I just tried again, and invoke seems to work, but the structures still won't do it.
Try the following:
Open an existing project.
Add New source/asm file.
Type following:
test proc
LOCAL rect:RECT
mov rect.
ret
test endp
Now If the first line is empty the structures thing won't pop up, else all is fine.
Hi JimmyClif
Thanks for your bug-report. I will fix it soon.
KetilO
Thanks for your bug-report. I will fix it soon.
KetilO