This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 26344 - Missing keys with 3.4RC1 on MacOS X
Summary: Missing keys with 3.4RC1 on MacOS X
Status: VERIFIED DUPLICATE of bug 11477
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: Macintosh Mac OS X
: P1 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-07 15:11 UTC by Yann Secq
Modified: 2007-11-05 13:44 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yann Secq 2002-08-07 15:11:55 UTC
The same problems that occurs with version 3.3.2 :
it is 
impossible to generate the '{' '}' and '[' ']'
characters.
Noprmally, using alt-( alt-) and alt-shift-(
alt-shift-) it 
should work. This bug was fix in version > 3.3.2
so I don't 
understand why it reappears in 3.4RC1.
Anyway, this bug leave netbeans unusable under OS
X (really hard to code without curly braces ;)
Comment 1 David Simonek 2002-08-07 15:27:25 UTC
editor guys and Tomas, can you look at it? Petr Nejedly told me we had
similar problems in past, as jdk tries to interpret Alt keys itself.
Comment 2 Marian Mirilovic 2002-08-07 15:54:16 UTC
It seems like it's duplicate of issue 11477, there is described what
happends. 

Tomas, should your patch works with NB 3.4 ?
Comment 3 Tomas Hurka 2002-08-07 16:13:36 UTC
Yes, this is the same as issue #11477 and yes, the patch attached to
issue #11477 works with NB 3.4 RC1

*** This issue has been marked as a duplicate of 11477 ***
Comment 4 Yann Secq 2002-08-07 16:22:39 UTC
Ok, the patch works fine. Sorry, I should have read the full page.
BTW, if we could add in the MacOs X HOW-TO a little page that
reproduce the part of the thread with a direct link to the patch and
the small text on how to apply it, perhaps average users (like me :)
will not miss this really important point ?
Thank you all for your help.
Comment 5 Yann Secq 2003-07-08 14:32:34 UTC
I have installed Netbeans 3.5 and these problems are now solved (using
standard mac typing, ie. <alt>+'(' => { and <alt>+<shift>+')' -> [ :)

Thanks !