Page 1 of 1

DiskMap Plugin

Posted: 30 Jan 2009, 11:46
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.

Posted: 30 Jan 2009, 15:47
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

Posted: 30 Jan 2009, 17:32
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 ;)

Posted: 23 Mar 2009, 15:23
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.

Re: DiskMap Plugin

Posted: 24 Aug 2009, 20:00
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 ;).

DiskMap Plugin Bug

Posted: 25 Aug 2009, 13:08
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 32082 times
I'm using Windows XP SP3! I hope zarevak you can manage this problem.

Best regards,

Thomas

Re: DiskMap Plugin

Posted: 25 Aug 2009, 18:37
by vld
Duplicated on Server 2003

DiskMap Plugin German translation

Posted: 26 Aug 2009, 21:21
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 31987 times
Searching for files...
Searching for files...
Clipbrd2.png (1.66 KiB) Viewed 31991 times

Re: DiskMap Plugin

Posted: 27 Aug 2009, 09:05
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 ;)

Re: DiskMap Plugin

Posted: 04 Sep 2009, 11:32
by thomas
Hi,
thank you for the bug fixing and the change for the possibility of translation.

Best regards,

Thomas

Re: DiskMap Plugin

Posted: 07 Nov 2012, 14:33
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.

Re: DiskMap Plugin

Posted: 08 Nov 2012, 00:06
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)

Re: DiskMap Plugin

Posted: 08 Nov 2012, 08:23
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.

Re: DiskMap Plugin

Posted: 17 May 2013, 11:09
by Ether
How is it coming?