DiskMap Plugin

Support for developers of new plugins, third-party plugin announcements and discussions.
User avatar
zarevak
Plugin Developer
Plugin Developer
Posts: 789
Joined: 04 Feb 2006, 16:49
Location: Prague, Czech Republic

DiskMap Plugin

Post by zarevak »

DiskMap is a plugin for Altap Salamander 2.52 beta 2 that visualizes disk space using a treemap. Each file is represented by one rectangle which area is proportional to the disk space occupied by the file. It should help you with finding large files and help you with recovering free space.

Usage:
- Open DiskMap for current directory from Plugin menu/Plugin bar (Ctrl+Shift+D). To display DiskMap for whole disk you have to be in the root directory.

Download:
- Included in latest Altap Salamander 2.52. Download Altap Salamander

Version History:
Version 0.9.25: (2009-08-21)
- First version bundled with Altap Salamander 2.52 beta 2
- Better Directory Overlay
- Directory overlay also highlights second level folders
- Added option for Tooltip Path Format
Version 0.8.25: (2009-08-16)
- Internal release
- Added Directory Overlay
- Big optimizations
- Bugfixes
Version 0.5.25: (2009-05-14)
- Internal release
- Added Directory Line
- Added Keyboard support
- New Loading screen
- Bugfixes
Version 0.3b1: (2009-03-23)
- Removed MSVCR80.dll dependency. Uses salrtl.dll bundled with Altap Salamander
- Added path to Window title
- Fixed window positioning - DiskMap is now openned over Salamander Window
- Closes on ESC keypress with suppressable confirmation
- Fixed new[] vs. delete mismatch (salrtl.dll doesn't support new[])
- Bugfixes
Version 0.2b1: (2009-01-30)
- first public version; displays a treemap of files on your disk.
Attachments
DiskMap 0.3b1 screenshot
DiskMap 0.3b1 screenshot
diskmap_0.3b1.png (42.78 KiB) Viewed 32476 times
Last edited by Jan Rysavy on 05 Sep 2009, 08:35, edited 3 times in total.
Reason: Updated download link to AS 2.52
dprice
Posts: 22
Joined: 10 Nov 2006, 16:55

Post by dprice »

Thanks for the plug-in. Works great! I have a couple of suggestion if you don't mind! :wink:

Can you have the diskmap window size to Salamander's current size?
Can you make the Esc key exit the plug-in (like most of the other plug-ins)?

Thanks,
Derek
User avatar
zarevak
Plugin Developer
Plugin Developer
Posts: 789
Joined: 04 Feb 2006, 16:49
Location: Prague, Czech Republic

Post by zarevak »

dprice wrote:Can you have the diskmap window size to Salamander's current size?
Can you make the Esc key exit the plug-in (like most of the other plug-ins)?
Thank you for reminding this to me as I've forgot implementing it :oops: It will be available in the next version ;)
User avatar
zarevak
Plugin Developer
Plugin Developer
Posts: 789
Joined: 04 Feb 2006, 16:49
Location: Prague, Czech Republic

Post by zarevak »

DiskMap plugin for Altap Salamander 2.52 beta 1 was updated to use salrtl.dll instead of MSVCR80.dll. Opening above Salamander window and closing on ESC keypress was also implemented. Download from the first post.
rebb
Posts: 7
Joined: 09 Dec 2005, 17:51

Re: DiskMap Plugin

Post by rebb »

Hey this looks awesome !
If you could implement a radial mode like in Overdisk ( http://users.forthnet.gr/pat/efotinis/p ... rdisk.html ), i'd love you long time ;).
thomas
Translator
Translator
Posts: 108
Joined: 29 Apr 2007, 21:57
Location: Germany

DiskMap Plugin Bug

Post by thomas »

Hi,

I've found a heavy bug. If you close Altap Salamander 2.52 Beta 2 when DiskMap is still running, you get an error message. After closing this message Salamander crashes really heavy.
DiskMap Plugin
DiskMap Plugin
error.png (7.33 KiB) Viewed 31918 times
I'm using Windows XP SP3! I hope zarevak you can manage this problem.

Best regards,

Thomas
User avatar
vld
Posts: 174
Joined: 06 Feb 2009, 21:21

Re: DiskMap Plugin

Post by vld »

Duplicated on Server 2003
thomas
Translator
Translator
Posts: 108
Joined: 29 Apr 2007, 21:57
Location: Germany

DiskMap Plugin German translation

Post by thomas »

Hello zarevak,
I want to make the german translation for your plugin, therefor I need some help from you.
Is it posible to move the dialog "Show DiskMap" and the infos "Searching for files... etc."
to the string section of the language file "english.slg"?
Show DiskMap
Show DiskMap
Clipbrd1.png (9.04 KiB) Viewed 31823 times
Searching for files...
Searching for files...
Clipbrd2.png (1.66 KiB) Viewed 31827 times
User avatar
zarevak
Plugin Developer
Plugin Developer
Posts: 789
Joined: 04 Feb 2006, 16:49
Location: Prague, Czech Republic

Re: DiskMap Plugin

Post by zarevak »

Hi everybody! The problem with DiskMap crashing on Salamander exit is being fixed and new version will be available tomorrow - either in new Salamander release or as a special download here on this forum.

I will also try to move all the strings to the language file so you can translate DiskMap ;)
thomas
Translator
Translator
Posts: 108
Joined: 29 Apr 2007, 21:57
Location: Germany

Re: DiskMap Plugin

Post by thomas »

Hi,
thank you for the bug fixing and the change for the possibility of translation.

Best regards,

Thomas
User avatar
Ether
Posts: 1471
Joined: 10 May 2007, 16:08
Location: Czech Republic
Contact:

Re: DiskMap Plugin

Post by Ether »

It's a known fact that a lot of small files usually take longer time to list/read/write than a smaller amount of larger files. I would like to have the option to see numbers of files instead of sizes of files in the disk map. The best way to present such information would be using the colored boxes to represent directories instead of files (because we're not interested in the individual files), or (if it's easier to implement) just by reducing the size of each file to be the same.
Ελληνικά rulez.
User avatar
zarevak
Plugin Developer
Plugin Developer
Posts: 789
Joined: 04 Feb 2006, 16:49
Location: Prague, Czech Republic

Re: DiskMap Plugin

Post by zarevak »

Hi Ether,
this seems to be something fun and easy to implement ;-)

Just one question: how do you want to handle empty files (with 0 bytes)? Do you want to display them or hide them the same way they are hidden now?

(I will be using the "same size for all files" solution)
User avatar
Ether
Posts: 1471
Joined: 10 May 2007, 16:08
Location: Czech Republic
Contact:

Re: DiskMap Plugin

Post by Ether »

zarevak wrote:Just one question: how do you want to handle empty files (with 0 bytes)?
I guess empty files are as bad as 1-byte files, so don't hide them.
Ελληνικά rulez.
User avatar
Ether
Posts: 1471
Joined: 10 May 2007, 16:08
Location: Czech Republic
Contact:

Re: DiskMap Plugin

Post by Ether »

How is it coming?
Ελληνικά rulez.
Post Reply