Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Eclipse

Eclipse

Scheduled Pinned Locked Moved The Lounge
47 Posts 29 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Lost User

    Wow - makes me appreciate VS2010 - and that's saying something!

    PooperPig - Coming Soon

    R Offline
    R Offline
    Ralph Little
    wrote on last edited by
    #38

    Lots of agreement here....apart from me. Don't get me wrong: the best debugger I have ever seen is Visual Studio's. But as an editor and general development environment I haven't seen anything better, and cool that it is cross platform. What I would say though is that one or two of the aspects that I use regularly (e.g. code reformat) have started to get a bit buggy). Also, I would say that, like Libre/OpenOffice, the configuration system can be a bit impenetrable. It's really hard to find things, especially if you don't know what they call it in Eclipse lingo. Only the other day, I was trying to add a system macro in a C++ project. All the addition buttons were greyed out. It took me ages to find that you have to add them to a "user-defined" plugin. From an architectural point of view, I can see why it is like that, but it just wasn't clear to me at the time. In summary, there is a steep learning curve, but I love it to bits. My particular preferred environment is Eclipse for project management, edit and general source exploration; for debug VS blows Eclipse into the wind at least on the Microsoft platform and for build I use a platform independent build framework in the console. It sounds convoluted, but I actually like it.

    1 Reply Last reply
    0
    • L Lost User

      Wow - makes me appreciate VS2010 - and that's saying something!

      PooperPig - Coming Soon

      M Offline
      M Offline
      MikeTheFid
      wrote on last edited by
      #39

      I feel your pain. I am feeling your pain. Oh! The pain! My current project is a BIRT reporting web app. I find eclipse a morass of perspectives and confusing tab configurations and unintuitivity <- just made that up in honor of this thread. There are times when gouging my eyes out with a fork would be a delightful diversion. I have a better experience using NetBeans but it isn't as ubiquitous. When creating desktop Java apps, using the window layout editor is comparable to the forms designer in VS. Not bad really. I equate the near-vertical learning curve with eclipse, to learning to develop Windows apps back in the day using VC++ 6. Took me a long time to get the feel and grok the contexts.

      Cheers, Mike Fidler "I intend to live forever - so far, so good." Steven Wright "I almost had a psychic girlfriend but she left me before we met." Also Steven Wright

      1 Reply Last reply
      0
      • L Lost User

        Wow - makes me appreciate VS2010 - and that's saying something!

        PooperPig - Coming Soon

        S Offline
        S Offline
        ssadler
        wrote on last edited by
        #40

        Gack. Unfortunately, I'm and embedded developer that works with TI DSPs. A few years ago, TI switch from a VC6 style IDE to Eclipse. I've never seen such a pig before. I've gotten to the point where after the base project is setup through Eclipse, I switch to using 'make' to do my builds and jEdit for my editing purposes. The only thing I then use Eclipse for is for the debugger. My employer has finally given me access to some of the Parasoft tools so I'll probably spend a little more time in Eclipse, if only for the static analysis tools. Eclipse problems and complaints: 1) Slow, slow, slow and slow. I can walk down to the kitchen, buy a soda and get back to my desk before Eclipse is done loading. 2) If I have a failure with an update, ~80% of the time Eclipse will no longer start. I'll end up having to reinstall the whole environment. (Don't know if this is an Eclipse problem or a TI problem) 3) Why the hell would I want to see every file in the source directory in my project tree. Let me specify the files that are in the project. I have more than just 3 complaints but over all, I like the old style IDE much better than the Eclipse version. The only obvious advantage to using Eclipse is that I could also be using it in linux.

        1 Reply Last reply
        0
        • L Lost User

          Wow - makes me appreciate VS2010 - and that's saying something!

          PooperPig - Coming Soon

          S Offline
          S Offline
          svella
          wrote on last edited by
          #41

          It might be just what you are used to - I prefer Eclipse to VS in many ways, but it takes a while to become comfortable with either, and switching back and forth is painful. That said, I much prefer IntelliJ IDEA to either of them.

          1 Reply Last reply
          0
          • B BobJanova

            Yeah Eclipse is really bad, always has been and still seems to be judging by my run in with the Android developer toolkit which is based on it. Its concept of 'workspace' is just bizarre and confuses me. I recommend IntelliJ's IDEA, I've used that in anger at work and it has a lot of really good stuff. It's where a lot of what is in Resharper comes from.

            U Offline
            U Offline
            User 3760773
            wrote on last edited by
            #42

            "Its concept of 'workspace' is just bizarre and confuses me." I can live with the weird project concept. What I don't understand is how so many people can be fanboys for an editor that doesn't even properly support "undo" It's mess, there is no way to know what will actually be undone (or what was actually undone for that matter.) Did you click on another part of the UI after that typing mistake? Don't worry we'll just use the global undo stack and undo your last refactoring instead of the typing error. Did that refactor include creating a new file (that you edited?) No problem we'll throw that away too...

            1 Reply Last reply
            0
            • L Lost User

              Wow - makes me appreciate VS2010 - and that's saying something!

              PooperPig - Coming Soon

              R Offline
              R Offline
              RafagaX
              wrote on last edited by
              #43

              Yeah, Eclipse it's a terrible IDE, i had to use it once and i swore i'll never do it again unless i really have too. If you're developing on Java NetBeans is far better.

              CEO at: - Rafaga Systems - Para Facturas - Modern Components for the moment...

              1 Reply Last reply
              0
              • L Lost User

                I think it seems to be one of those projects that's got too big for its boots. I think the new google IDE might be better - but it means you have to write in Java ! Rock and Hard Place

                PooperPig - Coming Soon

                O Offline
                O Offline
                obermd
                wrote on last edited by
                #44

                I dumped eclipse and switched to the new Android Studio. Far more productive even as a beta product.

                L 1 Reply Last reply
                0
                • L Lost User

                  Why do you say it's not allowed - I haven't noticed anything about that?

                  PooperPig - Coming Soon

                  O Offline
                  O Offline
                  Oleg A Lukin
                  wrote on last edited by
                  #45

                  As far as I see in contest description:

                  Quote:

                  Article 2 - Setting Up Your Android Development Environment Comparison of the new Android Studio vs. Eclipse IDEs

                  I thought that assumes using of the above IDEs

                  Banking establishments are more dangerous than standing armies. T.Jefferson

                  L 1 Reply Last reply
                  0
                  • O Oleg A Lukin

                    As far as I see in contest description:

                    Quote:

                    Article 2 - Setting Up Your Android Development Environment Comparison of the new Android Studio vs. Eclipse IDEs

                    I thought that assumes using of the above IDEs

                    Banking establishments are more dangerous than standing armies. T.Jefferson

                    L Offline
                    L Offline
                    Lost User
                    wrote on last edited by
                    #46

                    I think those are guidelines as opposed to rules

                    PooperPig - Coming Soon

                    1 Reply Last reply
                    0
                    • O obermd

                      I dumped eclipse and switched to the new Android Studio. Far more productive even as a beta product.

                      L Offline
                      L Offline
                      Lost User
                      wrote on last edited by
                      #47

                      But unfortunately for Java and not C++ :(

                      PooperPig - Coming Soon

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups