Results 1 to 9 of 9

Thread: Develop C++ IDE

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2010
    Location
    Romania
    Posts
    1,021
    Thanks
    62
    Thanked 260 Times in 246 Posts
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Develop C++ IDE

    Or maybe you can get inspiration from Qt Creator, since it's open source, here is a link to Qt Creator 2.1 source

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Develop C++ IDE

    Or you can drop your project and instead extend QtCreator. Many people would benefit from that.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Develop C++ IDE

    What you need to ask yourself is "Does anyone want yet another C++ editor?". There are lots of editors already out there, why do want to put the time and effort into something that has already been done multiple times?

    For example, Qt Creator does what you want and is free.
    Netbeans does what you want and is free, cross platform, and multi language.
    CodeLite does what you want and is free.
    Visual Studio Express does what you want and is free.
    etc...

    If you want specific features that other editors don't have, then implement them via plugins. No need to write yet another editor from scratch.

  4. #4
    Join Date
    Sep 2009
    Location
    Wroclaw, Poland
    Posts
    1,394
    Thanked 342 Times in 324 Posts
    Qt products
    Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Develop C++ IDE

    why do want to put the time and effort into something that has already been done multiple times?
    I second that. Writing yet another text/code editor makes very little sense.
    But if you simply enjoy doing it and/or you feel that you can learn a lot, then just do it.
    What you need to ask yourself is "Does anyone want yet another C++ editor?"
    Correct. And continue with your project if the answer is "Yes, I want it".

Similar Threads

  1. Video Conference Develop
    By Ricardo_arg in forum Qt Programming
    Replies: 4
    Last Post: 9th January 2014, 21:35
  2. How to develop Dll in Qt ?
    By semaphore in forum General Discussion
    Replies: 5
    Last Post: 13th August 2010, 15:00
  3. How to develop on window and deploy on mac.
    By Tarun in forum Installation and Deployment
    Replies: 3
    Last Post: 14th January 2010, 13:53
  4. develop a tree.
    By tkms in forum Qt Programming
    Replies: 1
    Last Post: 8th January 2009, 04:18
  5. Should I develop my own model and view?
    By dandanch in forum Qt Programming
    Replies: 1
    Last Post: 20th November 2006, 06:09

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.