Hi, how can you hide a project sub-directory from the Project Explorer in MCUXpresso? E.g. I want to hide my doc\ sub-directory, is this possible? Having trouble
Method Attempted:
Solved! Go to Solution.
Hello @jmreina
How about create custom resource filters by yourself, for example, if you want to hide the "doc“ folder,
define as below:
BR
Alice
Oh my gosh - thank you Erich & Alice!! I had forgotten to simply check off the User filters selection boxes, checking off the box for doc did it.
Thank you for the detailed reference Erich, and thank you for the clear illustration Alice your team's help is appreciated
Best,
Justin
Hi @jmreina ,
yes, you can set your custom filters for files and folders too, see https://mcuoneclipse.com/2023/05/17/hide-an-unhide-files-and-folders-in-project-explorer/
I hope this helps,
Erich
Hello @jmreina
How about create custom resource filters by yourself, for example, if you want to hide the "doc“ folder,
define as below:
BR
Alice