Page 106 of 106 FirstFirst ... 65696104105106
Results 1,051 to 1,059 of 1059

Thread: What's your Favorite IDE?

  1. #1051
    Join Date
    Aug 2013
    Location
    Alabama
    Beans
    12
    Distro
    Ubuntu

    Re: What's your Favorite IDE?

    I really like gEdit and Code::Blocks for C++ and Python and Eclipse for Java. I also have a soft spot for VIM and Kate. I have been using Windows a little bit and there I use Notepad++ and Visual Studio.

  2. #1052

    Re: What's your Favorite IDE?

    "$DISPLAY" of course.
    Windows assumes the user is an idiot.
    Linux demands proof.

  3. #1053
    Join Date
    Jul 2011
    Location
    /Europe/Netherlands
    Beans
    378
    Distro
    Kubuntu 22.04 Jammy Jellyfish

    Re: What's your Favorite IDE?

    For Java it's... surprise... Eclipse. For Python, JavaScript and Freebasic I usually use Kate. If my Python development ever gets more serious I might try the Python plugin for Eclipse again.
    Last edited by Erik1984; February 15th, 2014 at 05:35 PM.

  4. #1054
    Join Date
    Feb 2014
    Beans
    17

    Re: What's your Favorite IDE?

    Kate is my favourite editor. Used to be a gedit guy, but now I find kate better. Would like to be able to view different files in tabs, instead of seeing it on the left side.

  5. #1055
    Join Date
    Feb 2014
    Beans
    8

    Re: What's your Favorite IDE?

    My favorite is atm Geany. Sublime Text is also amazing though.

  6. #1056
    Join Date
    Jul 2014
    Beans
    3

    Re: What's your Favorite IDE?

    I like Bluefish for HTML PHP CSS and Geany for quick editing

  7. #1057
    Join Date
    Apr 2011
    Location
    Texas
    Beans
    75
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: What's your Favorite IDE?

    I started out with geany when I first learned how to program years ago, so I tend to stick with that for almost everything.

    I do switch to ecplise when I'm using Java however. I really like how integrated everything is, and I especially use it when I just want to make a quick jar file without firing up a terminal.

    I want to get into qt-creator for my c and c++ projects. However I'm trying to learn how to use the various debugging software before I begin using it.

  8. #1058
    Join Date
    Feb 2012
    Beans
    64

    Re: What's your Favorite IDE?

    Guess it depends..
    C++ - It's really been changing a lot for me.. generally I use QT Creator because it can parse CMakeLists, but usually just as a text editor. I make/debug/etc in a terminal on the other monitor.
    On Windows, usually Visual Studio. And XCode on OSX, although I rarely use it (Mostly just to see if I can compile something under OSX real quick).

    HTML/CSS/JavaScript - Mostly have only done this for school, but I've really grown to like Adobe Brackets.. Simple interface, runs under all major platforms.

    C#/.Net - *Really* like MonoDevelop, although now I don't know what's going to happen to it with Xamarin and all, seeing as they don't seem to support Linux at this point. (Have seen PPAs of compiled modern versions of Monodevelop/XamarinStudio, just haven't really tried them)

  9. #1059
    Join Date
    Jul 2014
    Beans
    25

    Re: What's your Favorite IDE?

    Mine are...

    on Windows
    Java: TextPad
    C++: Visual Studio

    on Unix-based systems
    Java: Vi
    C++: Vi

Page 106 of 106 FirstFirst ... 65696104105106

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
  •