mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00
Refer to Examples project in ISV docs
This commit is contained in:
parent
9fe0e0ce71
commit
86ce405713
1 changed files with 40 additions and 29 deletions
|
@ -1,30 +1,41 @@
|
|||
<!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">
|
||||
<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." >
|
||||
<title>Tutorials</title>
|
||||
<link rel="stylesheet" type="text/css" HREF="../book.css">
|
||||
</head>
|
||||
|
||||
<body bgcolor="#ffffff">
|
||||
<h1>Tutorials</h1>
|
||||
<p>This section walks through the tutorials that demonstrate how to use the RSE <a href="Extensions.html">extension points</a> to
|
||||
extend the RSE:
|
||||
<ul>
|
||||
<li><a href="tutorial/popup.html">Creating a remote resource pop-up menu action</a> using the <a href="plugin/popup.html">org.eclipse.rse.core.popupMenus</a> extension point.
|
||||
<li><a href="tutorial/propertypage.html">Creating a remote resource property page</a> using the <a href="plugin/propertypage.html">org.eclipse.rse.core.propertyPages</a> extension point.
|
||||
<li><a href="tutorial/subsystem.html">Creating a subsystem configuration</a> for working with remote resources, using the <a href="plugin/subsystem.html">org.eclipse.rse.core.subsystemconfiguration</a> extension point.
|
||||
</ul>
|
||||
<p>Each tutorial requires you to have an Eclipse plug-in project, and starts out by showing
|
||||
you how to <A href="tutorial/pdeProject.html">create an Eclipse plug-in
|
||||
project</A>, using the Plug-in Development Environment. While any Eclipse plug-in
|
||||
project will do, there are benefits to using the RSE-supplied <A
|
||||
href="api/plugin/uiPluginAPI.html">base class</A> for your project, and other RSE-supplied
|
||||
infrastructure such as<A href="api/messages/uiMessageAPI.html"> messages</A>, and the many other user interface base classes and re-usable <A
|
||||
href="api/uiAPI.html">user interface classes</A> supplied by
|
||||
the RSE core plug-in project. The tutorial step for creating a plug-in project sets up your project for using these.
|
||||
</p>
|
||||
</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">
|
||||
<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." >
|
||||
<title>Tutorials</title>
|
||||
<link rel="stylesheet" type="text/css" HREF="../book.css">
|
||||
</head>
|
||||
|
||||
<body bgcolor="#ffffff">
|
||||
<h1>Tutorials</h1>
|
||||
<p>This section walks through the tutorials that demonstrate how to use the RSE <a href="Extensions.html">extension points</a> to
|
||||
extend the RSE:
|
||||
<ul>
|
||||
<li><a href="tutorial/popup.html">Creating a remote resource pop-up menu action</a> using the <a href="plugin/popup.html">org.eclipse.rse.core.popupMenus</a> extension point.
|
||||
<li><a href="tutorial/propertypage.html">Creating a remote resource property page</a> using the <a href="plugin/propertypage.html">org.eclipse.rse.core.propertyPages</a> extension point.
|
||||
<li><a href="tutorial/subsystem.html">Creating a subsystem configuration</a> for working with remote resources, using the <a href="plugin/subsystem.html">org.eclipse.rse.core.subsystemconfiguration</a> extension point.
|
||||
</ul>
|
||||
<p>The source code for all tutorials is available in the RSE-examples package, which
|
||||
can be obtained from the DSDP <a href="http://download.eclipse.org/dsdp/tm/downloads">
|
||||
Target Management download site</a> or directly from the RSE <b>Update Site</b>. In fact,
|
||||
the simplest way to get the examples is to choose <I>Help > Software Updates >
|
||||
Find and Install</I> from the Workbecnh, get the Examples installed, and then choose
|
||||
<I>File > Import... > Plug-in development > Plug-ins and Fragments</I>.
|
||||
Choose the <tt>org.eclipse.rse.examples.tutorial</tt> plug-in and import it with
|
||||
source folders.</p>
|
||||
<p>In addition to providing the ready-made code, the tutorial also shows you
|
||||
how to actally create the Eclipse plug-in project (Please bear with us if the
|
||||
instructions do not 100% match the latest code due to recent refactorings).
|
||||
The tutorial starts out by showing
|
||||
you how to <A href="tutorial/pdeProject.html">create an Eclipse plug-in
|
||||
project</A>, using the Plug-in Development Environment. While any Eclipse plug-in
|
||||
project will do, there are benefits to using the RSE-supplied <A
|
||||
href="api/plugin/uiPluginAPI.html">base class</A> for your project, and other RSE-supplied
|
||||
infrastructure such as<A href="api/messages/uiMessageAPI.html"> messages</A>, and the many other user interface base classes and re-usable <A
|
||||
href="api/uiAPI.html">user interface classes</A> supplied by
|
||||
the RSE core plug-in project. The tutorial step for creating a plug-in project sets up your project for using these.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue