Results 1 to 20 of 216

Thread: QCodeEdit

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Join Date
    Jan 2006
    Location
    travelling
    Posts
    1,116
    Thanks
    8
    Thanked 127 Times in 121 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QCodeEdit

    Quote Originally Posted by Methedrine View Post
    I just checked - you missed line 331 in qdocument_p.h :-)

    Also, I just spotted a problem when compiling on mac.

    qeditor.cpp:1262 - you are using an undefined variable there.
    Fixed both.

    Quote Originally Posted by Methedrine View Post
    I mean using a custom syntax engine. Already noticed that it would not be easily doable :-)
    1. Why don't you want to use the default syntax engine? Wouldn't it be simpler and better to extend it rather than creating another one from scratch ?
    2. What exactly do you expect it to do and how much would its internal structure differ from the one of the default syntax engine?
    Answers to these would probably help me to change the syntax engine interface to make room for more than one without changing the existing one...
    Last edited by fullmetalcoder; 8th December 2007 at 20:35.
    Current Qt projects : QCodeEdit, RotiDeCode

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
  •  
Qt is a trademark of The Qt Company.