Alex Elliott
The internet home of a prospective software engineer
This is my personal blog where I discuss projects that I'm currently working on, work I've recently completed, or write about any topic which has caught my interest in the world of Computing from my studies or from my personal research.
A New Project
December 7th, 2009
I have recently been working on a new project under the working title of “Expression editor”, an application which allows for easy editing of Regular Expressions (regexps) in a similar way to KDE3.x’s KRegExpEditor. I used to love KRegExpEditor for the incredibly useful functionality it provided, and in particular the visualisation of the regular expression as you edited it. Being able to see graphically what the regexp was doing made dealing with long cryptic regexps much easier, and I felt it was a shame that it was not (as far as I know) ported to Qt4 and KDE SC 4.x.
Since I felt it was a very useful application and one that I felt deserved to be ported to Qt4, I have started my own replacement (I decided to replace it rather than port mostly as a learning experience) written from the ground up in Qt4. If it reaches a good level of stability I may consider porting it to be a KDE SC 4.x application, but for now I’m just focusing on building a working replacement. After working on this for two weeks (start date: 23rd November 2009) I’ve reached a state where things are starting to come together. If anyone’s interested the app is licensed under the GPLv3 and is available from GitHub. Any bugs or feature requests are welcome at the project’s Issues page. As of fairly recently it looks like this:
At the moment it includes some Oxygen icons, but due to the license on those they will be replaced before I release an actual stable version of the application.
Remember, if you do try it, it’s nowhere near stable yet – and a fair bit is yet to be implemented (like the drag and drop / GUI editing of expressions).
Leave a Reply
Search
Recent Articles
- Expression Editor Update (2)
- Expression Editor Update
- A New Project
- My Little FAQ For PHP Pitfalls
- Musings on Syntax Highlighting for Websites
My Projects
- Expression EditorGraphical Regular Expression Editing Tool
- My Pastebin – PasteSite.ComMy Easy Usable NoPaste/Pastebin Application
Blogroll
- Binary VisionThe Technology Musings of Ed Cradock
- Tim Davies sans vowelsThe Blog of Tim Davies
- WizedAdam McPeake’s Blog
Other Sites
- HideMyAss – Free Web ProxyHide My Ass! Free Proxy and Privacy Tools – Surf The Web Anonymously
- Iam-andy – Design PortfolioThe Design Portfolio of Andy Mallaby
- Zymic – Free Webhosting and MoreFree Web Hosting, Free Templates, Free Tutorials and more! Zymic Webmaster Resources
Archives
- January 2010 (1)
- December 2009 (2)
- November 2009 (1)
- February 2009 (1)
- January 2009 (1)
- December 2008 (1)
- November 2008 (5)
Categories
- arbutus (1)
- c++ (3)
- general (4)
- musing (1)
- php (5)
- polymer (4)
- zbot (3)
- projects (10)
- expressioneditor (3)
- qt (3)
- regular expressions (2)
- web (5)

