Macros in AutoComplete and resident files

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Danilo
Addict
Addict
Posts: 3036
Joined: Sat Apr 26, 2003 8:26 am
Location: Planet Earth

Macros in AutoComplete and resident files

Post 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. ;)
User avatar
chi
Addict
Addict
Posts: 1087
Joined: Sat May 05, 2007 5:31 pm
Location: Austria

Re: Macros in AutoComplete and resident files

Post by chi »

I'd call it a bug... Please fix :D
Et cetera is my worst enemy
Post Reply