I am creating a library in which I have several folders containing POUs.
Is there a way to hide/show folder of this library when the library is added in a project file.
I would like not to see some folders of the library in the library manager of the .project file.
Thanks for your answers
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2015-06-02
Originally created by: M.Schaber
Hi, RBats,
RBats hat geschrieben:
I am creating a library in which I have several folders containing POUs.
Is there a way to hide/show folder of this library when the library is added in a project file.
I would like not to see some folders of the library in the library manager of the .project file.
As far as I know, there is no possibility to hide folders, but individual POUs can be hidden by butting ```
{attribute 'hide'}
``` in the declaration part - and once all POUs are hidden, the folder itsself should also disappear.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Thank you for your response. I have already tried what you suggest.. but it doesn't work.
I don't think it's possible to hide a folder even if it doesn't include any POUs..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everybody,
I am creating a library in which I have several folders containing POUs.
Is there a way to hide/show folder of this library when the library is added in a project file.
I would like not to see some folders of the library in the library manager of the .project file.
Thanks for your answers
Originally created by: M.Schaber
Hi, RBats,
As far as I know, there is no possibility to hide folders, but individual POUs can be hidden by butting ```
{attribute 'hide'}
``` in the declaration part - and once all POUs are hidden, the folder itsself should also disappear.
Hi,
Thank you for your response. I have already tried what you suggest.. but it doesn't work.
I don't think it's possible to hide a folder even if it doesn't include any POUs..