Results 1 to 20 of 23

Thread: IDE for Linux

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2007
    Posts
    301
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    46
    Thanked 3 Times in 3 Posts

    Default IDE for Linux

    Hi,

    I have GNOME on my linux box, can I use KDevelop to develop Qt applications on this?

    Regards,
    Steve

  2. #2
    Join Date
    Jan 2006
    Location
    Paris, France
    Posts
    227
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    3
    Thanked 21 Times in 21 Posts

    Default Re: IDE for Linux

    Sure you can, but it will install you numerous KDE Libs you wouldn't find that useful ;-)

    A lighter solution might be QDevelop, it's becoming very good !

  3. #3
    Join Date
    May 2007
    Posts
    301
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    46
    Thanked 3 Times in 3 Posts

    Default Re: IDE for Linux

    Thanks,

    I've taken a look at QDevelop and it looks great.

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

    Default Re: IDE for Linux

    FYI there are several other similar IDE availables :
    All these are written in c++/Qt4 and primarily targeted for this environment but they differ in the feature list (with/without) debugging, completion, designer integration, ... Some may think there is a waste of time and energy in leading so many concurrent projects (it might be true) but history led to this situation and this allow sane concurrence and wider choice for users who are not forced to use one because it's the only available but can choose the one they like most
    Current Qt projects : QCodeEdit, RotiDeCode

  5. #5
    Join Date
    Mar 2006
    Location
    The Netherlands
    Posts
    300
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11
    Thanks
    9
    Thanked 29 Times in 29 Posts

    Default Re: IDE for Linux

    Nicely done, fmc. Very subtle. ;-)
    "The strength of a civilization is not measured by its ability to wage wars, but rather by its ability to prevent them." - Gene Roddenberry

  6. #6
    Join Date
    May 2007
    Posts
    301
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    46
    Thanked 3 Times in 3 Posts

    Default Re: IDE for Linux

    Thanks for the info

    Just had a look at Monkey studio, looks nice.

    What are other people using to develop on linux? There seems so many IDE's, I just want to go with the majority.

    Regards,
    Steve

  7. #7
    Join Date
    Mar 2006
    Location
    The Netherlands
    Posts
    300
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11
    Thanks
    9
    Thanked 29 Times in 29 Posts

    Default Re: IDE for Linux

    I don't like IDE's myself. I want to feel like I have total control over my own code. That means: Kate + Konsole.

    I don't suppose that's very helpful to you.
    "The strength of a civilization is not measured by its ability to wage wars, but rather by its ability to prevent them." - Gene Roddenberry

  8. #8
    Join Date
    Jan 2006
    Location
    Paris, France
    Posts
    227
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    3
    Thanked 21 Times in 21 Posts

    Default Re: IDE for Linux

    Yep, I don't like IDEs a lot, too...

    My vote goes to GVim ;-)

    On Windows, I don't like GVim a lot, so I use QDevelop

  9. #9
    Join Date
    May 2007
    Posts
    301
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    46
    Thanked 3 Times in 3 Posts

    Default Re: IDE for Linux

    Maybe I should use vi

    I kinda use to using nice IDE's having come from windows background ( visual studio, .Net ).

    Surely some IDE's help you get the job done quicker?

  10. #10
    Join Date
    Jan 2006
    Location
    Paris, France
    Posts
    227
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    3
    Thanked 21 Times in 21 Posts

    Default Re: IDE for Linux

    Quote Originally Posted by steg90 View Post
    Maybe I should use vi

    I kinda use to using nice IDE's having come from windows background ( visual studio, .Net ).

    Surely some IDE's help you get the job done quicker?
    Sure, for a long time I've ben using KDevelop, and it was really cool to design Qt-based applications (at this time, Qt3 only)...

    Then I switched to Vim, because I started being tired of huge IDEs, now I love simplicity of Vim...
    And it's not really complicated to manage Qt apps "by hand" (thanks qmake ;-)

  11. #11
    Join Date
    Jan 2006
    Posts
    105
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    21
    Thanked 2 Times in 2 Posts

    Default Re: IDE for Linux

    i use kdevelop. code-completion is a very usefull feature - and works perfect in kdevelop.
    also the class-wizad is quite helpful sometimes...
    the qmake-manager i don't really use - most times i edit the pro file by hand

    niko

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.