CommanderBond changes

H C   S O F T W A R E   L T D

commanderbond cryptosaurus image jdep spambuddy superstopwatch textscape textscape2 utilities xmogrify xql yago

CommanderBond Changes

Dates refer to when the source was changed, so if the build date in the About dialog is after this date, your version should include all changes shown beneath it.

16 Oct 2007

27 April 2007

17 April 2007

15 December 2006

3 November 2006

25 October 2006

20 October 2006

17 October 2006

16 October 2006

6 October 2006

5 October 2006

17 September 2006

18 August 2006

11 August 2006

9 August 2006

4 August 2006

29 July 2006

26 July 2006

25 July 2006

So far, the best workaround I have for this is to avoid spaces in filenames. So instead of c:\\Program Files I use c:\\Progra~1..

Here are some example scripts to get started:

Opens the current directory in NT Explorer:

cmd /c explorer .

Views all the selected files with ImageMonkey:

  cmd /c imagemonkey %FILES%

Opens the selected files with jedit

  cmd /c c:\\Progra~1\\Java\\jdk1\.5\.0\_06\\bin\\java.exe -jar c:\\t\\jEdit\_4\.3pre2\\jedit.jar %files%

Runs antiword, and opens the resulting files with jedit

cmd /c c:\\t\\antiword\\antiword.exe %files% \>%files%.txt && start c:\\Progra~1\\Java\\jdk1\.5\.0\_06\\bin\\javaw.exe -jar c:\\t\\jEdit\_4\.3pre2\\jedit.jar %files%.txt

21 July 2006

13 July 2006

6 Jun 2006

26 Apr 2006

25 Apr 2006

24 Apr 2006

21 Apr 2006

20 Apr 2006

19 Apr 2006

18 Apr 2006

12 Apr 2006

7 Apr 2006

6 Apr 2006

5 Apr 2006

30 Mar 2006

29 Mar 2006

28 Mar 2006

24 Mar 2006

23 Mar 2006

22 Mar 2006

21 Mar 2006

17 Mar 2006

9 Mar 2006

8 Mar 2006

6 Mar 2006

3 Mar 2006

1 Mar 2006

28 Feb 2006

27 Feb 2006

24 Feb 2006

17 Feb 2006

15 Feb 2006

14 Feb 2006

13 Feb 2006

10 Feb 2006

9 Feb 2006

8 Feb 2006

7 Feb 2006

6 Feb 2006

27 Jan 2006

25 Jan 2006

24 Jan 2006

23 Jan 2006

20 Jan 2006

19 Jan 2006

18 Jan 2006

17 Jan 2006

13 Jan 2006

v1.1 is the last version compiled for JREs earlier than 1.5. RetroWeaver works well for back-compiling the source, however I don't have time to check that library calls were present in the older JREs. This is bad news for Mac OS users, who have to upgrade to at least 10.4 to get java 1.5, but good news for Linux/Windows users since I only use (regularly) 1.5 and therefore it is less likely that they will encounter bugs.

Version 1.1

ClearCase support abandoned. Was using the sourceforge.net clearcase code to implement it. Unfortunately the API only allows one method call per property per file. This adds up to lots of method calls, even with only a few files visible - and cleartool (which is used behind the scenes) is not speedy in the first place. Result is slower (even) than ClearCase Explorer. Not that happy with the 'URL' system as it stands either.

30 Nov 2005

29 Nov 2005

28 Nov 2005

25 Nov 2005

21 Nov 2005

  1. Made bookmarks into a tree (e.g. can store directories with further bookmarks instead of a flat list)
  2. Bookmark panel is now a commander-tree (supports the usual F7, F8 etc. actions and navigation)
  3. revised TAB/focus code
  4. ctrl+B selects the bookmark pane (TAB to leave it)

Version 1 is labelled at this point, as it is necessary to make large changes to support different kinds of data, e.g. Jar files, ClearCase filesystems

Version 1

25 Oct 2005

20 Oct 2005

18 Oct 2005

14 Oct 2005

13 Oct 2005

11 Oct 2005

21 Sep 2005