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)
- [29th Jul 2010] Added ICU to CREDITS
- [28th Jul 2010] Updated README to reflect the CMake build system
- [28th Jul 2010] Trying include_directories as a call
- [28th Jul 2010] Fixed silly mistake
- [28th Jul 2010] Added install target and resource (qrc) file to cmake
- [28th Jul 2010] Updated cmake build file
- [28th Jul 2010] Altered CMakeLists.txt to auto-detect optional dependencies
- [27th Jul 2010] Added initial CMakeLists.txt - further testing required
- [27th Jul 2010] Fixed silly mistake to make UnicodeString to QString conversion work
- [26th Jul 2010] Added support for ICU regular expressions
- [26th Jul 2010] Added in conditional blocks to the project file to not build PCRE/POSIX
- [25th Jul 2010] Added in conditional blocks to remove PCRE and POSIX when compiled with
- [19th Jul 2010] Fixed incorrect handling of escaped ] in character classes
- [15th Jul 2010] A bit more settings dialog work
- [13th Jul 2010] Added initial settings dialog
- [12th Jul 2010] Added configure button to main window, now for the settings
- [1st Jun 2010] Patch to prevent a substr crash when matching with PCRE.
- [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
RSS Feed
(at alex-elliott.co.uk)
- [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