Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » Backwards text bug in editor?
Backwards text bug in editor? [message #48151] Wed, 05 March 2003 19:30 Go to next message
Eclipse UserFriend
Originally posted by: no.junk.eric.fenderbosch.fedex.com

I'm new to Eclipse and I'm seeing some very strange behavior in the editor.
All text I type in the window displays backwards. For example, if I try to
create a class like this:
---===---
public class Blah {
int blahblah;

public Blah() {
blahblah = 1;
}
}
---===---

It displays like this:

---===---
public class Blah {
}}
;1 = halbhalb
{)(halB cilbup

;halbhalb tni
---===---
Here's a mini-screen shot: http://fender.net/images/eclipse.png

I've tried 1.3.1 and 1.4.1 as my JVM.

Sorry if this is the wrong forum. I couldn't find a FAQ, either.

Thanks,

Eric
Re: Backwards text bug in editor? [message #48175 is a reply to message #48151] Wed, 05 March 2003 19:41 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: no.junk.eric.fenderbosch.fedex.com

I'm on Win2K, BTW.

And this is interesting. If I save the file and view with notepad or
another editor, the file is still messed up. So it isn't just a matter of
displaying it incorrectly, the text is actually being stored like that.

"Eric F" <no.junk.eric.fenderbosch@fedex.com> wrote in message
news:b45jhj$adu$1@rogue.oti.com...
> I'm new to Eclipse and I'm seeing some very strange behavior in the
editor.
> All text I type in the window displays backwards. For example, if I try
to
> create a class like this:
> ---===---
> public class Blah {
> int blahblah;
>
> public Blah() {
> blahblah = 1;
> }
> }
> ---===---
>
> It displays like this:
>
> ---===---
> public class Blah {
> }}
> ;1 = halbhalb
> {)(halB cilbup
>
> ;halbhalb tni
> ---===---
> Here's a mini-screen shot: http://fender.net/images/eclipse.png
>
> I've tried 1.3.1 and 1.4.1 as my JVM.
>
> Sorry if this is the wrong forum. I couldn't find a FAQ, either.
>
> Thanks,
>
> Eric
>
>
Re: Backwards text bug in editor? [message #48197 is a reply to message #48151] Wed, 05 March 2003 19:58 Go to previous message
Eclipse UserFriend
Originally posted by: no.junk.eric.fenderbosch.fedex.com

Nevermind. I thought I had updated to the latest version, but apparently I
was on an old binary. 2.0.2 seems to be fine.

Thanks.
Re: Backwards text bug in editor? [message #591297 is a reply to message #48151] Wed, 05 March 2003 19:41 Go to previous message
Eclipse UserFriend
Originally posted by: no.junk.eric.fenderbosch.fedex.com

I'm on Win2K, BTW.

And this is interesting. If I save the file and view with notepad or
another editor, the file is still messed up. So it isn't just a matter of
displaying it incorrectly, the text is actually being stored like that.

"Eric F" <no.junk.eric.fenderbosch@fedex.com> wrote in message
news:b45jhj$adu$1@rogue.oti.com...
> I'm new to Eclipse and I'm seeing some very strange behavior in the
editor.
> All text I type in the window displays backwards. For example, if I try
to
> create a class like this:
> ---===---
> public class Blah {
> int blahblah;
>
> public Blah() {
> blahblah = 1;
> }
> }
> ---===---
>
> It displays like this:
>
> ---===---
> public class Blah {
> }}
> ;1 = halbhalb
> {)(halB cilbup
>
> ;halbhalb tni
> ---===---
> Here's a mini-screen shot: http://fender.net/images/eclipse.png
>
> I've tried 1.3.1 and 1.4.1 as my JVM.
>
> Sorry if this is the wrong forum. I couldn't find a FAQ, either.
>
> Thanks,
>
> Eric
>
>
Re: Backwards text bug in editor? [message #591304 is a reply to message #48151] Wed, 05 March 2003 19:58 Go to previous message
Eclipse UserFriend
Originally posted by: no.junk.eric.fenderbosch.fedex.com

Nevermind. I thought I had updated to the latest version, but apparently I
was on an old binary. 2.0.2 seems to be fine.

Thanks.
Previous Topic:How to make CVS browser not to show empty directories?
Next Topic:swt and freebsd
Goto Forum:
  


Current Time: Fri Apr 26 10:21:51 GMT 2024

Powered by FUDForum. Page generated in 0.04082 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top