1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00

Rename Remote Systems Explorer --> Remote System Explorer for consistency

This commit is contained in:
Martin Oberhuber 2006-11-10 12:55:17 +00:00
parent d28d41e11c
commit f26b16eb0e
47 changed files with 1120 additions and 1104 deletions

View file

@ -20,7 +20,7 @@
</tr>
<tr> <td> <p>On this
page you can find the latest builds for the Remote Systems Explorer (RSE),
page you can find the latest builds for the Remote System Explorer (RSE),
produced by the
<a href="http://www.eclipse.org/dsdp/tm/">Target Management</a> project.
<!--

View file

@ -8,13 +8,13 @@ feature@org.eclipse.rse.remotecdt=v20061102b,:pserver:anonymous:none@dev.eclipse
feature@org.eclipse.rse.sdk=v20061031,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/features/org.eclipse.rse.sdk-feature
feature@org.eclipse.rse.ssh=v20061110,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/features/org.eclipse.rse.ssh-feature
plugin@org.eclipse.dstore.core=v20061110,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/plugins/org.eclipse.dstore.core
plugin@org.eclipse.dstore.doc.isv=v20061031,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/doc/org.eclipse.dstore.doc.isv
plugin@org.eclipse.dstore.doc.isv=v20061110,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/doc/org.eclipse.dstore.doc.isv
plugin@org.eclipse.dstore.extra=v20061031,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/plugins/org.eclipse.dstore.extra
plugin@org.eclipse.rse.connectorservice.dstore=v20061109,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/plugins/org.eclipse.rse.connectorservice.dstore
plugin@org.eclipse.rse.connectorservice.local=v20061109,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/plugins/org.eclipse.rse.connectorservice.local
plugin@org.eclipse.rse.connectorservice.ssh=v20061110,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/plugins/org.eclipse.rse.connectorservice.ssh
plugin@org.eclipse.rse.core=v20061109,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/plugins/org.eclipse.rse.core
plugin@org.eclipse.rse.doc.isv=v20061109,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/doc/org.eclipse.rse.doc.isv
plugin@org.eclipse.rse.core=v20061110,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/plugins/org.eclipse.rse.core
plugin@org.eclipse.rse.doc.isv=v20061110,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/doc/org.eclipse.rse.doc.isv
plugin@org.eclipse.rse.doc.user=v20061031,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/doc/org.eclipse.rse.doc.user
plugin@org.eclipse.rse.dstore.security=v20061031,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/plugins/org.eclipse.rse.dstore.security
plugin@org.eclipse.rse.eclipse.filesystem=v20061031,:pserver:anonymous:none@dev.eclipse.org:/cvsroot/dsdp,,org.eclipse.tm.rse/plugins/org.eclipse.rse.eclipse.filesystem

View file

@ -111,6 +111,10 @@ elif [ `basename $SITE` = signedUpdates ]; then
mkdir -p ${STAGING}/updates.${stamp}/plugins
cp ${SITE}/../testUpdates/plugins/*.jar ${STAGING}/updates.${stamp}/plugins
cd ${STAGING}/updates.${stamp}/plugins
#WORKAROUND: Repack nested jars
fox x in `ls org.apache.oro_*.jar org.apache.commons.net_*.jar`; do
pack200 -r -E4 $x
done
for x in `ls *.jar`; do
echo "signing plugin: ${x}"
sign ${x} nomail >/dev/null
@ -203,6 +207,18 @@ java -Dorg.eclipse.update.jarprocessor.pack200=$mydir \
-jarProcessor -outputDir $SITE \
-processAll -pack $SITE
# Workaround nested jarfiles in org.apache*
# These don't work with signed jars, so do not recursively pack them
cd $SITE/plugins
JARS=`ls org.apache.oro_*.jar org.apache.commons.net_*.jar`
for x in $JARS ; do
if [ -f $x.pack.gz ]; then
rm -f $x.pack.gz
fi
echo "WORKAROUND - pack200 $x"
pack200 -E4 $x.pack.gz $x
done
#Create the digest
echo "Creating digest..."
java -jar $HOME/ws/eclipse/startup.jar \

View file

@ -3,7 +3,7 @@
mirrorsURL="http://www.eclipse.org/downloads/download.php?file=/dsdp/tm/updates/site.xml&amp;format=xml&amp;protocol=http">
<!-- disabled due to bug 163406 digestURL="http://download.eclipse.org/dsdp/tm/updates/" -->
<description url="http://download.eclipse.org/dsdp/tm/updates/">
This is the Target Management Project Update Site for the Remote Systems Explorer (RSE).
This is the Target Management Project Update Site for the Remote System Explorer (RSE).
</description>
<feature url="features/org.eclipse.rse.core_1.0.0.qualifier.jar" id="org.eclipse.rse.core" version="1.0.0.qualifier">
<category name="RSE Runtime only"/>

View file

@ -19,10 +19,10 @@ to access tools on the host. One such means that is used by existing RSE Subsys
DataStore framework.
</p>
<p>
The <b>DataStore</b> communications framework is used to provide remote access and tooling for the Remote Systems Explorer.
The <b>DataStore</b> communications framework is used to provide remote access and tooling for the Remote System Explorer.
It is a communications layer, in-memory data repository and a pluggable tooling framework. While Eclipse provides
the ability for local tools to plug into the Eclipse workbench, DataStore provides the ability to integrate
remote tools into the Remote Systems Explorer. When implementing subsystem APIs, a particular implementation
remote tools into the Remote System Explorer. When implementing subsystem APIs, a particular implementation
may provide remote function by leveraging DataStore.
</p>

View file

@ -24,7 +24,7 @@ as it has only one element, <b><samp>&lt;configuration&gt;</samp></b>, with only
</p>
<ul>
<li><b>id</b>. Unique id for the extension, as required for all extensions. However, in this case it is used to create
folders within the <samp>RemoteSystemsConnections</samp> project, where all Remote Systems Explorer data is stored.
folders within the <samp>RemoteSystemsConnections</samp> project, where all Remote System Explorer data is stored.
There is also a way to <A href="../../reference/api/org/eclipse/rse/core/model/ISystemRegistry.html#getSubSystemConfiguration(java.lang.String)">query</A> a subsystem configuration
object via its ID.<li><b>vendor</b>. Your company name, shown in properties dialog for subsystems created by this subsystem configuration.
<li><b>icon</b>. The icon displayed in the Remote Systems view for each subsystem created by this subsystem configuration.

View file

@ -1,31 +1,31 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<title>Using the Remote System Explorer API</title>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<link rel="stylesheet" type="text/css" HREF="../book.css">
</head>
<body bgcolor="#ffffff">
<h1>Using the Remote Systems Explorer API</h1>
<p>In addition to all the programming API provided by Eclipse, the Remote System Explorer itself
comes with numerous classes and interfaces that may be of value to programmers extending the RSE.
Typically, these are used in conjunction with the <a href="Extensions.html">extension points</a>
defined by the RSE.
<p>
The API set supplied by the RSE can be roughly partitioned into three areas:
<ol>
<li><a href="api/uiAPI.html">User interface</a> support, to make it easier to author plug-ins that extend or use the RSE.
<li><a href="api/resourceAPI.html">Remote resources</a> support, to enable access to remote resources via IBM-supplied subsystems.
<li><a href="api/modelAPI.html">Model</a> support, to enable traversal of the RSE model, to access connections, subsystem factories, subsystems, filters, and so on.
</ol>
</p>
<p>
This guide will introduce the capabilities of the API, leaving the programming details to the
reference section.
</body>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<title>Using the Remote System Explorer API</title>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2006. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
<link rel="stylesheet" type="text/css" HREF="../book.css">
</head>
<body bgcolor="#ffffff">
<h1>Using the Remote System Explorer API</h1>
<p>In addition to all the programming API provided by Eclipse, the Remote System Explorer itself
comes with numerous classes and interfaces that may be of value to programmers extending the RSE.
Typically, these are used in conjunction with the <a href="Extensions.html">extension points</a>
defined by the RSE.
<p>
The API set supplied by the RSE can be roughly partitioned into three areas:
<ol>
<li><a href="api/uiAPI.html">User interface</a> support, to make it easier to author plug-ins that extend or use the RSE.
<li><a href="api/resourceAPI.html">Remote resources</a> support, to enable access to remote resources via IBM-supplied subsystems.
<li><a href="api/modelAPI.html">Model</a> support, to enable traversal of the RSE model, to access connections, subsystem factories, subsystems, filters, and so on.
</ol>
</p>
<p>
This guide will introduce the capabilities of the API, leaving the programming details to the
reference section.
</body>
</html>

View file

@ -112,7 +112,7 @@
<meta.section type="implementation"/>
</appInfo>
<documentation>
The Remote Systems Explorer in org.eclipse.rse.core provides a default implementation of this extension point.
The Remote System Explorer in org.eclipse.rse.core provides a default implementation of this extension point.
</documentation>
</annotation>

View file

@ -16,5 +16,5 @@
# NLS_MESSAGEFORMAT_NONE
RESID_MODELOBJECTS_MODELOBJECT_DESCRIPTION=An RSE Model Object represents any object in the Remote Systems Explorer.
RESID_MODELOBJECTS_MODELOBJECT_DESCRIPTION=An RSE Model Object represents any object in the Remote System Explorer.
RESID_MODELOBJECTS_REFERENCINGOBJECT_DESCRIPTION=A Referencing Object encapsulates the operations required of an object which is merely a reference to another object.

View file

@ -28,8 +28,8 @@ PropertyPage.ServerConnectionSecurity = Server Connection Security
PropertyPage.Service = Service
# View Filters
ViewFilter.RSEConnections=Remote Systems Explorer Connections
ViewFilter.RSETempFiles=Remote Systems Explorer File Cache
ViewFilter.RSEConnections=Remote System Explorer Connections
ViewFilter.RSETempFiles=Remote System Explorer File Cache
# Decorators
LinkDecorator.label=Link Decorator

View file

@ -23,7 +23,7 @@ RESID_FILES_PREFERENCES_DOWNLOAD_BUFFER_SIZE_TOOLTIP=Maximum size of buffer to u
RESID_FILES_PREFERENCES_UPLOAD_BUFFER_SIZE_TOOLTIP=Maximum size of the buffer to use while sending files from the client to the host
ResourceNavigator_openWith = Open Wit&h
RSEOperation_message = Remote Systems Explorer Operation
RSEOperation_message = Remote System Explorer Operation
# --- File Editors ---
FileEditorPreference_fileTypes = File &types:

View file

@ -123,7 +123,7 @@ public class SystemFileNewConnectionWizardPage extends AbstractSystemNewConnecti
text = SystemResources.RESID_NEWCONN_SUBSYSTEMPAGE_FILES_VERBAGE2;
//,
// the following is default English text to use if the string is not found in the mri"
// "If you manually start the communications server, you will need to set the port number property for this connection. To do this, expand your newly created connection in the Remote Systems Explorer perspective. Right click on the Files subsystem and select Properties. You can specify the port to match the port you specified or were assigned for the server.");
// "If you manually start the communications server, you will need to set the port number property for this connection. To do this, expand your newly created connection in the Remote System Explorer perspective. Right click on the Files subsystem and select Properties. You can specify the port to match the port you specified or were assigned for the server.");
SystemWidgetHelpers.createVerbiage(composite_prompts, text, span, border, widthHint);

View file

@ -897,7 +897,7 @@ selected matches in that file will also be removed from the view.</description>
<!-- Remote Scratchpad View -->
<context id="scrp0000">
<description>Drag and drop objects here from other Remote Systems Explorer views to work with them in isolation.</description>
<description>Drag and drop objects here from other Remote System Explorer views to work with them in isolation.</description>
</context>
<!-- Remote Error List View -->

View file

@ -669,7 +669,7 @@ public class SystemView extends TreeViewer implements ISystemTree, ISystemResour
}
/*
* Get the common "Open to->" action for opening a new Remote Systems Explorer view,
* Get the common "Open to->" action for opening a new Remote System Explorer view,
* scoped to the currently selected object.
*
protected SystemCascadingOpenToAction getOpenToAction()
@ -680,7 +680,7 @@ public class SystemView extends TreeViewer implements ISystemTree, ISystemResour
} NOT USED YET */
/**
* Get the common "Open to->" action for opening a new Remote Systems Explorer view,
* Get the common "Open to->" action for opening a new Remote System Explorer view,
* scoped to the currently selected object.
*/
public SystemOpenExplorerPerspectiveAction getOpenToPerspectiveAction() {
@ -699,7 +699,7 @@ public class SystemView extends TreeViewer implements ISystemTree, ISystemResour
}
/**
* Get the common "Go Into" action for drilling down in the Remote Systems Explorer view,
* Get the common "Go Into" action for drilling down in the Remote System Explorer view,
* scoped to the currently selected object.
*/
public GoIntoAction getGoIntoAction() {

View file

@ -324,7 +324,7 @@ RESID_CONNECTION_PORT_LABEL=Port
RESID_CONNECTION_PORT_TIP=Port number used to do the connection
RESID_CONNECTION_DAEMON_PORT_LABEL=Daemon Port
RESID_CONNECTION_DAEMON_PORT_TIP=Port number used to connect to the daemon that launches Remote Systems Explorer servers
RESID_CONNECTION_DAEMON_PORT_TIP=Port number used to connect to the daemon that launches Remote System Explorer servers
RESID_CONNECTION_DEFAULTPORT_LABEL=Default port
RESID_CONNECTION_DEFAULTPORT_TIP=Default port for subsystems

View file

@ -22,7 +22,7 @@ import org.eclipse.jface.viewers.IStructuredSelection;
import org.eclipse.jface.viewers.Viewer;
import org.eclipse.swt.widgets.Shell;
/**
* Suggested interface for actions in popup menus of the remote systems explorer view.
* Suggested interface for actions in popup menus of the Remote System Explorer view.
* While suggested, it is not required to implement this interface.
* @see SystemBaseAction
*/
@ -55,7 +55,7 @@ public interface ISystemAction extends IAction, ISelectionChangedListener
// STATE METHODS CALLED BY VIEWER AT FILL CONTEXT MENU TIME...
// -----------------------------------------------------------
/**
* Set shell of parent window. Remote systems explorer will call this.
* Set shell of parent window. Remote System Explorer will call this.
*/
public void setShell(Shell shell);
/**

View file

@ -16,7 +16,7 @@
package org.eclipse.rse.ui.actions;
/**
* Suggested interface for actions in popup menus of the remote systems explorer view,
* Suggested interface for actions in popup menus of the Remote System Explorer view,
* which put up dialogs.
* @see SystemBaseDialogAction
*/

View file

@ -16,7 +16,7 @@
package org.eclipse.rse.ui.actions;
/**
* Suggested interface for actions in popup menus of the remote systems explorer view,
* Suggested interface for actions in popup menus of the Remote System Explorer view,
* which put up wizards.
* @see SystemBaseWizardAction
*/

View file

@ -31,7 +31,7 @@ import org.eclipse.rse.ui.view.ISystemViewElementAdapter;
import org.eclipse.swt.widgets.Shell;
/**
* The action allows users to collapse the selected nodes in the Remote Systems Explorer tree view
* The action allows users to collapse the selected nodes in the Remote System Explorer tree view
*/
public class SystemCollapseAction extends SystemBaseAction {
/**

View file

@ -29,7 +29,7 @@ import org.eclipse.swt.SWT;
import org.eclipse.swt.widgets.Shell;
/**
* The action allows users to collapse the entire Remote Systems Explorer tree view.
* The action allows users to collapse the entire Remote System Explorer tree view.
*/
public class SystemCollapseAllAction extends SystemBaseAction {
/**

View file

@ -31,7 +31,7 @@ import org.eclipse.rse.ui.view.ISystemViewElementAdapter;
import org.eclipse.swt.widgets.Shell;
/**
* The action allows users to expand the selected nodes in the Remote Systems Explorer tree view
* The action allows users to expand the selected nodes in the Remote System Explorer tree view
*/
public class SystemExpandAction extends SystemBaseAction {

View file

@ -49,7 +49,7 @@ public class SystemNewConnectionAction extends SystemBaseWizardAction
/**
* Constructor for SystemNewConnectionAction
* @param shell The parent shell to host the new wizard
* @param fromPopupMenu true if being launched from the remote systems explorer view directly,
* @param fromPopupMenu true if being launched from the Remote System Explorer view directly,
* false if being launched from a dialog
* @param sp The selection provider that will supply the selection via getSelection, if
* fromPopupMenu is false
@ -61,7 +61,7 @@ public class SystemNewConnectionAction extends SystemBaseWizardAction
/**
* Constructor for SystemNewConnectionAction when you don't want the icon.
* @param shell The parent shell to host the new wizard
* @param fromPopupMenu true if being launched from the remote systems explorer view directly,
* @param fromPopupMenu true if being launched from the Remote System Explorer view directly,
* false if being launched from a dialog
* @param wantIcon true if you want the icon to show beside the action, false if not
* @param sp The selection provider that will supply the selection via getSelection, if
@ -78,7 +78,7 @@ public class SystemNewConnectionAction extends SystemBaseWizardAction
* @param shell The parent shell to host the new wizard
* @param label The label for the action
* @param tooltip the tooltip for the action
* @param fromPopupMenu true if being launched from the remote systems explorer view directly,
* @param fromPopupMenu true if being launched from the Remote System Explorer view directly,
* false if being launched from a dialog
* @param wantIcon true if you want the icon to show beside the action, false if not
* @param sp The selection provider that will supply the selection via getSelection, if

View file

@ -33,7 +33,7 @@ import org.eclipse.ui.actions.OpenInNewWindowAction;
/**
* The action allows users to open a new Remote Systems Explorer perspective, anchored
* The action allows users to open a new Remote System Explorer perspective, anchored
* by the currently selected resource.
*/
public class SystemOpenExplorerPerspectiveAction

View file

@ -24,7 +24,7 @@ import org.eclipse.swt.widgets.Shell;
/**
* The action allows users to decide whether or not to show filter pools in the remote systems explorer.
* The action allows users to decide whether or not to show filter pools in the Remote System Explorer.
* It is a fastpath/convenience method for this option in the preferences page.
*/
public class SystemPreferenceShowFilterPoolsAction extends SystemBaseAction

View file

@ -32,7 +32,7 @@ import org.eclipse.swt.widgets.Shell;
/**
* The action allows users to refresh the selected node in the Remote Systems Explorer tree view
* The action allows users to refresh the selected node in the Remote System Explorer tree view
*/
public class SystemRefreshAction extends SystemBaseAction
//

View file

@ -30,7 +30,7 @@ import org.eclipse.swt.widgets.Shell;
/**
* The action allows users to refresh the entire Remote Systems Explorer tree view
* The action allows users to refresh the entire Remote System Explorer tree view
*/
public class SystemRefreshAllAction extends SystemBaseAction

View file

@ -27,7 +27,7 @@ import org.eclipse.swt.widgets.Shell;
/**
* The action allows users to refresh the entire Remote Systems Explorer tree view,
* The action allows users to refresh the entire Remote System Explorer tree view,
* by reloading it from disk. This is to be done after the user does a synchronization
* with the repository.
*/

View file

@ -27,7 +27,7 @@ import org.eclipse.swt.widgets.Shell;
/**
* The action allows users to refresh the entire Remote Systems Explorer tree view
* The action allows users to refresh the entire Remote System Explorer tree view
*/
public class SystemFilterWorkWithFilterPoolsRefreshAllAction extends SystemBaseAction

View file

@ -235,7 +235,7 @@ public class RemoteSystemsPreferencePage
savePreferenceStore();
}
/**
* Return true if the user has elected to show filter pools in the remote systems explorer view
* Return true if the user has elected to show filter pools in the Remote System Explorer view
*/
public static boolean getShowFilterPoolsPreference()
{
@ -243,7 +243,7 @@ public class RemoteSystemsPreferencePage
return store.getBoolean(ISystemPreferencesConstants.SHOWFILTERPOOLS);
}
/**
* Toggle whether to show filter pools in the remote systems explorer view
* Toggle whether to show filter pools in the Remote System Explorer view
*/
public static void setShowFilterPoolsPreference(boolean show)
{
@ -262,7 +262,7 @@ public class RemoteSystemsPreferencePage
return value;
}
/**
* Toggle whether to show filter pools in the remote systems explorer view
* Toggle whether to show filter pools in the Remote System Explorer view
*/
public static void setShowNewConnectionPromptPreference(boolean show)
{

View file

@ -1251,7 +1251,7 @@ public abstract class AbstractSystemViewAdapter
/**
* <i><b>Overridable</b> by subclasses, but usually is not.</i><br>
* Return what to save to disk to identify this element when it is the input object to a secondary
* Remote Systems Explorer perspective. Defaults to getMementoHandle(element).
* Remote System Explorer perspective. Defaults to getMementoHandle(element).
*/
public String getInputMementoHandle(Object element)
{

View file

@ -320,7 +320,7 @@ public interface ISystemViewElementAdapter extends IPropertySource, ISystemDragD
public String getMementoHandle(Object element);
/**
* Return what to save to disk to identify this element when it is the input object to a secondary
* Remote Systems Explorer perspective.
* Remote System Explorer perspective.
*/
public String getInputMementoHandle(Object element);
/**

View file

@ -1217,7 +1217,7 @@ implements IMenuListener, ISystemDeleteTarget, ISystemRenameTarget, ISystemSelec
return _refreshAction;
}
/*
* Get the common "Open to->" action for opening a new Remote Systems Explorer view,
* Get the common "Open to->" action for opening a new Remote System Explorer view,
* scoped to the currently selected object.
*
protected SystemCascadingOpenToAction getOpenToAction()
@ -1227,7 +1227,7 @@ implements IMenuListener, ISystemDeleteTarget, ISystemRenameTarget, ISystemSelec
return openToAction;
} NOT USED YET */
/**
* Get the common "Open to->" action for opening a new Remote Systems Explorer view,
* Get the common "Open to->" action for opening a new Remote System Explorer view,
* scoped to the currently selected object.
*/
protected SystemOpenExplorerPerspectiveAction getOpenToPerspectiveAction()

View file

@ -1343,7 +1343,7 @@ public class SystemTableView
return _refreshAction;
}
/*
* Get the common "Open to->" action for opening a new Remote Systems Explorer view,
* Get the common "Open to->" action for opening a new Remote System Explorer view,
* scoped to the currently selected object.
*
protected SystemCascadingOpenToAction getOpenToAction()
@ -1353,7 +1353,7 @@ public class SystemTableView
return openToAction;
} NOT USED YET */
/**
* Get the common "Open to->" action for opening a new Remote Systems Explorer view,
* Get the common "Open to->" action for opening a new Remote System Explorer view,
* scoped to the currently selected object.
*/
protected SystemOpenExplorerPerspectiveAction getOpenToPerspectiveAction()

View file

@ -669,7 +669,7 @@ public class SystemView extends TreeViewer implements ISystemTree, ISystemResour
}
/*
* Get the common "Open to->" action for opening a new Remote Systems Explorer view,
* Get the common "Open to->" action for opening a new Remote System Explorer view,
* scoped to the currently selected object.
*
protected SystemCascadingOpenToAction getOpenToAction()
@ -680,7 +680,7 @@ public class SystemView extends TreeViewer implements ISystemTree, ISystemResour
} NOT USED YET */
/**
* Get the common "Open to->" action for opening a new Remote Systems Explorer view,
* Get the common "Open to->" action for opening a new Remote System Explorer view,
* scoped to the currently selected object.
*/
public SystemOpenExplorerPerspectiveAction getOpenToPerspectiveAction() {
@ -699,7 +699,7 @@ public class SystemView extends TreeViewer implements ISystemTree, ISystemResour
}
/**
* Get the common "Go Into" action for drilling down in the Remote Systems Explorer view,
* Get the common "Go Into" action for drilling down in the Remote System Explorer view,
* scoped to the currently selected object.
*/
public GoIntoAction getGoIntoAction() {

View file

@ -359,7 +359,7 @@ public class SystemViewFilterPoolReferenceAdapter
}
/**
* Return what to save to disk to identify this element when it is the input object to a secondary
* Remote Systems Explorer perspective.
* Remote System Explorer perspective.
*/
public String getInputMementoHandle(Object element)
{

View file

@ -739,7 +739,7 @@ public class SystemViewFilterReferenceAdapter
}
/**
* Return what to save to disk to identify this element when it is the input object to a secondary
* Remote Systems Explorer perspective.
* Remote System Explorer perspective.
*/
public String getInputMementoHandle(Object element)
{

View file

@ -20,7 +20,7 @@ import org.eclipse.ui.views.framelist.TreeFrame;
import org.eclipse.ui.views.framelist.TreeViewerFrameSource;
/**
* Enables frameset for the Remote Systems Explorer view part
* Enables frameset for the Remote System Explorer view part
*/
class SystemViewPartFrameSource extends TreeViewerFrameSource
{

View file

@ -30,7 +30,7 @@ import org.eclipse.ui.views.framelist.UpAction;
/**
* Enables typical frameset actions for Remote Systems Explorer view part
* Enables typical frameset actions for Remote System Explorer view part
*/
public class SystemViewPartGotoActionGroup extends ActionGroup
{

View file

@ -714,7 +714,7 @@ public class SystemViewSubSystemAdapter extends AbstractSystemViewAdapter
}
/**
* Return what to save to disk to identify this element when it is the input object to a secondary
* Remote Systems Explorer perspective.
* Remote System Explorer perspective.
*/
public String getInputMementoHandle(Object element)
{

View file

@ -771,7 +771,7 @@ public class SystemScratchpadView
return _refreshAction;
}
/*
* Get the common "Open to->" action for opening a new Remote Systems Explorer view,
* Get the common "Open to->" action for opening a new Remote System Explorer view,
* scoped to the currently selected object.
*
protected SystemCascadingOpenToAction getOpenToAction()
@ -781,7 +781,7 @@ public class SystemScratchpadView
return openToAction;
} NOT USED YET */
/**
* Get the common "Open to->" action for opening a new Remote Systems Explorer view,
* Get the common "Open to->" action for opening a new Remote System Explorer view,
* scoped to the currently selected object.
*/
protected SystemOpenExplorerPerspectiveAction getOpenToPerspectiveAction()

View file

@ -621,7 +621,7 @@ Contributors:
</contexts>
</extension>
<!-- ============================================ -->
<!-- Define Remote Systems Explorer Views -->
<!-- Define Remote System Explorer Views -->
<!-- ============================================ -->
<extension
point="org.eclipse.ui.views">
@ -686,7 +686,7 @@ Contributors:
</extension>
<!-- ================================================================================= -->
<!-- Define Remote Systems Explorer view pulldown menu submenu for preferences actions -->
<!-- Define Remote System Explorer view pulldown menu submenu for preferences actions -->
<!-- ================================================================================= -->
<extension point="org.eclipse.rse.ui.remoteSystemsViewPreferencesActions">
<action

View file

@ -132,7 +132,7 @@
<meta.section type="implementation"/>
</appInfo>
<documentation>
The Remote Systems Explorer in org.eclipse.rse.files.ui provides three default implementations of this extension point, for ZIP, JAR, and TAR Archives.
The Remote System Explorer in org.eclipse.rse.files.ui provides three default implementations of this extension point, for ZIP, JAR, and TAR Archives.
</documentation>
</annotation>

View file

@ -122,7 +122,7 @@
<meta.section type="implementation"/>
</appInfo>
<documentation>
The Remote Systems Explorer provides a default implementation of this extension point
The Remote System Explorer provides a default implementation of this extension point
in &lt;samp&gt;org.eclipse.rse.dstore.security.UniversalKeystoreProvider&lt;/samp&gt;.
</documentation>
</annotation>

View file

@ -122,7 +122,7 @@
<meta.section type="implementation"/>
</appInfo>
<documentation>
The Remote Systems Explorer in org.eclipse.rse.files.ui provides a default implementation of this extension point.
The Remote System Explorer in org.eclipse.rse.files.ui provides a default implementation of this extension point.
</documentation>
</annotation>

View file

@ -1347,19 +1347,19 @@ Contributors:
<LevelTwo>It is recommended that the client and server versions match.</LevelTwo>
</Message>
<Message ID="2310" Indicator="I">
<LevelOne>Starting Remote Systems Explorer host server using REXEC</LevelOne>
<LevelOne>Starting Remote System Explorer host server using REXEC</LevelOne>
<LevelTwo></LevelTwo>
</Message>
<Message ID="2311" Indicator="I">
<LevelOne>Starting Remote Systems Explorer host server using daemon</LevelOne>
<LevelOne>Starting Remote System Explorer host server using daemon</LevelOne>
<LevelTwo></LevelTwo>
</Message>
<Message ID="2312" Indicator="I">
<LevelOne>Connecting to Remote Systems Explorer host server on port %1</LevelOne>
<LevelOne>Connecting to Remote System Explorer host server on port %1</LevelOne>
<LevelTwo></LevelTwo>
</Message>
<Message ID="2313" Indicator="I">
<LevelOne>Initializing Remote Systems Explorer host server</LevelOne>
<LevelOne>Initializing Remote System Explorer host server</LevelOne>
<LevelTwo></LevelTwo>
</Message>

View file

@ -17,7 +17,7 @@
package org.eclipse.rse.core;
/**
* You own views launchable from the Remote Systems Explorer. You must register yourself
* You own views launchable from the Remote System Explorer. You must register yourself
* with RSEUIPlugin via the registerViewSupplier method.
*/
public interface ISystemViewSupplier