1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00

Fix bug 155772 153629 filter RemoteSystemsConnections from CDT view

This commit is contained in:
Martin Oberhuber 2006-11-08 09:46:49 +00:00
parent 4b688cfb4a
commit 537c1b9bb0
3 changed files with 27 additions and 7 deletions

View file

@ -20,7 +20,6 @@ providerName = Eclipse.org
PreferencePage.UniversalFiles = Files
PreferencePage.Cache = File Cache
RemotePropertyPage.File.Info = Info
PropertyPage.EnvVariables = Environment Variables
@ -28,6 +27,10 @@ PropertyPage.ServerLauncherSettings = Server Launcher Settings
PropertyPage.ServerConnectionSecurity = Server Connection Security
PropertyPage.Service = Service
# View Filters
ViewFilter.RSEConnections=Remote Systems Explorer Connections
ViewFilter.RSETempFiles=Remote Systems Explorer File Cache
# Decorators
LinkDecorator.label=Link Decorator
LibraryDecorator.label=Library Decorator
@ -36,7 +39,6 @@ BinaryExecutableDecorator.label=Binary Executable Decorator
VirtualObjectDecorator.label=Virtual Object Decorator
ScriptExecutableDecorator.label=Script Executable Decorator
VirtualObjectDecorator.label=Virtual Object Decorator
SubSystemErrorDecorator.label=SubSystem Error Decorator
Search.Page = Remote Search

View file

@ -132,6 +132,28 @@ Contributors:
pattern="RemoteSystemsTempFiles">
</filter>
</extension>
<!-- ================================================================= -->
<!-- Hide RemoteSystemsConnections and RemoteSystemsTempFiles -->
<!-- in the CDT CView -->
<!-- ================================================================= -->
<extension
point="org.eclipse.cdt.ui.CElementFilters">
<filter
targetId="org.eclipse.cdt.ui.CView"
name="%ViewFilter.RSEConnections"
enabled="true"
description=""
pattern="RemoteSystemsConnections">
</filter>
<filter
targetId="org.eclipse.cdt.ui.CView"
name="%ViewFilter.RSETempFiles"
enabled="true"
description=""
pattern="RemoteSystemsTempFiles">
</filter>
</extension>
<!-- ================================================================= -->

View file

@ -19,7 +19,7 @@
pluginName = RSE UI
providerName = Eclipse.org
extPoint.subsystemConfigurationss = Remote Subsystem Configurations
extPoint.subsystemConfigurations = Remote Subsystem Configurations
extPoint.popupMenus = Remote Object Popup Menu Actions
extPoint.propertyPages = RRemote Object Property Pages
extPoint.remoteSystemsViewPreferencesActions = Remote Systems View Preferences Actions
@ -96,10 +96,6 @@ View.Monitor = Remote Monitor
PreferencePageAction.rse.label = Remote Systems...
PreferencePageAction.rse.tooltip = Go to the Remote Systems primary preferences page
# View Filters
ViewFilter.RSEConnections=Remote Systems Explorer Connections
ViewFilter.RSETempFiles=Remote Systems Explorer File Cache
# Decorators
SubSystemErrorDecorator.label=SubSystem Error Decorator