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)
- [6th Feb 2012] Some code restructuring, and enabling of C++11, will work on getting
- [6th Feb 2012] Enable anti-aliasing and align to pixel grid - hopefully
- [5th Feb 2012] Lost the signal/slot to update expression, fixed.
- [5th Feb 2012] Removed welcome page
- [5th Feb 2012] Restored automatic calculation of the input height for the text-based
- [5th Feb 2012] Do not display escape characters in the graphical view
- [5th Feb 2012] Unified the link between MainWindow and the test widgets, restructured
- [4th Feb 2012] Do not allow repeats after a T_GROUPING_OPEN or some others, also added
- [4th Feb 2012] Automatically resize rows to accommodate generated content
- [3rd Feb 2012] Qt Parser: Bad Repetition Syntax
- [3rd Feb 2012] Qt Parser should work on a blacklist system for where repeat tokens can
- [2nd Feb 2012] Forgot license headers
- [2nd Feb 2012] Merge branch 'master' of https://github.com/aelliott/expressioneditor
- [2nd Feb 2012] Handle PCRE library in Windows CmakeLists
- [2nd Feb 2012] Reintroduced a simple test input testing widget
- [19th Sep 2011] Make sure the viewports for the visualisation keep a sensible scene rect
- [6th Sep 2011] Visualisation support for comments
- [5th Sep 2011] Visualisation support for named capturing groups
- [5th Sep 2011] Initial PCRE parser in place, stubs added for ICU/POSIX ERE
- [2nd Sep 2011] Forgot one line...
RSS Feed
(at alex-elliott.co.uk)
- [2nd Feb 2012] New Lexing Parsers and What They Mean for Expression Editor
- [29th Jul 2010] Back to Work
- [24th Jan 2010] Expression Editor Update (2)
- [24th Dec 2009] Expression Editor Update
- [7th Dec 2009] A New Project