Macros in AutoComplete and resident files
Posted: Fri Feb 15, 2013 4:17 pm
If you write a macro:
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.
Code: Select all
Macro ShowResourceViewer()
EndMacro
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.
