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 244483 Details for
Bug 438088
Switch global lint preference from JSLint to ESLint
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]
fix
remove-jslint-validator-option.patch (text/plain), 1.05 KB, created by
Michael Rennie
on 2014-06-24 15:22:54 EDT
(
hide
)
Description:
fix
Filename:
MIME Type:
Creator:
Michael Rennie
Created:
2014-06-24 15:22:54 EDT
Size:
1.05 KB
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.ui/web/plugins/jslintPlugin.js b/bundles/org.eclipse.orion.client.ui/web/plugins/jslintPlugin.js >index 5136917..5895304 100644 >--- a/bundles/org.eclipse.orion.client.ui/web/plugins/jslintPlugin.js >+++ b/bundles/org.eclipse.orion.client.ui/web/plugins/jslintPlugin.js >@@ -161,26 +161,10 @@ > }; > > var provider = new PluginProvider(headers); >- provider.registerService(["orion.edit.validator", "orion.cm.managedservice"], validationService, { >+ provider.registerService(["orion.edit.validator"], validationService, { > contentType: ["application/json"], >- pid: "jslint.config" > }); >- provider.registerService("orion.core.setting", >- {}, >- { settings: [ >- { pid: 'jslint.config', >- name: 'JSLint Validator', >- tags: 'validation HTML JSON jslint'.split(' '), >- category: 'validation', >- properties: [ >- { id: 'options', >- name: 'Options to pass to JSLint (/*jslint ..*/)', >- type: 'string' >- } >- ] >- } >- ] >- }); >+ > provider.connect(); > > }); >\ No newline at end of file
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 438088
: 244483