Known Issues
Changes
1.4 to 1.3
- multiple main application windows with one process.
- history of recently used test texts.
- optional line wrapping for test and replace result texts.
1.3 to 1.2
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.
1.2 to 1.1
- 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.
1.0 to 1.1
- Display result of split operation in newly added split tab.
- Emit Pattern.compile() code including flags instead of a mere string literal; multi-line patterns result in multi-line, easier to read, literals.
- Corrected dialog window handling.
- Dialogue with stack trace for uncaught exceptions to help hunting bugs.
- Smaller bug fixes.