How to get rid of the '+' sign next to folders when no subfolders present?

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
matewo
Posts: 55
Joined: 03 Jun 2018 21:35

Re: How to get rid of the '+' sign next to folders when no subfolders present?

Post by matewo »

Why not mask your private infos? Here XXXXX for each path listed.

Code: Select all

     0 ms:     174 ms - Start Load
   177 ms:      31 ms - Load Language
   219 ms:      35 ms - Init Controls
   254 ms:     280 ms - Init Graphics
   534 ms:      17 ms - Init Tabs
   551 ms:      55 ms - Create Info Panel
   606 ms:      87 ms - Set Interface Font
   693 ms:      37 ms - Init Panes
   730 ms:      19 ms - Add Spec Folders
   760 ms:      11 ms - Tab Icons
   781 ms:      46 ms - Go Start Path: XXXXX
   827 ms:      93 ms - Init Custom Toolbar Buttons
   926 ms:      38 ms - Load This Pane
   965 ms:      20 ms - List 2 Browse: XXXXX
   985 ms:      20 ms - Load Other Pane
 1.005 ms:      10 ms - List 1 Browse: XXXXX
 1.016 ms:      25 ms - Layout Bars
 1.041 ms:     167 ms - Layout Catalog
 1.208 ms:      77 ms - Layout Tabs
 1.289 ms:      81 ms - --- Show Window ---
 1.374 ms:      50 ms - Layout Tabs
 1.424 ms:      73 ms - Layout Status Bar
 1.513 ms:      26 ms - Tree Refresh Icon Overlays
 1.545 ms:      56 ms - Tree Check Subfolders Exist Late: XXXXX
 1.662 ms:      10 ms - Tree Check Subfolders Exist Late: XXXXX
 1.672 ms:            - Load Done

chumbo
Posts: 243
Joined: 04 Jan 2015 15:20

Re: How to get rid of the '+' sign next to folders when no subfolders present?

Post by chumbo »

Here you go:

Code: Select all

87.920 ms:            - Load Done

MaxiTree: Rows=8054, Nodes=8055, Expanded=176, Servers=6
Tree Remember State: Yes (96 stored paths)
Tree Check Subfolders Exist: Yes
Network on Startup: Browse=No, Reconnect=No, CacheServers=Yes
Pane 1: Items=17/60, Pane 2: Items=6/6, Catalog: Items=1
Tagged Items in Database: 3.119

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: How to get rid of the '+' sign next to folders when no subfolders present?

Post by admin »

Rows=8054 ... :whistle:

I recommend visiting the Help file about the Mini Tree. It will change your life. :)

chumbo
Posts: 243
Joined: 04 Jan 2015 15:20

Re: How to get rid of the '+' sign next to folders when no subfolders present?

Post by chumbo »

Will do...can't wait! My life needs change :lol:

WirlyWirly
Posts: 195
Joined: 21 Oct 2020 23:33
Location: Through the Looking-Glass

Re: How to get rid of the '+' sign next to folders when no subfolders present?

Post by WirlyWirly »

On a related note, for those of us who don't use the Tree, is there a '+' equivalent for the items list?

Often times I would find it useful to know if I have any nested folders in the current pane, to do this I switch to Branch View and scroll the list checking for them. It'd be nice to have a quick way to see what folders are or aren't flat, perhaps invokable on the current pane via scripting.

admin
Site Admin
Posts: 60357
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: How to get rid of the '+' sign next to folders when no subfolders present?

Post by admin »

You can use Color Filters:

L:prop:#nosubs:2 //folders without subfolders

L:prop:#nosubs:6 //folders with subfolders

See change log v23.00.0316 - 2022-05-17 18:39

chumbo
Posts: 243
Joined: 04 Jan 2015 15:20

Re: How to get rid of the '+' sign next to folders when no subfolders present?

Post by chumbo »

Mini-Tree...went from 88s to 4s at startup!!
Awesome, thx! :appl:

Post Reply