jRegExAnalyser Changelog

What's new in jRegExAnalyser 1.4.0

Jul 12, 2013
  • multiple main application windows with one process.
  • history of recently used test texts.
  • optional line wrapping for test and replace result texts.

New in jRegExAnalyser 1.3.0 (Feb 18, 2011)

  • Visualize Pattern as graphical Dot diagram (requires a working Graphviz installation).
  • Improved Pattern Syntax Error Dialogue showing a detailed error message including error position.
  • Check for newer version on start-up (can be disabled in preferences).
  • Desktop Integration: Added optional dekstop integration for Unix and a launcher exe for Windows.
  • Added check for healthy background matcher thread.
  • Improved edit of test text in conjunction with permanent matching.

New in jRegExAnalyser 1.2.0 (Dec 27, 2010)

  • Permanent Matching feature (optional, default on); all results are permanently updated if the regex, test text or options change.
  • Sandbox notice; if a Web Start sandbox is detected, an info message about Cut'n'Paste issues for this environment is displayed.

New in jRegExAnalyser 1.1.0 (Sep 20, 2010)

  • A new split tab allows analyzing and debugging of regular expressions used in split operations.
  • The emit code function was extended to include the complete Java code, including... the selected regex flags to re-create the pattern in your source code.
  • Some smaller oddities, such as those regarding window handling, were also fixed.