RETest Changelog

What's new in RETest 1.1.0

Mar 11, 2013
  • Modified to use java.util.regex package, as the gnu.regexp package is deprecated in jEdit and will be removed in the future

New in RETest 1.0.3 (Mar 11, 2013)

  • Defered loading for jEdit 4.2.

New in RETest 1.0.2 (Mar 11, 2013)

  • BUG FIXES:
  • updated RETestPlugin to use createMenuItems(Vector menuItems), rather
  • than the deprecated createMenuItems(View view, Vector menus, Vector menuItems), as well as the new actions.xml action system

New in RETest 1.0.1 (Mar 11, 2013)

  • BUG FIXES:
  • fixed problem which occurred with Character Classes (eg. [[:alpha:]]) because the corresponding syntax bit wasn't enabled

New in RETest 0.2.0 (Mar 11, 2013)

  • Initial public alpha release

New in RETest 0.1.0 (Mar 11, 2013)

  • Initial working prototype of RETestView