1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 17:35:35 +02:00

Add topic on extending RSE to user docs

This commit is contained in:
Martin Oberhuber 2006-08-19 02:35:05 +00:00
parent 9ec21d5100
commit b30f5c7088
6 changed files with 60 additions and 8 deletions

View file

@ -3,7 +3,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2004, 2006. 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) 2006 Wind River Systems, Inc. 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"/>
<title>Installing the RSE</title>
</head>
@ -35,6 +35,7 @@ Other &gt; Remote System Explorer</i>.</p>
-->
<p><b class="reltaskshd">Follow-up tasks</b><br/>
<a href="g2firststeps.html" title="">First Steps with the Remote System Explorer</a><br/>
<a href="gxtending.html" title="">Extending Remote System Explorer</a><br/>
<!--
<a href="../tasks/tbeginlinux.html" title="">Connecting to a remote
Linux or UNIX server</a><br/>

View file

@ -3,7 +3,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2004, 2006. 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) 2006 Wind River Systems, Inc. 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"/>
<title>First Steps with RSE</title>
</head>
@ -43,6 +43,7 @@ daemon method.</p>
<div>
<p><b class="reltaskshd">Follow-up tasks</b><br/>
<a href="gusing.html" title="">Using Remote System Explorer Connections</a><br/>
<a href="gxtending.html" title="">Extending Remote System Explorer</a><br/>
</p>
<p><b class="relconceptshd">Related concepts</b><br/>
<a href="../concepts/cbegin.html" title="">Remote System Explorer Connections</a><br/>

View file

@ -3,7 +3,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2004, 2006. 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) 2006 Wind River Systems, Inc. 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"/>
<title>Getting Started with RSE</title>
</head>
@ -34,6 +34,7 @@ the Remote System Explorer:
<li><a href="g1installing.html" title="">Installing the Remote System Explorer</a></li>
<li><a href="g2firststeps.html" title="">First Steps with the Remote System Explorer</a></li>
<li><a href="gusing.html" title="">Using Remote System Explorer Connections</a></li>
<li><a href="gxtending.html" title="">Extending Remote System Explorer</a></li>
</ul>
</div>

View file

@ -3,7 +3,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2004, 2006. 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) 2006 Wind River Systems, Inc. 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"/>
<title>Using Remote Connections</title>
</head>
@ -46,6 +46,10 @@ across many different kinds of remote systems..
</div>
<div>
<p><b class="reltaskshd">Follow-up tasks</b><br/>
<a href="gxtending.html" title="">Extending Remote System Explorer</a><br/>
</p>
<p><b class="relconceptshd">Related concepts</b><br/>
<a href="../concepts/cbegin.html" title="">Remote System Explorer Connections</a><br/>
<a href="../concepts/cfilters.html" title="">Remote System Explorer filters, filter
@ -54,12 +58,11 @@ pools, and filter pool references</a><br/>
Remote Systems view</a><br/>
</p>
<p><b class="reltaskshd">Related tasks</b><br/>
<a href="../tasks/tbeginlinux.html" title="">Connecting to a remote
Linux or UNIX server</a><br/>
<a href="../tasks/tbeginwindows.html" title="">Connecting to a remote
Windows server</a><br/>
<a href="../tasks/ttablecopy.html" title="">Copying and pasting in the Remote System Explorer</a><br/>
<a href="../tasks/truncmdsview.html" title="">Running and viewing
commands and shells using the Remote Commands view</a><br/>
<a href="../tasks/twrkcmdshl.html" title="">Working with command shells</a><br/>
<a href="../tasks/tmanagesearch.html" title="">Search for text and files on remote servers</a><br/>
</p>
</div>
</body>

View file

@ -0,0 +1,45 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="copyright" content="Copyright (c) 2006 Wind River Systems, Inc. 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"/>
<title>Extending Remote System Explorer</title>
</head>
<body id="gxtending">
<a name="gxtending"><!-- --></a>
<h1 class="topictitle1">Extending Remote System Explorer</h1>
<div>
<p>There are numerous ways how developers and software vendors can extend the
capabilities of the Remote System Explorer. Please look at the
<a href="../../org.eclipse.rse.doc.isv/">RSE Developer Guide</a> to learn about adding subsystems,
remote property pages or additional popup actions. The developer guide
holds extensive
<a href="../../org.eclipse.rse.doc.isv/guide/tutorials.html">tutorials</a>,
<a href="../../org.eclipse.rse.doc.isv/guide/rse_int_architecture.html">overview documentation</a> and
reference</a>.</p>
<p>Users can configure and customize the Remote System Explorer through
<!-- TODODeferred
User actions, Compile Commands and
-->
<a href="../ref/rrsepref.html">Preferences</a> and connection setup
<a href="../concepts/cteam.html">shared in a team</a>.
</div>
<div>
<p><b class="relconceptshd">Related concepts</b><br/>
<a href="../concepts/cfilters.html" title="">Remote System Explorer filters, filter
pools, and filter pool references</a><br/>
<a href="../concepts/cteam.html" title="">Team support</a><br/>
</p>
<!--
<p><b class="reltaskshd">Related tasks</b><br/>
<a href="../tasks/truncmdsview.html" title="">Running and viewing
commands and shells using the Remote Commands view</a><br/>
-->
</p>
</div>
</body>
</html>

View file

@ -5,6 +5,7 @@
<topic label="Installing the Remote System Explorer" href="gettingstarted/g1installing.html"/>
<topic label="First Steps with the Remote System Explorer" href="gettingstarted/g2firststeps.html"/>
<topic label="Using Remote Connections" href="gettingstarted/gusing.html"/>
<topic label="Extending Remote System Explorer" href="gettingstarted/gxtending.html"/>
</topic>
<topic label="Remote System Explorer Connections" href="concepts/cbegin.html">
<topic label="Universal Systems" href="concepts/cuniversal.html"/>