Hello guys,
There are still some problem with block comments in JSP, the same since #632 I believe. See a previous post, but I'll summarize it somehow again now: - CTRL-/ works perfectly, that's cool... but : - CTRL-SHIFT-/ puts /* */ comments in the HTML part of a JSP, instead of HTML comments - CTRL-SHIFT-/ just works in the java code part of a JSP when a whole line is selected, not when a sub-portion of a line is selected, or just the instruction. Then I get an "Internal error occured", and here is the stack trace 2002-07-09 10:11:45,781 [1704203] ERROR - com.intellij.command.b.b - 2002-07-09 10:11:45,781 [1704203] ERROR - com.intellij.command.b.b - IntelliJ IDEA (Ariadna) 3.0 Build #634 2002-07-09 10:11:45,781 [1704203] ERROR - com.intellij.command.b.b - JDK: 1.4.0_01 2002-07-09 10:11:45,781 [1704203] ERROR - com.intellij.command.b.b - VM: Java HotSpot(TM) Client VM 2002-07-09 10:11:45,781 [1704203] ERROR - com.intellij.command.b.b - Vendor: Sun Microsystems Inc. 2002-07-09 10:11:45,796 [1704218] ERROR - com.intellij.command.b.b - OS: Windows 2000 2002-07-09 10:11:45,796 [1704218] ERROR - com.intellij.command.b.b - java.lang.NullPointerException at com.intellij.codeInsight.m.e.a(e.java:20) at com.intellij.codeInsight.h.b.run(b.java) at com.intellij.openapi.application.a.d.runWriteAction(d.java:93) at com.intellij.codeInsight.h.a.run(a.java:3) at com.intellij.command.b.b.a(b.java:58) at com.intellij.codeInsight.h.r.a(r.java:1) at com.intellij.codeInsight.h.r.actionPerformed(r.java:41) at com.intellij.openapi.a.c.e.run(e.java:4) 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:18) at com.intellij.ide.r.dispatchEvent(r.java:12) 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
