Extension Indexer Changelog

What's new in Extension Indexer 1.2

Mar 18, 2011
  • Fix:
  • Fixed a bug that occurred deleting directories, and not all directories were deleted
  • Change:
  • Translated the application in english
  • The .NET Framework used is now the 4.0. The Framework 3.0 gave some problems with WPF
  • General improvements to source code
  • Changed the index structure from an Hash Table to a Red-Black Tree, with a lot of good consequences
  • Now the scanning process runs really in another thread
  • Now a file without extension is a file with an empty extension insted of a file with the extension equals to its name
  • Now a message asks you every time if you want to delete the new empty directories when you delete or move files
  • Replaced the dialog window that asks you if you want to delete (or move) files (or directories) with a dialog window with more details
  • Now after an operation on files (moving or deleting) the application doesn't perform a new directory scan, but simply updates the index with the made changes
  • Now you can select more than one extension at a time
  • Add:
  • Added a message that warns you if a delete operation of directories fails
  • Added an icon
  • Added a GridSplitter for resize columns of extension and file lists
  • Added new shortcuts from keyboard. Now you can performa a new scan with S, update the index with U, delete files with D or Delete and move files with M.
  • Added the possibility to perform a new scan on a directory making a Drag & Drop of the directory into the application window. You can also start the application with a directory as parameter.
  • Remove:
  • Removed all warning messages about Hash Table size (obviously)
  • Removed the counter of the found extensions in the UI
  • Removed the option dialog and the option file

New in Extension Indexer 1.1 (Mar 18, 2011)

  • Fix:
  • Fixed bug in easter egg
  • Change:
  • Now requires Microsoft Framework 3.0 (before required Microsoft Framework 3.5)
  • Rewrited the scanning process. Now it works on hash array to build the extensions index. Now is very very faster!
  • Now the window doesn't block while application scans files
  • Improved GUI interaction. Now buttons and listBoxs block while the application scans
  • When you delete a file it isn't necesary rebuild index
  • File list doesn't show absolute path for every files, but relative path to selected directory
  • Files name are showed in Bold for clarity
  • Add:
  • The path label now show the current directory of scan every 100 ms
  • Added moving of files
  • Added an about
  • Added a minimum size of window
  • For every files is showed the size. Is showed also the sum of sizes of every file by extension
  • Added keyboard shortcut for delete selected files with "Canc"
  • Build x64 version
  • Added button for stop scan
  • File list is orderable by name, path and size, also in inverse order
  • Added option menu
  • A counter shows how much extensions are revealed and the percentage of occupied array
  • Added a message that show files that application failed to delete
  • Added warnings for full hash array and dangerous percentage of occupied array
  • Added a message for file execution exception
  • Options are saved in configuration file "Options.ini" in local directory
  • You can delete folders that after an operation are "new empty" directories (it doesn't delete folders that were already empty). It can work recursively (folder containing only deletable folders) and can show a message for select directories to delete.