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 197978 Details for
Bug 349365
[client] Java file does not open in the Orion Editor
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
349365.txt (text/plain), 978 bytes, created by
Mark Macdonald
on 2011-06-14 16:23:58 EDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Mark Macdonald
Created:
2011-06-14 16:23:58 EDT
Size:
978 bytes
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.core/web/plugins/webEditingPlugin.html b/bundles/org.eclipse.orion.client.core/web/plugins/webEditingPlugin.html >index 92e4810..1aad677 100644 >--- a/bundles/org.eclipse.orion.client.core/web/plugins/webEditingPlugin.html >+++ b/bundles/org.eclipse.orion.client.core/web/plugins/webEditingPlugin.html >@@ -28,13 +28,13 @@ window.onload = function() { > provider.registerServiceProvider("orion.edit.highlighter", serviceImpl, serviceProperties); > }()); > >- // Register our editor for html, js, css, xml >+ // Register our editor for html, js, css, xml, java > (function() { > var serviceImpl = {}; > var serviceProperties = { > name: "Orion web editor", > href: "/edit/edit.html#${Location}", >- validationProperties: {Name: "*.(css|js|html|txt|xml)"} >+ validationProperties: {Name: "*.(css|js|html|txt|xml|java)"} > }; > provider.registerServiceProvider("orion.navigate.openWith", serviceImpl, serviceProperties); > }());
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 Raw
Actions:
View
Attachments on
bug 349365
:
197973
|
197974
| 197978