Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 349508 | Differences between
and this patch

Collapse All | Expand All

(-)a/bundles/org.eclipse.orion.client.core/web/plugins/webEditingPlugin.html (-1 / +1 lines)
Lines 34-40 window.onload = function() { Link Here
34
		var serviceProperties = {
34
		var serviceProperties = {
35
			name: "Orion web editor",
35
			name: "Orion web editor",
36
			href: "/edit/edit.html#${Location}",
36
			href: "/edit/edit.html#${Location}",
37
			validationProperties: {Name: "*.(css|js|html|txt|xml|java)"}
37
			validationProperties: {Name: "*.(css|js|htm|html|txt|xml|java)"}
38
		};
38
		};
39
		provider.registerServiceProvider("orion.navigate.openWith", serviceImpl, serviceProperties);
39
		provider.registerServiceProvider("orion.navigate.openWith", serviceImpl, serviceProperties);
40
	}());
40
	}());

Return to bug 349508