Hello,

You gonna think I'm a bit annoying with comments, but there stil has
problems.

- CTRL-/ seems to work correctly now,
- CTRL-SHIFT-/ has the following problem : if we selecte a whole line, it
works both in JSP and classes, but it doesnt work if I select just a part of
the line, so I cannot block-comment a part because I get an "internal error
occured" :o(

In order to reproduce that, just select a part of a line, for instance the
part between squared brackets, and hit CTRL-SHIFT-/:

    System.[out].println("hello world!");

On another point, I'm French, and thus, I'm using a French keyboard. There
are some issues with the different keymaps.
Prior to #633, I could use CTRL-/ and CTRL-SHIFT-/ for commenting, but on a
French keyboard, when caps lock is not activated the key "/" is ":". So in
#633, I've had to add CTRL-: and CTRL-SHIFT-: in my keymap. But of course, I
can use / from the num pad.
In the same vein, I also noticed that I could not use CTRL-( because on a
French keyboard ( is the same key as 5. But CTRL-5 is for indexed bookmarks
!
Of course, I can reassign certain keys, but keep in mind when assigning
shortcuts, that their might be some differences between countries,
keyboards, etc...

Here is the stacktrace fo the error with CTRL-SHIFT-/ :

2002-07-04 10:42:27,765 [1367875]  ERROR -       com.intellij.command.a.b -
2002-07-04 10:42:27,765 [1367875]  ERROR -       com.intellij.command.a.b -
IntelliJ IDEA (Ariadna) 3.0  Build #633
2002-07-04 10:42:27,765 [1367875]  ERROR -       com.intellij.command.a.b -
JDK: 1.4.0_01
2002-07-04 10:42:27,765 [1367875]  ERROR -       com.intellij.command.a.b -
VM: Java HotSpot(TM) Client VM
2002-07-04 10:42:27,765 [1367875]  ERROR -       com.intellij.command.a.b -
Vendor: Sun Microsystems Inc.
2002-07-04 10:42:27,765 [1367875]  ERROR -       com.intellij.command.a.b -
OS: Windows 2000
2002-07-04 10:42:27,765 [1367875]  ERROR -       com.intellij.command.a.b -
java.lang.NullPointerException
 at com.intellij.codeInsight.h.e.a(e.java:25)
 at com.intellij.codeInsight.d.b.run(b.java:1)
 at com.intellij.openapi.application.a.d.runWriteAction(d.java:0)
 at com.intellij.codeInsight.d.a.run(a.java:6)
 at com.intellij.command.a.b.a(b.java:19)
 at com.intellij.codeInsight.d.r.a(r.java:20)
 at com.intellij.codeInsight.d.r.actionPerformed(r.java:33)
 at com.intellij.openapi.a.c.e.run(e.java:2)
 at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
 at java.awt.EventQueue.dispatchEvent(EventQueue.java:443)
 at com.intellij.ide.r.a(r.java:6)
 at com.intellij.ide.r.dispatchEvent(r.java:7)
 at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.ja
va:191)
 at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java
:144)
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
 at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
 at java.awt.EventDispatchThread.run(EventDispatchThread.java:98)


Guillaume


_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to