MacOSX, Java DP102 fixes keymap issues? (re: tracker ID 10911)

OS X users with appropriate access from Apple can download Java 141 DP 102. It seems to fix the keymapping problems with German, Dvorak, and other keymappings.

Well, mostly fix -- I still can't get CMD-/ on my Dvorak keyboard to register as CMD-/, instead it's the un-mapped CMD-}

Things are much better, though!

0
4 comments

In article <27739644.1056487945825.JavaMail.itn@is.intellij.net>,
Dylan McNamee <no_mail@jetbrains.com> wrote:

OS X users with appropriate access from Apple can download Java 141 DP 102.
It seems to fix the keymapping problems with German, Dvorak, and other
keymappings.

Well, mostly fix -- I still can't get CMD-/ on my Dvorak keyboard to register
as CMD-/, instead it's the un-mapped CMD-}

Things are much better, though!


Do all the menus and labels display correctly? There was a posting on
the Java-Dev list at Apple saying

On Wednesday, June 25, 2003, at 10:19 am, Basil Bourque wrote:

-| The Bad News |---------
In IntelliJ 3.0.4, all text in the GUI (menu items, dialog labels, the items
listed in the tree's to the left-hand side of the code-editing screen, have
all turned to gibberish. Everything such as menu items still work, but you
cannot read any text. All the text has been replaced with zeroes (or perhaps
it is the no such character symbol 'box') and an occasional F. My ".java"
file's text appears properly in the editing window.


I didn't want to install the DP untill I'm sure it won't break my copy
of Idea.

Matt

--
Matt Shields
Email: matt_shields@mac.com
Power Mac G4 933, 1024Mb, Mac OS X 10.2.6
iBook G3 500 Dual USB, 384Mb, Mac OS X 10.2.6
iMac G4 800, 512Mb, Mac OS X 10.2.6

0

Careful the DP has other issues too, like it simply won't work with 8xx
builds, crashes, and has some other focusing issues with 3.0.x series. Just
know that it's not even beta, and while it looks like it's going into
Panther, Panther itself is not quite there yet either. They seem to be
making some nice progress though.

R
"Matthew Shields" <matt_shields@mac.com> wrote in message
news:matt_shields-C745C1.11232625062003@news.intellij.net...

In article <27739644.1056487945825.JavaMail.itn@is.intellij.net>,
Dylan McNamee <no_mail@jetbrains.com> wrote:

>

OS X users with appropriate access from Apple can download Java 141 DP

102.

It seems to fix the keymapping problems with German, Dvorak, and other
keymappings.

>

Well, mostly fix -- I still can't get CMD-/ on my Dvorak keyboard to

register

as CMD-/, instead it's the un-mapped CMD-}

>

Things are much better, though!

>

Do all the menus and labels display correctly? There was a posting on
the Java-Dev list at Apple saying

>

On Wednesday, June 25, 2003, at 10:19 am, Basil Bourque wrote:

>

-| The Bad News |---------
In IntelliJ 3.0.4, all text in the GUI (menu items, dialog labels, the

items

listed in the tree's to the left-hand side of the code-editing screen,

have

all turned to gibberish. Everything such as menu items still work, but

you

cannot read any text. All the text has been replaced with zeroes (or

perhaps

it is the no such character symbol 'box') and an occasional F. My

".java"

file's text appears properly in the editing window.

>

I didn't want to install the DP untill I'm sure it won't break my copy
of Idea.

>

Matt

>

--
Matt Shields
Email: matt_shields@mac.com
Power Mac G4 933, 1024Mb, Mac OS X 10.2.6
iBook G3 500 Dual USB, 384Mb, Mac OS X 10.2.6
iMac G4 800, 512Mb, Mac OS X 10.2.6



0

Boy, I guess I should have read Apple's lists before installing this DP.

On the other hand, I've used DP102 with IDEA 833 for two days now, without any problems cited above. Weird. I wonder why they aren't affecting me?

0

To get rid of the gibberish, edit your .IntelliJIdea/config/options/ui.lnf.xml so that the FONT_FACE is something like "dialog" or "ArialMT". My installation was initially displaying this behavior. I simply renamed my .IntelliJIdea directory, restarted IDEA and everything was fine. I then changed the FONT_FACE to "ArialMT". You may have the same problems printing also -- change the FONT_FACE in the .IntelliJIdea/config/options/print.xml to fix. I noticed that some fonts work, others do not. I haven't taken time to figure out why. Other than that, I have had no problems.

0

Please sign in to leave a comment.