Backwards text bug in editor? [message #48151] |
Wed, 05 March 2003 14:30  |
Eclipse User |
|
|
|
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 #591297 is a reply to message #48151] |
Wed, 05 March 2003 14:41  |
Eclipse User |
|
|
|
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
>
>
|
|
|
|
Powered by
FUDForum. Page generated in 0.08363 seconds