CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Apr 2011
    Posts
    5

    What are you using to write your code?

    What are you using to write your code?

    Just thought it'd be cool to get an idea of what the members here are using for editors/IDEs. Have fun!

    As requested, this is a growing list of the aforementioned tools for you to compare and examine.

    * Wordpad from Wikipedia
    * Notepad from Wikipedia
    * Emacs
    * Gedit
    * jGrasp
    * Visual J#
    * Netbeans
    * IntelliJIDEA
    * Eclipse
    * JBuilder
    * BlueJ
    * DrJava
    * Adobe Dreamweaver
    * BBBEdit
    * JIPE
    * GEL
    * Vi/Vim
    * JCreator
    * TextPad

  2. #2
    Join Date
    Mar 2010
    Posts
    16

    Re: What are you using to write your code?

    Copied from http://www.java-forums.org/new-java/...your-code.html and spammed all over the net.

    db

  3. #3
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: What are you using to write your code?

    Thanks for the warning.
    Posting code? Use code tags like this: [code]...Your code here...[/code]
    Click here for examples of Java Code

  4. #4
    Join Date
    Feb 2008
    Posts
    966

    Re: What are you using to write your code?

    But I don't see my editor on there! I go to the command line in Windows and type c:\edit Foo.java.

  5. #5
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: What are you using to write your code?

    That's very progressive of you, I'm still using edlin
    Posting code? Use code tags like this: [code]...Your code here...[/code]
    Click here for examples of Java Code

  6. #6
    Join Date
    Jun 2011
    Posts
    5

    Re: What are you using to write your code?

    Using IDE net beans.It is very useful or beginners because it is giving suggestions while typing.

  7. #7
    Join Date
    Jul 2011
    Posts
    2

    Re: What are you using to write your code?

    Helo guys.

    I have been programming for a few years now and prefer Netbeans IDE for all Java projects, whether it's small or large. According to me it's a lot easier to use than eclipse and it's also more flexible. It's got a wide range of plugins that's quite handy like the plugin for iReport or the UML creator that you can download.

    If you guys want something more basic, the jGrasp editor is also a very nice, free and opensource editor. It's like 5Mb to download and can be used for Java, C++ etc. The only thing of jGrasp is that it has got no graphical interface desighner.

    Hope this helps!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured