Page 1 of 1

Macros in AutoComplete and resident files

Posted: Fri Feb 15, 2013 4:17 pm
by Danilo
If you write a macro:

Code: Select all

Macro ShowResourceViewer()
EndMacro
and type "Show" in the editor part of the IDE, there is an entry for it in the AutoComplete popup list.

If you compile the same macro with /RESIDENT compiler switch and put the file into your PB\residents\ folder,
the macro is not included in the AutoComplete popup list.

Bug or feature request, the PB team may decide about that. ;)

Re: Macros in AutoComplete and resident files

Posted: Sat Apr 29, 2017 12:04 am
by chi
I'd call it a bug... Please fix :D