mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-20 06:35:50 +02:00
[167998] Added note to the filters doc about copying
This commit is contained in:
parent
5ca17f653e
commit
5b94808a93
3 changed files with 60 additions and 47 deletions
|
@ -5,48 +5,56 @@
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2004, 2007. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." />
|
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2004, 2007. 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" />
|
<link rel="stylesheet" type="text/css" href="../book.css" />
|
||||||
<title>Remote System Explorer filters, filter pools, and filter pool references</title>
|
<title>Filters, filter pools, and filter pool references</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body id="cfilters-body">
|
<body id="cfilters-body">
|
||||||
<a name="cfilters"><!-- --></a>
|
<a name="cfilters"></a>
|
||||||
<h1 class="topictitle1">Remote System Explorer filters, filter pools,
|
<h1 class="topictitle1">Filters, filter pools, and filter pool references</h1>
|
||||||
and filter pool references</h1>
|
|
||||||
<div>
|
<div>
|
||||||
<p>The Remote System Explorer is a set of local client tools you use to
|
<p>
|
||||||
|
The Remote System Explorer is a set of local client tools you use to
|
||||||
organize
|
organize
|
||||||
how you want to work with the resources such as folders and files on
|
how you want to work with the resources such as folders and files on
|
||||||
your
|
your
|
||||||
remote server. The following graphic serves as an introduction to
|
remote server. The following graphic serves as an introduction to
|
||||||
some of the main components of the Remote System Explorer:<br />
|
some of the main components of the Remote System Explorer:<br />
|
||||||
<img src="../images/ModelRSE.gif" alt=""/><br/>
|
<img src="../images/ModelRSE.png" alt="" /><br />
|
||||||
</p>
|
</p>
|
||||||
<div class="p">In the Remote System Explorer perspective, you query
|
<p>
|
||||||
|
In the Remote System Explorer perspective, you query
|
||||||
your server
|
your server
|
||||||
to list and perform actions upon remote resources such as folders and
|
to list and perform actions upon remote resources such as folders and
|
||||||
files. You perform
|
files. You perform
|
||||||
these tasks on these remote resources by using <i>filters</i> that
|
these tasks on these remote resources by using <i>filters</i> that
|
||||||
show these resources at your workstation.<br />
|
show these resources at your workstation.<br />
|
||||||
</div>
|
</p>
|
||||||
<p>The Remote System Explorer perspective is designed to allow you to
|
<p>
|
||||||
|
The Remote System Explorer perspective is designed to allow you to
|
||||||
manipulate the resources directly on the remote system. The
|
manipulate the resources directly on the remote system. The
|
||||||
actions that are available depend on the type of system you are
|
actions that are available depend on the type of system you are
|
||||||
connecting to and the way the resource is recognized. For
|
connecting to and the way the resource is recognized. For
|
||||||
example, your selections can define
|
example, your selections can define
|
||||||
a filter string to find all files that match *.c in a particular
|
a filter string to find all files that match *.c in a particular
|
||||||
directory. </p>
|
directory.
|
||||||
<div class="p">When you access the list by expanding the filter, you
|
</p>
|
||||||
can see all the files that match that filter and you can perform
|
<p>
|
||||||
actions (such as editing, compiling, running, and debugging) against
|
Filters, then, reveal resources on the remote system. The types of resources
|
||||||
these files.
|
they reveal depend on the subsystem you are viewing. A file subsystem, for example,
|
||||||
<div class="note"><span class="notetitle">Note: </span>You can drag
|
reveals files and directories on the remote system. A process subsystem will reveal
|
||||||
and drop filters from one subsystem or filter
|
running processes.
|
||||||
pool to another. However, if you drag a filter into another filter, the
|
</p>
|
||||||
filter strings from the source filter are added to the ones already in
|
<p>
|
||||||
the target
|
File subsystems are quite rich in their function. For example, you can copy files
|
||||||
filter.</div>
|
and folders between remote systems regardless of the type of connection you have
|
||||||
</div>
|
to those remote systems. Just a quick note: if a directory is revealed by a filter, copying that
|
||||||
<p id="cfilters__poolsdesc"><a name="cfilters__poolsdesc"><!-- --></a>If
|
directory to a remote system will result in all the files in that folder being
|
||||||
|
copied, not just those that are revealed by the filter. This is consistent with
|
||||||
|
the way resources are managed elsewhere in Eclipse.
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
<a name="cfilters__poolsdesc"></a>
|
||||||
|
If
|
||||||
you have been using the Remote System Explorer for some
|
you have been using the Remote System Explorer for some
|
||||||
time, your workspace might contain too many filters to navigate easily.
|
time, your workspace might contain too many filters to navigate easily.
|
||||||
Or,
|
Or,
|
||||||
|
@ -56,15 +64,18 @@ need to represent two distinct environments in the Remote System
|
||||||
Explorer,
|
Explorer,
|
||||||
regardless of how many filters you have. In either case, you can group
|
regardless of how many filters you have. In either case, you can group
|
||||||
filters
|
filters
|
||||||
into <i>filter pools</i>. </p>
|
into <i>filter pools</i>.
|
||||||
<p>For example, one filter pool could contain filters for an accounts
|
</p>
|
||||||
|
<p>
|
||||||
|
For example, one filter pool could contain filters for an accounts
|
||||||
receivable
|
receivable
|
||||||
program while another contains filters for a payroll program. Or, if
|
program while another contains filters for a payroll program. Or, if
|
||||||
you
|
you
|
||||||
have two different environments on your server: a production
|
have two different environments on your server: a production
|
||||||
environment and a test environment, you can define a distinct
|
environment and a test environment, you can define a distinct
|
||||||
environment and set of filters for each. </p>
|
environment and set of filters for each.
|
||||||
<p id="cfilters__poolsdesc2"><a name="cfilters__poolsdesc2"><!-- --></a>Without
|
</p>
|
||||||
|
<p><a name="cfilters__poolsdesc2"></a>Without
|
||||||
filter pools, all of your filters appear together
|
filter pools, all of your filters appear together
|
||||||
in all connections. When you create filter pools, however, any filter
|
in all connections. When you create filter pools, however, any filter
|
||||||
you
|
you
|
||||||
|
@ -72,8 +83,9 @@ create within that filter pool is distinct to that connection, and will
|
||||||
not
|
not
|
||||||
appear in any other connections. (See the related links for more
|
appear in any other connections. (See the related links for more
|
||||||
information
|
information
|
||||||
about filter pools.)</p>
|
about filter pools.)
|
||||||
<p id="cfilters__filterstrings"><a name="cfilters__filterstrings"><!-- --></a>You
|
</p>
|
||||||
|
<p><a name="cfilters__filterstrings"></a>You
|
||||||
can share filter pools among many connections through
|
can share filter pools among many connections through
|
||||||
the use of a <i>filter pool reference</i>. A filter pool reference is
|
the use of a <i>filter pool reference</i>. A filter pool reference is
|
||||||
a mechanism
|
a mechanism
|
||||||
|
@ -81,8 +93,10 @@ that displays a filter pool from one connection in any other
|
||||||
connection, so
|
connection, so
|
||||||
that when you make a change to the original filter pool, your change is
|
that when you make a change to the original filter pool, your change is
|
||||||
reflected
|
reflected
|
||||||
your filter pool reference.</p>
|
your filter pool reference.
|
||||||
<p>All connections, filters, filter pools, and so on, belong to a
|
</p>
|
||||||
|
<p>
|
||||||
|
All connections, filters, filter pools, and so on, belong to a
|
||||||
Remote System Explorer <i>profile</i>, that you define during your
|
Remote System Explorer <i>profile</i>, that you define during your
|
||||||
first connection
|
first connection
|
||||||
to a server. You might wonder what happens to your filters or filter
|
to a server. You might wonder what happens to your filters or filter
|
||||||
|
@ -90,28 +104,27 @@ pools if you delete a connection, especially if you have filters shared
|
||||||
among
|
among
|
||||||
two or more connections. Rest assured that the filters are not deleted,
|
two or more connections. Rest assured that the filters are not deleted,
|
||||||
since
|
since
|
||||||
filters actually belong to profiles, and not connections.<br/>
|
filters actually belong to profiles, and not connections.
|
||||||
</p>
|
</p>
|
||||||
<p>Keep in mind that if you need to have an entirely new configuration
|
<p>
|
||||||
|
Keep in mind that if you need to have an entirely new configuration
|
||||||
of filter pools, filters and connection in the Remote System Explorer,
|
of filter pools, filters and connection in the Remote System Explorer,
|
||||||
you can always create a new profile. See
|
you can always create a new profile. See
|
||||||
the related links for more information.</p>
|
the related links for more information.
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<!-- TODODeferred
|
<!-- TODODeferred
|
||||||
<p><b class="relconceptshd">Related concepts</b><br/>
|
<p><b class="relconceptshd">Related concepts</b><br/>
|
||||||
<a href="cuseractions.html" title="">User actions (user options)</a><br/>
|
<a href="cuseractions.html" title="">User actions</a><br/>
|
||||||
<a href="cremcompile.html" title="">Compiling</a><br/>
|
<a href="cremcompile.html" title="">Compiling</a><br/>
|
||||||
</p>
|
</p>
|
||||||
-->
|
-->
|
||||||
<p><b>Related Tasks</b><br />
|
<p><b>Related Tasks</b><br />
|
||||||
<a href="../tasks/tmanagepools.html" title="">Configuring filter pools</a><br />
|
<a href="../tasks/tmanagepools.html" title="">Configuring filter pools</a><br />
|
||||||
<a href="../tasks/tmanageedit.html"
|
<a href="../tasks/tmanageedit.html" title="">Changing filters</a><br />
|
||||||
title="You can change the properties for any filter by opening the filter's properties sheet. You can also add new filter strings to a filter from this sheet. For example, if you have a filter that lists all *.rpgle source members, you can add an additional filter string that will display all *.cblle source members as well.">Changing
|
|
||||||
filters</a><br/>
|
|
||||||
<a href="../tasks/tmanagedel.html" title="">Deleting filters</a><br />
|
<a href="../tasks/tmanagedel.html" title="">Deleting filters</a><br />
|
||||||
<a href="../tasks/tbeginsecprofile.html" title="">Creating a second
|
<a href="../tasks/tbeginsecprofile.html" title="">Creating a second profile</a><br />
|
||||||
profile</a><br/>
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 15 KiB |
BIN
rse/doc/org.eclipse.rse.doc.user/images/ModelRSE.png
Executable file
BIN
rse/doc/org.eclipse.rse.doc.user/images/ModelRSE.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
Loading…
Add table
Reference in a new issue