| Summary: | [exceptions] intentionally not implemented pop up when block editing JavaScript in HTML | ||
|---|---|---|---|
| Product: | [WebTools] JSDT | Reporter: | Philippe Marschall <philippe.marschall> |
| Component: | Web | Assignee: | Project Inbox <jsdt.web-inbox> |
| Status: | NEW --- | QA Contact: | Chris Jaun <cmjaun> |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.3 | ||
| Target Milestone: | Future | ||
| Hardware: | Macintosh | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
This is with a Mylyn task activated. And which build? We haven't shipped 3.3 itself, yet. Eclipse Java EE Developer Tools Version: 3.3.0.v201008062100-7b7IHsyFSK2WCyUz0B1kvyUYCPoM Build id: 20110106042422 JavaScript Development Tools Version: 1.3.0.v201101270151-7F78FUHFBBoPbSV-jGYxuY Build id: 20110127064115 Maybe a milestone earlier but I think this were the versions. (In reply to comment #1) > This is with a Mylyn task activated. Does it happen without a Mylyn Task? No, so far I have only had it with an active Mylyn task. |
What steps will reproduce the problem? 1. Create an HTML file with JavaScript in the <head> 2. Create a function function f() { var x = 1; var y= 2; } 3. Put the cursor after x 4. switch to block mode 5. to a line down so the cursor is after x and after y 6. type something 7. an error pop up -- Error Details -- Date: Sun Feb 06 10:14:41 CET 2011 Message: An internal error occurred during: "JavaScript translation for : /titrakk-service-remoting/src/main/webapp/index.html". Severity: Error Product: Eclipse SDK 3.7.0.v201101272034 (org.eclipse.sdk.ide) Plugin: org.eclipse.core.jobs Session Data: eclipse.buildId=I20110127-2034 java.version=1.6.0_22 java.vendor=Apple Inc. BootLoader constants: OS=macosx, ARCH=x86_64, WS=cocoa, NL=en_US Framework arguments: -keyring /Users/marschall/.eclipse_keyring -showlocation Command-line arguments: -os macosx -ws cocoa -arch x86_64 -keyring /Users/marschall/.eclipse_keyring -showlocation Exception Stack Trace: org.eclipse.wst.sse.core.internal.NotImplementedException: intentionally not implemented at org.eclipse.wst.sse.core.internal.text.MinimalDocument.getLineOfOffset(MinimalDocument.java:216) at org.eclipse.wst.jsdt.web.core.javascript.JsTranslator.translateJSNode(JsTranslator.java:638) at org.eclipse.wst.jsdt.web.core.javascript.JsTranslator.translate(JsTranslator.java:334) at org.eclipse.wst.jsdt.web.core.javascript.JsTranslator.reset(JsTranslator.java:288) at org.eclipse.wst.jsdt.web.core.javascript.JsTranslator.run(JsTranslator.java:770) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)