DiskMap Plugin
DiskMap Plugin
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.
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.png (42.78 KiB) Viewed 36345 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
Reason: Updated download link to AS 2.52
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
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 .
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
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.
I'm using Windows XP SP3! I hope zarevak you can manage this problem.
Best regards,
Thomas
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.
I'm using Windows XP SP3! I hope zarevak you can manage this problem.
Best regards,
Thomas
DiskMap Plugin German translation
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"?
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"?
Re: DiskMap Plugin
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
I will also try to move all the strings to the language file so you can translate DiskMap
Re: DiskMap Plugin
Hi,
thank you for the bug fixing and the change for the possibility of translation.
Best regards,
Thomas
thank you for the bug fixing and the change for the possibility of translation.
Best regards,
Thomas
Re: DiskMap Plugin
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.
Re: DiskMap Plugin
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)
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
I guess empty files are as bad as 1-byte files, so don't hide them.zarevak wrote:Just one question: how do you want to handle empty files (with 0 bytes)?
Ελληνικά rulez.