Page 1 of 1

PB; IDE; Project Panel; External Files; Hierchical view;

Posted: Sat Jun 20, 2015 10:22 am
by HanPBF
Hello,

I'd like to view the "external files" branch as structured as the "project folder branch".

In "external files" branch, the files are listed with the whole files path one level deeper;
they are not structured shown as a tree.

Example what is shown:
D:\Test\PureBasic\GUI\Button
... ; files
D:\Test\PureBasic\BL\User
... ;files
etc.

This should be shown:
D:\Test\PureBasic
+ GUI
+ BL


Thanks!

Re: PB; IDE; Project Panel; External Files; Hierchical view;

Posted: Wed Aug 19, 2015 8:34 am
by HanPBF
I use now symbolic links in windows.
That way a library folder used by some PB projects can be linked under the project folder.
So, those lib files are no more external...

Solution was too easy to discover...

Wish for hierarchical external view of folders remains active;-)