ClearCasePlugin Changelog

What's new in ClearCasePlugin 0.28

Jun 29, 2013
  • Bug fixes:
  • Updates for jEdit 4.4 and Console 4.4
  • Fixed broken OptionPane
  • Fixed OptionPane Browse button
  • New Features:
  • Test on some/all Unix, Linux, Windows NT+/98+
  • Test on some/all ClearCase versions.
  • More generic. So that support for other systems can be added easily.
  • Cleanup/Refactor code.
  • Integrated with the "File System Browser". Able to work on directories.
  • Checkin if identical with previous possible.

New in ClearCasePlugin 0.27 (Jun 29, 2013)

  • Bug fixes:
  • Forgot to add ComparePreviousVersion.java to CVS

New in ClearCasePlugin 0.26 (Jun 29, 2013)

  • Bug fixes:
  • Fixed version and author fields shown in jEdit plugin manager

New in ClearCasePlugin 0.25 (Jun 29, 2013)

  • New Features:
  • DONE) Diff command added. Only compares to previously checked-in version.
  • DONE) Parent checkout option added to "Add to source control" command
  • DONE) Checkout file's parent directory first when adding a file to source control.
  • DONE) Reload buffer after ClearCase operation
  • DONE) Added comment field to checkout dialog
  • DONE) Added Reload buffer delay property to plugin's Global Options panel
  • DONE) Tested on ClearCase v3.2.1, v4.1 and v4.2 on Windows NT v4.0
  • Bug fixes:
  • Fixed search for cleartool application on Windows platform
  • Strip out newline characters from comments to prevent command from getting
  • fragmented and failing

New in ClearCasePlugin 0.2 (Jun 29, 2013)

  • New Features:
  • DONE) Options dialog for uncheckout implemented
  • DONE) Options dialog for checkin implemented
  • DONE) Options dialog for checkout implemented
  • DONE) Options pane for plugin implemented.
  • DONE) "Add to source control" command implemented. NOTE. Directory not checkedout.
  • DONE) Executed command shown in ClearTool shell for most important commands.
  • DONE) Docs added to jEdit help menu.
  • Bug fixes:
  • Most ClearTool shell problems fixed. Restarting shell.
  • Options dialog. No need to restart after changes.

New in ClearCasePlugin 0.1 (Jun 29, 2013)

  • New Features:
  • DONE) ClearTool shell implemented. Only one ClearTool instance is started.
  • This ClearTool is shared with the commands run from the menus and the shell.
  • DONE) uncheckout, checkout, checkin, lshistory, lvstree, update, cleardetails, clearmrgman commands implemented
  • DONE) Tested on ClearCase version 4.1 Windows NT4