XIncludeFile "C:\test\TabBarGadget.pbi"
....
....
then
PB doesn't do Autocomplete Procedure inside TabBarGadget.pbi (I am using default setting of IDE)
3. Select block text (by Alt + left mouse), then paste, below line of position-paste will disappear.
XIncludeFile "C:\test\TabBarGadget.pbi"
....
....
then
PB doesn't do Autocomplete Procedure inside TabBarGadget.pbi (I am using default setting of IDE)
You have to create a project for AutoComplete across multiple files (or configure the IDE for AutoComplete on open files only). The IDE does not parse the XIncludeFile statement. This is not a bug.