Page 1 of 2 12 LastLast
Results 1 to 20 of 23

Thread: IDE for Linux

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

    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
    Thanks
    3
    Thanked 21 Times in 21 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    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
    Thanks
    46
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    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
    Thanks
    8
    Thanked 127 Times in 121 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    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
    Thanks
    9
    Thanked 29 Times in 29 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    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
    Thanks
    46
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    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
    Thanks
    9
    Thanked 29 Times in 29 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    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
    Thanks
    3
    Thanked 21 Times in 21 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    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
    Thanks
    46
    Thanked 3 Times in 3 Posts
    Qt products
    Qt4
    Platforms
    Windows

    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
    Thanks
    3
    Thanked 21 Times in 21 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    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
    Thanks
    21
    Thanked 2 Times in 2 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    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

  12. #12
    Join Date
    May 2007
    Posts
    5
    Thanked 2 Times in 2 Posts
    Qt products
    Qt3 Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: IDE for Linux

    KDevelop or Eclipse are two of my favorite IDEs on linux, however I prefer KDevelop over Eclipse.

  13. #13
    Join Date
    Jul 2007
    Posts
    26
    Thanks
    1
    Thanked 1 Time in 1 Post
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows

    Default Re: IDE for Linux

    Most of it I use KDevelop. Kind of got used to it.

  14. #14
    Join Date
    Apr 2007
    Posts
    76
    Thanks
    6
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: IDE for Linux

    I'm using Vim and QDesigner.

  15. #15
    Join Date
    Sep 2006
    Location
    Belgrade
    Posts
    28
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: IDE for Linux

    Vim with QDesigner mostly.

    At the moment I'm testing Eclipse with QT plugin and I can say that I'm very pleased at the moment.
    While you were hanging yourself on someone else's words
    Dying to believe in what you heard
    I was staring straight into the shining sun

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

    Default Re: IDE for Linux

    I should seriously try Eclipse now

  17. #17
    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: IDE for Linux

    Quote Originally Posted by guilugi View Post
    I should seriously try Eclipse now
    Eclipse is SLOOOOOOOOOOW and memory consumming, as all big Java-based applications are... I tried using it monthes ago and I soon removed it from my computer : it's such a waste of space when you don't have a brand new high end hardware...
    Current Qt projects : QCodeEdit, RotiDeCode

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

    Default Re: IDE for Linux

    Well, I'd like to see how it works...I'm pretty sure I won't keep it though ;-)

    I remember of JEdit, I used to develop with it, long time ago lol, it was a damn good one..
    But yeah, I don't like Java's heavy machineries...

  19. #19
    Join Date
    Aug 2006
    Location
    Bangalore,India
    Posts
    419
    Thanks
    37
    Thanked 53 Times in 40 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: IDE for Linux

    any EMACSeans there ??
    Though i am not an expert in emacs i am finding it good and looks like i can master some of cool commands in upcoming vacation for me.
    The biggest difference between time and space is that you can't reuse time.
    -- Merrick Furst

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

    Default Re: IDE for Linux

    Yeees, I have worked with Emacs a lot, ultra powerful :-D
    But nowadays, I still prefer Vim.

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.