Results 1 to 6 of 6

Thread: QRegExp Debugger

  1. #1
    Join Date
    Oct 2007
    Posts
    1
    Thanked 2 Times in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default QRegExp Debugger

    I have written a small application to test and debug regular expressions for Qt applications. The program consist of one window where you can enter your regular expression in plain text or as an escaped c-string. Then type some content and the application shows the captured texts in a list. Click on a list item and the text is shown in right textedit.



    If you are a gentoo linux user, then use the ebuild to install the program via portage. Everyone else must build the application from source. Both archives .tar.gz and .zip contain the same files. Use qmake and make to build the application.

    Project files
    qregexp-0.2.tar.gz
    qregexp-0.2.zip
    qregexp-0.2.ebuild

  2. The following 2 users say thank you to ml81 for this useful post:

    elcuco (24th October 2008), Methedrine (25th October 2008)

  3. #2
    Join Date
    Jan 2006
    Posts
    368
    Thanks
    14
    Thanked 18 Times in 17 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QRegExp Debugger

    I just found this application, and I am pretty happy about it. Planning about new versions? updates?

  4. #3
    Join Date
    May 2006
    Location
    Germany
    Posts
    108
    Thanks
    2
    Thanked 14 Times in 12 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QRegExp Debugger

    Quote Originally Posted by elcuco View Post
    I just found this application, and I am pretty happy about it. Planning about new versions? updates?
    It's GPL'd and he linked to the source up there, nothing stops us from reviving this project if the original author discontinued it. Maybe we could compile a list of things we would like to see added / changed?
    "If you lie to the compiler, it will get its revenge." - Henry Spencer

  5. #4
    Join Date
    Jan 2006
    Posts
    368
    Thanks
    14
    Thanked 18 Times in 17 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QRegExp Debugger

    Maybe a sytnax highlighter for the regexp? Maybe just porting it to a single widget to easly add it to other applications?

  6. #5
    Join Date
    Aug 2008
    Location
    Ukraine, Krivoy Rog
    Posts
    1,963
    Thanked 370 Times in 336 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QRegExp Debugger

    looks like an application from Qt's examples QTDIR/examples/tools/regexp/

  7. #6
    Join Date
    Jan 2007
    Location
    Augsburg, Germany
    Posts
    75
    Thanks
    4
    Thanked 6 Times in 5 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: QRegExp Debugger

    I haven't tested your program but I also wanted to show another useful program.

    I'm using The Regex Coach for a long time now. It also supports syntax highlighting and tests the expression while you're typing.

    But maybe your program is a lot better

Similar Threads

  1. QRegExp Help
    By Ahmad in forum Qt Programming
    Replies: 2
    Last Post: 28th May 2007, 00:13
  2. QRegExp progblem
    By high_flyer in forum Qt Programming
    Replies: 1
    Last Post: 6th September 2006, 12:12
  3. QRegExp?
    By Marco812 in forum Qt Programming
    Replies: 3
    Last Post: 4th August 2006, 08:31
  4. need help for my QRegExp
    By patcito in forum Qt Programming
    Replies: 1
    Last Post: 27th May 2006, 16:29
  5. Trouble parsing using simple QRegExp
    By johnny_sparx in forum Qt Programming
    Replies: 4
    Last Post: 24th February 2006, 00:42

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.