Project Mode: Procedure Browser display only procedure of curent source

Working on new editor enhancements?
Marc56us
Addict
Addict
Posts: 1600
Joined: Sat Feb 08, 2014 3:26 pm

Project Mode: Procedure Browser display only procedure of curent source

Post by Marc56us »

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
SMaag
Enthusiast
Enthusiast
Posts: 325
Joined: Sat Jan 14, 2023 6:55 pm
Location: Bavaria/Germany

Re: Project Mode: Procedure Browser display only procedure of curent source

Post by SMaag »

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?
Yes!
PBJim
Enthusiast
Enthusiast
Posts: 296
Joined: Fri Jan 19, 2024 11:56 pm

Re: Project Mode: Procedure Browser display only procedure of curent source

Post by PBJim »

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"
Post Reply