The Artima Developer Community
Sponsored Link

Java Buzz Forum
Again in the eclipse hell

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Marc Logemann

Posts: 594
Nickname: loge
Registered: Sep, 2002

Marc Logemann is founder of www.logentis.de a Java consultancy
Again in the eclipse hell Posted: Jul 14, 2006 5:51 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Marc Logemann.
Original Post: Again in the eclipse hell
Feed Title: Logemann Blog
Feed URL: http://www.logemann.org/blojsom/blog/default/?flavor=rss2
Feed Description: Marc's thoughts on Java and more
Latest Java Buzz Posts
Latest Java Buzz Posts by Marc Logemann
Latest Posts From Logemann Blog

Advertisement

From time to time i have to use Eclipse or the IBM commercial counterparts of eclipse because of customer needs or because of onsite projects. Nothing new so far and i thought i have ranted enough about that software but today i just discovered one more really weird thing. This is most likely the basic stuff you can expect from any kind of editor on this planet.

Lets say you write some lines like this:

     // this is a comment
             System.out.println("foo");
             System.out.println("foo");

Now you think: "Damn, this comment line should be aligned to the other lines". There is the auto-format hotkey and there is the manual way. So when using the manual way, i go somewhere on this line (most likely its in the middle or something) and hit "POS1" key. What do you think, where does the user wants the cursor to be? I think the user wants the cursor in front of the slashes, but not so in Eclipse 3.0 (or what is behind Rational Web Developer 6), this soft places the cursor after the slashes. No way of quick tabbing for the correct alignment.

I know, its only a minor issue but it shows once again how bad this editor is. I dont speak of the IDE in general but the editor is crap. I could count some more of those "little gripes" i have with it, but hey, we are in the soccer world-cup semi-final. I am willing to ignore all of these nasty issues during the world-cup championship. So lets destroy Italy instead of programming software. hrhr.

Read: Again in the eclipse hell

Topic: Flickr: 070606_20111.jpg Previous Topic   Next Topic Topic: In Defence of Google Web Search

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use