Phew, finally it’s done. Creating the Version Manager turned out to be little bigger job than I thought (as usual). Well, it’s now up and running even though there’s still some things I need to do. I’ve tested it in many systems and Windows versions but it’s possible that I missed something so let me know if there’s any issues.
Versions are downloaded into Versions folder (in your settings path). At the moment you have to manually delete them if you don’t want to keep them. I’ll add delete button in CE to make things easier. I’ll also add (optional) automatic check for new versions.

Since I needed to add ability to handle zipped files, I thought that why not use the same code elsewhere. So I added Archiver panel. At the moment it only displays the content of archives but I’ll add more functionality in future versions. I’m using 7-zip library (7z.dll) so it will have similar format support as 7-zip.
There’s also some other small changes in this version. Few bug fixes and some advanced settings. In the BookmarksPanel settings you’ll find UseSystemPopupMenu option that will let you enable the use of normal right click menu.

Oh and, if someone has better name idea for the Archiver, I’m interested
.
Change Log
- Added Archiver panel.
- Added Version Manager.
- Added UseSystemPopupMenu advanced option to Bookmarks.
- Added ShowOpenAllItem advanced option to Bookmarks.
- Added New Window item in File menu.
- Fixed AutosizeListViewStyle when CheckBox Selection used.
- Fixed crash when deleting multiple bookmarks
- Open in current tab is now used in bookmark panel popup menu when Open in new tab by default is used.
- Bookmark panel now shows overlay icons also.
- Improved Bookmark icon auto update.
- Double click on stack item now opens it.
- Alt+Click and Alt+Shift+Click now works in Bookmark toolbar.
- Updated Hungarian translation (thanks to Mezei Zoltan)
- Updated Polish translation (thanks to Skrzat)
- Updated Russian translation (thanks to buddah)
***UPDATED 18.7.2011***
There was a bug preventing file launch from Bookmark toolbar. I updated below files. You can also do the update from Help->Version Manager.
CubicExplorer 0.95.0.1402 (SVN Snapshot)
Installer (2.9MB)
Portable (3.3MB)
This week mostly went in coding the Version Manager. I wasn’t able to finish it for this week’s snapshot, hopefully next week then. I did some fixes and changes to CE also. One new “feature” is the ability to drag and drop files to tabs. It’s not very well tested so be careful with it. Relating to this feature I added SwitchTabOnDragHover and AllowDropToTab settings in Options->Advanced->Tabs.

Another thing I added was support for a custom path to the settings folder. In the installation folder you’ll find a file called settings.path. You can define the location of the settings folder in that file. By default, the CE installer will set the location to %APPDATA%\CubicExplorer\. Portable version will use the same folder where CubicExplorer.exe is. There is more information inside the settings.path file.
NOTICE!!! If the settings folder specified in settings.path file is empty, CE will load setting files from the same folder as CubicExplorer.exe is. On Exit, those settings are then saved to the new location. This is done to ease the transition for older users. However, it does not work for Stacks. You have to manually move the Stack folder into the new location. Here are the default locations used by CE’s installer:
Windows Vista and Win7
Old: C:\Users\xxxxx\AppData\Local\VirtualStore\Program Files\CubicExplorer_dev
New: C:\Users\xxxxx\AppData\Roaming\CubicExplorer
Windows 2000 and XP
Old: C:\Program Files\CubicExplorer_dev
New: C:\Documents and Settings\xxxxx\Application Data\CubicExplorer
Change Log
- Added support for custom settings folder.
- Added support for dropping to tab.
- Added "SwitchTabOnDragHover" and "AllowDropToTab" advanced setting.
- Right button drag now switches tab.
- Fixed freeze when pressing Back mouse button if context menu showing.
- Fixed "Select previous folder" when ThreadedEnumeration used.
- Fixed "Empty Folder" text to refresh on file create/delete.
- Updated French translation (thanks to BB).
- Updated Japanese translation (thanks to benok)
- Updated German translation (thanks to nefycee)
- Updated Spanish translation.
CubicExplorer 0.95.0.1388 (SVN Snapshot)
Installer (2.4MB)
Portable (2.7MB)
Little short week as there were some other engagements taking time. I did however manage to get something done. I’ve kept working with CubicTodo but also started to work with CE. To kick off version 0.95 development, next major feature will be Version Manager. I created a base for it and hopefully it will be available in next week’s snapshot. Currently I have 4 CE installations in different machines and it’s always a pain to update. With the Version Manager, updating should be much simpler. Also it allows easy switching between versions which is good for testing.

For this week’s snapshot I’ve fixed some bugs and added “Open in new tab” to all right click menus. I also added “Checkbox Selection”. Didn’t have time to do much testing so let me know how it works.

Happy Midsummer or “Hyvää Juhannusta” as we say here in Finland!
Change Log
- Added "Open in new tab" to all Right click menus.
- Added "Checkbox Selection".
- Possible fix to crash when right clicking on Fileview background.
- Fixed crash when changing theme after File Search has been open.
- Fixed bug with "Empty Folder" text when ThrededEnumeration used.
- Fixed rename issue when going back in history.
- Fixed crash when selecting search tab.
- Updated Swedish translation (thanks to eson)
- Updated German translation (thanks to nefycee)
- Updated French translation (thanks to BB)
- Updated Slovak translation (thanks to Sepp Winkler)
CubicExplorer 0.95.0.1382 (SVN Snapshot)
Installer (2.4MB)
Portable (2.7MB)
Little bit fine tuning this week. Fixed some bugs and added few new settings. In Advanced settings you’ll now find FontSize and LineHeight for Panels, FileView and FileSearch. Actually, FileView doesn’t have LineHeight, you can control the item size in the CellSizes setting. I also added “Open in new tab” to the right click menu.


I’ll make this build to be the new “official” download. There’s still some bugs left but we can fix them later. My plan is to release these “official” snapshots more often, maybe every few months or so.
Next week I’ll be working with TodoManager. It’s a little program that I’ll be using to interact with the bug tracker. I never liked the idea of using web site as a bug tracker, mainly because it’s awkward and slow in use. With this program I’m hoping to make CE development more managed and not so chaotic. It should help me plan my work weeks better and at the same time, create more detailed roadmaps.
Change Log
- Added FontSize Advanced setting to all Panels, Fileview and FileSearch.
- Added LineHeight Advanced setting to all Panels and FileSearch.
- Added “Open in new tab” in Right click menu.
- Fixed Ctrl/Shift selection when SingleClickBrowse/Execute used.
- Fixed jumping issue when dbl clicking on SingleClickBrowse mode.
- Fixed “Select previous folder” when dbl clicking.
- Fixed CenterOnExpand in FolderPanel
- Usability fix in “Save Session” and “Save Stack” dialogs.
- Fine tuned CenterOnBrowse in FolderPanel
- Updated French translation (thanks to BB).
- Updated German translation (thanks to nefycee).
- Updated Blue Line theme (thanks to sl23).
- Added gBW theme (thanks to g..).
- Added OldDays theme (thanks to badloginname).
- Added Deviant Dark theme (thanks to nefycee).
***UPDATE*** 11.6.2011 12:03
There was a bug that prevented one from saving Stacks. I fixed this issue and updated the files below. If you don’t want to update, you can fix it by manually creating Stacks folder in the install directory.
CubicExplorer 0.94.0.1377 (SVN Snapshot)
Installer (2.4MB)
Portable (2.7MB)
CubicExplorer 0.94 (Official)
Installer (2.4MB)
Portable (2.7MB)
Here’s the 0.94 snapshot. Since I made quite a few changes this week, I’ll wait few days before updating the official download to this version. This weeks build has quite a random set of changes. I’ve fixed some bugs and added few new settings. I also added /f command line switch for opening files in CE. Also the browse buttons in multimedia keyboards and mouse should now work.
Let me know if there are any major issues so I can fix them before updating the official download.

Change Log
- Added CenterOnBrowse and CenterOnExpand options to Folders (Options -> Advanced -> FolderPanel)
- Added support for AppCommands (BROWSER_BACKWARD, BROWSER_FORWARD, BROWSER_SEARCH).
- Added /f command line switch for opening files in CE.
- Added AutoExpand, AutoCollapse and FullExpandOnLoad options to Stack.
- Added On Startup settings to Stack (Options -> Display -> Stack).
- File operations now happen in background (Vista/Win7).
- Fixed bug that made CE go behind previous window after Delete.
- Fixed SingleClickExecute issue when dragging files.
- Fixed Background menu bug on Small Icons and List view styles.
- Fixed translation issues.
- Fixed "Continue from last time" session.
- Updated French translation
CubicExplorer 0.94.0.1367 (SVN Snapshot)
Installer (2.4MB)
Portable (2.7MB)
Not really a snap worthy week but here’s one anyway. I had some other things to do this week so there wasn’t much time to work with CE. The little time there was I spent in trying to fix the text input component used in the Text Filter button/field. It turned out to be quite a bit more complicated than I thought and I’ll need to leave it like it is for now. I’ll rewrite it on a better time when I can fully concentrate on it.
There’s really only 2 new things in this release. I fixed the auto scrolling in folder tree and added ArrowBrowse to FileView. Arrow Browse enables you to go folder up with Left arrow and open folder or launch file with Right arrow. It only works in Details view mode and can be turned off from Advanced settings.
Oh, and there’s a new theme included called Blue Line (thanks to sl23).
Change Log
- Added ArrowBrowse option (Options -> Advanced -> FileView -> ArrowBrowse).
- Added Options page for Stack (still empty).
- Added Blue Line theme.
- Fixed Folder tree auto scrolling.
- Updated French translation (thanks to BB).
- Updated German translation (thanks to nefycee).
CubicExplorer 0.94.0.1351 (SVN Snapshot)
Installer (2.4MB)
Zip (2.7MB)
Not much happened this week. I had some other things to do so there wasn’t much time to work with CE. I did some random bug fixes and changes. Also I worked with the Text Filter button/field which took most of the time. It’s still a work in progress and quite buggy.

I was planning to do the performance tweak to Bookmarks for 0.94 version but I’m not sure about that anymore. I took a look at it and it turned out to be little bigger job than I thought (bookmark menu and toolbar needs some work also). I want to get the official 0.94 version out as soon as possible but then again, does one or two extra week hurt? I don’t know, what do you guys think?
In any case, I’m not going to add any new (major) features until 0.94 official is out. Only bug fixes and polishing.
Change Log
- Added CellSizes option for FileView (Options->Advanced->FileView->CellSizes).
- Added "Create Symbolic Link" to Edit menu.
- Added popup menu to Stack groups.
- Added "Remove from Stack" button to Stack’s toolbar.
- Redesigning Text Filter button/field (still buggy).
- Fixed translation issues.
- Fixed "Auto Save" in Stack when clearing list or removing items.
- Fixed Folder tree auto scrolling.
- Updated French translation.
- Updated German translation.
CubicExplorer 0.94.0.1349 (SVN Snapshot)
Installer (2.4MB)
Zip (2.7MB)
I redesigned the way Stack works internally. The old way had pretty bad performance issues when having lot’s of items in the Stack. The current way seems to be very fast. I tested to save a Stack with 10000 items in it. It took about 100ms to load that Stack compared to several minutes it would have taken in the old Stack. I am going to do the same treatment to Bookmarks.
The Stack rewrite took most of the week. I did however do some random tweaks and fixes here and there. The Text Filter item now has a Clear button in it. Also I added “Clear Filters” button in the Customizer.
Change Log
- Added "Clear Filters" button to Customizer.
- Added Clear button to "Text Filter" toolbar item.
- Added translation and theme support to "Create Symbolic Link" dialog.
- Renaming file/folder now renames Stack item
- Redesigned Stack for better performance.
- Fixed translation issues.
- Fixed column header popup bug in multi screen environment.
- Fixed Size column bug when using Text format.
- Fixed Junction jumping to target folder.
- Updated French translation.
- Updated German translation.
CubicExplorer 0.94.0.1342 (SVN Snapshot)
Installer (2.4MB)
Zip (2.7MB)
I finished adding Load/Save support to Stack. It’s using files that have .stk extension. These files are stored in Stacks folder. In the Stack panel, I added a toolbar for easy access. There’s still some work to do (delete won’t remove items from stack etc.) but it’s starting to look nice. I also added a Text Filter items in Customizer and Filters popup menu.
NOTICE: I had to rename the Filters popup menu so it will disappear if you have added it in your toolbars. Please add it again.



I changed the version number to better reflect the progress. I think we can soon release official 0.94 version to replace the current 0.90 version which is pretty buggy compared to current snapshot.
Change Log
- Added Open/Save to Stack
- Added File Size Format option to FileView (Options->Display->Fileview).
- Added Text Filter toolbar item to Customizer.
- Added "Remove from Stack" item to Stack’s right click menu.
- Added "Allow Move" button to Stack toolbar.
- Fixed translation issues.
- Updated German translation
- Updated French translation.
- Changed version number to 0.94
CubicExplorer 0.94.0.1336 (SVN Snapshot)
Installer (2.4MB)
Zip (2.7MB)
On Sunday I happened to google cubicexplorer. I noticed that the result I got for this site had spam in it. After quick research it turned out that this site was infected by “Pharma Hack”. I’ve been using old WordPress version for quite a long time (yes, I know it’s a big NO NO). Since this is quite customized WP install, I have been too lazy to update as it’s not very fast job. Well, now everything is updated and it “only” took 3 days to do so. Future updates should be simpler, I hope. Unfortunately the comment drop down isn’t working anymore, I see if I make it work again at some point.
Despite the unexpected work load, I managed to do little work with CE, mainly some bug fixes here and there. I was planning to finish the Stack job this week but had to move it for next week. I did however add "Safe Operations Only" setting (in right click menu) and made it so that items are removed after Move operation. All these things are still at experimental level and I haven’t done much testing so play safe.
Another small thing I added was a toolbar button for quick access to filters (you can find it in Customizer –> Buttons –> Filters –> Filters). I’ll be adding an item for text filter also.


Change Log
- Added Filters toolbar item (Customizer –> Buttons –> Filters –> Filters).
- Added Safe Operations Only setting to Stacks (right click on Stack panel background).
- Items are now removed from stack after Move operation.
- Fixed separator bugs.
- Fixed usability bug in Advanced Options.
- Fixed crash caused by empty session.xml file.
- Fixed crash in Folder tree when renaming folder.
- Fixed translation issues.
- Updated French translation
- Updated Norwegian translation
CubicExplorer 0.91.0.1327 (SVN Snapshot)
Installer (2.3MB)
Zip (2.6MB)