
schema.propertiesView.exsd Maven / Gradle / Ivy
The newest version!
This extension point is used to modify behavior of the Properties view.
Use this element to exclude a workbench part from participating in the Properties view.
The unique id of the excluded workbench part.
3.6
The following example demonstrates how to exclude a view:
<p>
<pre>
<extension point="org.eclipse.ui.propertiesView">
<excludeSource id="org.eclipse.help.ui.HelpView"/>
</extension>
</pre>
</p>
The same code pattern can be used to exclude editors.
Copyright (c) 2009, 2011 IBM Corporation and others.<br>
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0 which accompanies
this distribution, and is available at <a
href="https://www.eclipse.org/legal/epl-2.0">https://www.eclipse.org/legal/epl-v20.html</a>/
SPDX-License-Identifier: EPL-2.0
© 2015 - 2025 Weber Informatics LLC | Privacy Policy