Hello,
In project mode: Procedure Browser panel display only procedures of the curent source but not all others (*.pbi)
Has it always done so, or have I changed something ?
Completion works, so so Project see all files.
All 4 checkbox are checked for files in project file list.
Tested 6.20 and 5.46
Project Mode: Procedure Browser display only procedure of curent source
Re: Project Mode: Procedure Browser display only procedure of curent source
Yes!Marc56us wrote: Fri Mar 14, 2025 3:15 pm Hello,
In project mode: Procedure Browser panel display only procedures of the curent source but not all others (*.pbi)
Has it always done so?
Re: Project Mode: Procedure Browser display only procedure of curent source
This may be helpful for you, if like me, you just wish to see the locations within the code where the includes are situated. The comment ensures they appear in the list, even if the procedures do not.
Code: Select all
;- IncludeFile Working_Data.pbi
IncludeFile "Includes\Shared\Working_Data.pbi"