Showing posts with label qregexp-editor. Show all posts
Showing posts with label qregexp-editor. Show all posts

Sunday, April 1, 2012

QRegExp-Editor v0.2.1 released

Version 0.2.1 is out. A little more than one year later QRegExp-Editor is back. This new version includes:
  • Bugfixes
  • An regexp edit area instead of one line edit
  • Improved usability
  • Parentheses matching highlight
  • Show/Hide newlines and tabs
  • Filtering capabilities: tabs and newlines
Comments and suggestions are always welcome. Download it here.

Thursday, March 24, 2011

QRegExp-Editor new RegExp Ui & howto deal with line breaks and spaces

In my previous post I presented the new RegExp Ui. Now I'm working on the behavior part. We all have seen and worked with long and intricate RegExp's. QRegExp-Editor main purpose is to ease the pain of dealing with RegExp's. With this in mind is obvious, at least for me, that QRegExp-Editor should allow the user to break complicated RegExp's into small ones, across multiple lines. The computed QRegExp should obviously not contain the line breaks. Take a look at the following screenshot:


And for white spaces ? How should QRegExp-Editor deal with it ? Just remove them all ?

Tuesday, March 22, 2011

QRegExp-Editor new RegExp Ui

Sometimes RegExp's are very very long. Just one line to edit them makes them harder to understand. So, I redesigned the RegExp.
Comments and suggestions are very welcome.

Saturday, March 19, 2011

QRegExp-Editor v0.2.0.2 released

A maintenance release with some enhancements and lots of refactoring. The refactoring was necessary to ease the planned features and enhancements.

Download it here.