Alex Elliott
The internet home of a prospective software engineer
This is a mini-page generated for the below project or portfolio piece. It contains a description, and any associated material such as blog posts, images, etc. If there's any information not here that you would like to know then contact me.
Expression Editor
ExpressionEditor is a Qt4 based application intended to help in testing and writing regular expressions (regexps). The application provides both text-based and graphical methods of editing regexps and will support PCRE, POSIX Extended and Qt4 format regexps. It is available under the terms of the GPLv3.0+.
RSS Feed
(at github.com)
- [3rd Feb 2010] Switched to Qt standard QKeySequence objects for menu shortcuts.
- [30th Jan 2010] Correct expand behaviour on opening expression. (Linux)
- [30th Jan 2010] The text input should update its height automatically on a window
- [26th Jan 2010] Fix for an infinite loop when matching 0 length strings.
- [26th Jan 2010] Make the block test update as the regexp is entered/altered.
- [25th Jan 2010] Remember to note copyright in new files. Bleh, silly.
- [25th Jan 2010] Missed a big of unneeded debug information.
- [25th Jan 2010] Text block testing widget added.
- [25th Jan 2010] Modified test widget to a tab widget so additional test methods can be
- [25th Jan 2010] Fix for OSX build, stop accepting drops outside of valid drop zones.
RSS Feed
(at alex-elliott.co.uk)
- [24th Jan 2010] Expression Editor Update (2)
- [24th Dec 2009] Expression Editor Update
- [7th Dec 2009] A New Project