Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 258765 Details for
Bug 484559
Code Edit widget: Latest build(I20151216-2218) is broken on javascript plugin.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Workaround fix for JS plugin
changes.patch (text/plain), 704 bytes, created by
Curtis Windatt
on 2015-12-17 10:23:09 EST
(
hide
)
Description:
Workaround fix for JS plugin
Filename:
MIME Type:
Creator:
Curtis Windatt
Created:
2015-12-17 10:23:09 EST
Size:
704 bytes
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.javascript/web/javascript/plugins/javascriptPlugin.js b/bundles/org.eclipse.orion.client.javascript/web/javascript/plugins/javascriptPlugin.js >index 4be1c54..3731e41 100644 >--- a/bundles/org.eclipse.orion.client.javascript/web/javascript/plugins/javascriptPlugin.js >+++ b/bundles/org.eclipse.orion.client.javascript/web/javascript/plugins/javascriptPlugin.js >@@ -152,6 +152,9 @@ > */ > 'worker_ready': function(response) { > workerReady = true; >+ if (!pendingStart.msg || !pendingStart.msg.request){ >+ pendingStart.msg = {request: "start_server", args: {}}; >+ } > ternWorker.postMessage(pendingStart.msg, pendingStart.f); > }, > /**
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 484559
: 258765