Dirpage plug-in: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
m (NxS Alt dir page moved to Dirpage plug-in) |
m (→Download) |
||
Line 3: | Line 3: | ||
== Download == | == Download == | ||
[[Image:Zip.gif]] [http:// | [[Image:Zip.gif]] [http://saivert.com/nsis/dirpage.7z dirpage.7z] (60KB) | ||
Updated | Updated December 4th 2006: File moved to a new server. | ||
== Overview == | == Overview == |
Latest revision as of 13:11, 4 December 2006
Author: saivert (talk, contrib) |
NxS Alternate Directory page
Download
dirpage.7z (60KB)
Updated December 4th 2006: File moved to a new server.
Overview
This Directory page plug-in displays a integrated tree-view for selecting a folder instead of the standard Browse... button.
Developers comments
I hope someone can work more on this. Currently the tree-view is not updated when you change the edit box. The tree-view is virtual (items are filled in on demand) and when you expand a tree node it scans the disk to insert the subfolders. This avoids loading the entire shell namespace into the tree-view upon display of the page, but it complicates things when you want to display a certain folder in the tree. Use the discussion to comment on this.