Hi Chris,
I'm missing a "Collapse/Expand" option in the project explorer. This is useful when you're working with a lot of folders like I am. You can either add it as a enhancement of the basic behavior of XIDE or just expose a method through the XIDE plugin system and I'll implement a proper plugin for it
thanks!
Collapse and Expand all nodes in the project explorer
Re: Collapse and Expand all nodes in the project explorer
Hi Irwin,
I'm missing this as well
But how would Expand work, which items should it expand and to which level? The way I was thinking to implement it, is to be able to collapse all nodes, except the main one, so all apps/libraries will be visible, but not their sub nodes. But I hadn't thought about an expand option.
I'm missing this as well
But how would Expand work, which items should it expand and to which level? The way I was thinking to implement it, is to be able to collapse all nodes, except the main one, so all apps/libraries will be visible, but not their sub nodes. But I hadn't thought about an expand option.
Chris Pyrgas
XSharp Development Team
chris(at)xsharp.eu
XSharp Development Team
chris(at)xsharp.eu
Re: Collapse and Expand all nodes in the project explorer
Hi Chris, yes! your thought is the same as mine. I need to expand all nodes but main ones (Project and Apps)Chris wrote: Sun Jan 12, 2025 12:07 pm Hi Irwin,
I'm missing this as well
But how would Expand work, which items should it expand and to which level? The way I was thinking to implement it, is to be able to collapse all nodes, except the main one, so all apps/libraries will be visible, but not their sub nodes. But I hadn't thought about an expand option.