Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarin Swanson2001-09-13 15:38:04 +0000
committerDarin Swanson2001-09-13 15:38:04 +0000
commit8d359bf2452fca1144b40e60d1ca090137773642 (patch)
treefe5151a9902df89bedc3d10c976569c35f74d7f2
parenta2180c4dc866d629fc5ec0966bd5d2e1db776c21 (diff)
downloadeclipse.platform.debug-8d359bf2452fca1144b40e60d1ca090137773642.tar.gz
eclipse.platform.debug-8d359bf2452fca1144b40e60d1ca090137773642.tar.xz
eclipse.platform.debug-8d359bf2452fca1144b40e60d1ca090137773642.zip
1GITH5J: ITPDUI:ALL - Fix HTML doc problems in 2.0
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/core/model/package.html8
-rw-r--r--org.eclipse.debug.core/core/org/eclipse/debug/core/package.html29
-rw-r--r--org.eclipse.debug.ui/doc/hglegal.htm1
-rw-r--r--org.eclipse.debug.ui/doc/org_eclipse_debug_ui.html4
-rw-r--r--org.eclipse.debug.ui/doc/org_eclipse_debug_ui_debugModelPresentations.html26
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/package.html15
6 files changed, 40 insertions, 43 deletions
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/package.html b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/package.html
index 59c1b7ba2..4b091a06d 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/model/package.html
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/model/package.html
@@ -1,8 +1,8 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<title>Eclipse Debug Tools</title>
</head>
@@ -17,7 +17,7 @@ understanding that any code that uses this API will almost certainly be broken
(repeatedly) as the API evolves.</p>
<p>A language independent &quot;debug model&quot; is represented by the set of interfaces
-defined in <font face="Courier">org.eclipse.debug.core.model</font>. A client implements a debug
+defined in <b>org.eclipse.debug.core.model</b>. A client implements a debug
model by providing an implementation of these interfaces in a plug-in. (There is no
explicit extension point that represents a debug model). Each debug architecture will have
its own way of initiating a debug session. Generally, each debug model will provide one or
@@ -42,8 +42,8 @@ responsibility.</p>
<h4>Rendering &amp; Presentation</h4>
<p>Debug model elements and breakpoints are displayed in the workbench. To support
-configurable and extensible presentation, the debug UI plug-in defines the <font
-face="Courier">debugModelPresentations</font> extension point. Extensions of this kind
+configurable and extensible presentation, the debug UI plug-in defines the <b>
+debugModelPresentations</b> extension point. Extensions of this kind
register for a specific debug model. It is intended that an implementation of a debug
model will also provide an implementation of a debug model presentation. The presentation
provides:
diff --git a/org.eclipse.debug.core/core/org/eclipse/debug/core/package.html b/org.eclipse.debug.core/core/org/eclipse/debug/core/package.html
index 81476871a..41340ca70 100644
--- a/org.eclipse.debug.core/core/org/eclipse/debug/core/package.html
+++ b/org.eclipse.debug.core/core/org/eclipse/debug/core/package.html
@@ -1,8 +1,8 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<title>Eclipse Debug Tools</title>
</head>
@@ -31,8 +31,8 @@ of a debug model based on the standard Java Debug Interface (JDI).</p>
<h4>The Debug Model</h4>
-<p>The &quot;debug model&quot; is represented by the set of interfaces defined in <font
-face="Courier">org.eclipse.debug.core.model</font>. A client implements a debug model by
+<p>The &quot;debug model&quot; is represented by the set of interfaces defined in <b>
+org.eclipse.debug.core.model</b>. A client implements a debug model by
providing an implementation of these interfaces in a plug-in. (There is no explicit
extension point that represents a debug model). Each debug architecture will have its own
way of initiating a debug session. Generally, each debug model will provide one or more
@@ -56,7 +56,7 @@ responsibility.</p>
<h5>Rendering &amp; Presentation</h5>
<p>Debug model elements and breakpoints are displayed in the workbench. To support
-configurable and extensible presentation, the<font face="Courier"> debugModelPresentations</font>
+configurable and extensible presentation, the<b> debugModelPresentations</b>
extension point is used. Extensions may be registered for a specific debug model. It is
intended that an implementation of a debug model will also provide an implementation of a
debug model presentation. The presentation provides:
@@ -84,25 +84,24 @@ common line breakpoint marker, as well as the attributes for these markers. Brea
creation is a client responsibility - that is, choosing which resource to associate a
breakpoint with.</p>
-<p>The breakpoint definitions in plug-in <font face="Courier New">org.eclipse.debug.core</font>
+<p>The breakpoint definitions in plug-in <b>org.eclipse.debug.core</b>
are as follows: </p>
-<font SIZE="2">
-<p><font face="Courier">&lt;extension id=&quot;breakpoint&quot;
+<p>&lt;extension id=&quot;breakpoint&quot;
point=&quot;org.eclipse.core.resources.markers&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;super type=&quot;org.eclipse.core.resources.marker&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;persisted value=&quot;true&quot;/&gt;</font></font><br>
<font face="Courier" SIZE="2">&nbsp;&nbsp;&nbsp; &lt;attribute
name=&quot;modelIdentifier&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;attribute name=&quot;enabled&quot;/&gt;<br>
-&lt;/extension&gt;</font></p>
+&lt;/extension&gt;</p>
-<p><font face="Courier" SIZE="2">&lt;extension id=&quot;lineBreakpoint&quot;
+<p>&lt;extension id=&quot;lineBreakpoint&quot;
point=&quot;org.eclipse.core.resources.markers&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;super type=&quot;org.eclipse.debug.core.breakpoint&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;super type=&quot;org.eclipse.core.resources.textmarker&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;persisted value=&quot;true&quot;/&gt;<br>
-&lt;/extension&gt;</font></p>
+&lt;/extension&gt;</p>
<h5>Breakpoint Creation</h5>
@@ -126,7 +125,7 @@ responsibility.</p>
<h5>Persistence</h5>
<p>Breakpoints are persisted via the standard marker mechanism. Breakpoints defined with
-the <font face="Courier New">persisted</font> attribute as <font face="Courier New">false</font>
+the <b>persisted</b> attribute as <b>false</b>
will not be persisted. Breakpoints are restored at workspace startup time by the
breakpoint manager - that is, all persisted markers which are a subtype of the root
breakpoint marker are added to the breakpoint manager. To allow for selective persistence
@@ -150,7 +149,7 @@ with the breakpoint manager).</p>
<h5>Deletion</h5>
<p>Removing a breakpoint from the breakpoint manager signals the end of the breakpoint
-lifecycle. A breakpoint may be removed with the method <font face="Courier">org.eclipse.debug.core.IBreakpointManager.removeBreakpoint(IMarker)</font>,
+lifecycle. A breakpoint may be removed with the method <b>org.eclipse.debug.core.IBreakpointManager.removeBreakpoint(IMarker)</b>,
or by deleting the underlying marker (in the later case, the breakpoint manager notices a
breakpoint has been deleted, and automatically removes it).</p>
@@ -165,12 +164,12 @@ model dependent.</p>
<h5>Target Notification</h5>
-<p>Debug targets are notified of breakpoints via the <font face="Courier New">IBreakpointListener</font>
+<p>Debug targets are notified of breakpoints via the <b>IBreakpointListener</b>
mechanism. The breakpoint manager only notifies debug targets of breakpoints
added/changed/removed, after a target has been created. Since breakpoints are often in
existence before a debug target is launched, a debug target is responsible for querying
-the breakpoint manager for breakpoints in existence when it is created - see <font
-face="Courier">org.eclipse.debug.core.IBreakpointManager.getBreakpoints(String)</font>,
+the breakpoint manager for breakpoints in existence when it is created - see <b>
+org.eclipse.debug.core.IBreakpointManager.getBreakpoints(String)</b>,
which provides a list of active breakpoints for a specific debug model.</p>
</body>
</html>
diff --git a/org.eclipse.debug.ui/doc/hglegal.htm b/org.eclipse.debug.ui/doc/hglegal.htm
index b071dbdf4..d9e453f84 100644
--- a/org.eclipse.debug.ui/doc/hglegal.htm
+++ b/org.eclipse.debug.ui/doc/hglegal.htm
@@ -2,7 +2,6 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
- <meta name="GENERATOR" content="Mozilla/4.73 [en] (Win98; U) [Netscape]">
<title>Legal Notices</title>
</head>
<body>
diff --git a/org.eclipse.debug.ui/doc/org_eclipse_debug_ui.html b/org.eclipse.debug.ui/doc/org_eclipse_debug_ui.html
index b052a1214..dc7198526 100644
--- a/org.eclipse.debug.ui/doc/org_eclipse_debug_ui.html
+++ b/org.eclipse.debug.ui/doc/org_eclipse_debug_ui.html
@@ -1,8 +1,8 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<title>README Debug User Interface Extension Points</title>
</head>
@@ -10,7 +10,7 @@
<h1 align="center">Eclipse Debug Tools User-Interface</h1>
-<p>This debug tools UI plug-in, <font face="Courier">org.eclipse.debug.ui</font>, implements a
+<p>This debug tools UI plug-in, <b>org.eclipse.debug.ui</b>, implements a
debug user-interface, allowing the user to view and manipulate debug targets, processes,
threads, stack frames, and variables. It provides standard debug functionality such as
stepping, setting breakpoints, etc. <br>
diff --git a/org.eclipse.debug.ui/doc/org_eclipse_debug_ui_debugModelPresentations.html b/org.eclipse.debug.ui/doc/org_eclipse_debug_ui_debugModelPresentations.html
index c0fca96fc..5b1317eea 100644
--- a/org.eclipse.debug.ui/doc/org_eclipse_debug_ui_debugModelPresentations.html
+++ b/org.eclipse.debug.ui/doc/org_eclipse_debug_ui_debugModelPresentations.html
@@ -1,8 +1,8 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<title>README Viewer Label Provider Extension Points</title>
</head>
@@ -19,14 +19,14 @@ images, and editors for elements in a specific debug model.</p>
<p><b><i>Configuration Markup:</i></b> </p>
<p><tt>&nbsp;&nbsp; &lt;!ATTLIST sectionParser</tt> <br>
-<tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; class&nbsp;&nbsp; &nbsp;&nbsp;CDATA #REQUIRED</tt> <tt><font
-face="Courier New"><br>
-</font>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; id &nbsp; &nbsp; &nbsp;&nbsp; CDATA #REQUIRED</tt>
+<tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; class&nbsp;&nbsp; &nbsp;&nbsp;CDATA #REQUIRED</tt> <tt>
+<br>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; id &nbsp; &nbsp; &nbsp;&nbsp; CDATA #REQUIRED</tt>
<ul>
- <li><b>class</b> &#150; fully qualifed name of a Java class that implements the <font
- face="Courier New">org.eclipse.debug.ui.IDebugModelPresentation</font></li>
- <li><strong>id</strong> &#150; the identifier of the debug model this presentation is
+ <li><b>class</b> - fully qualifed name of a Java class that implements the <b>
+ org.eclipse.debug.ui.IDebugModelPresentation</b></li>
+ <li><strong>id</strong> - the identifier of the debug model this presentation is
responsible for</li>
</ul>
@@ -34,21 +34,21 @@ face="Courier New"><br>
<p>The following is an example of a view filter extension point: </p>
-<pre><font face="Courier"><tt>&nbsp;&nbsp; &lt;extension</tt>
+<pre><tt>&nbsp;&nbsp; &lt;extension</tt>
<tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; point = &quot;org.eclipse.debug.ui.debugModelPresentations&quot;&gt;</tt>
<tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;debugModelPresentation</tt>
<tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; class = &quot;com.example.JavaModelPresentation&quot;&gt;</tt>
<tt> id = &quot;com.example.JavaDebugModel&quot;
&lt;/debugLabelProvider</tt>
-<tt>&nbsp;&nbsp; &lt;/extension&gt;</tt></font> </pre>
+<tt>&nbsp;&nbsp; &lt;/extension&gt;</tt></pre>
<p>In the example above, the class <tt>com.example.JavaModelPresentation</tt> will be used
-to render and present debug elements originating from the debug model identified by <font
-face="Courier">com.example.JavaDebugModel</font>.</p>
+to render and present debug elements originating from the debug model identified by <b>
+com.example.JavaDebugModel</b>.</p>
<p><b><i>API Information: </i></b>Value of the action attribute <b>class</b> must be a
-fully qualified class name of a Java class that implements <font size="2"
-face="Courier New">org.eclipse.debug.ui.IDebugModelPresentation.</font></p>
+fully qualified class name of a Java class that implements <b>
+org.eclipse.debug.ui.IDebugModelPresentation.</b></p>
<p><a href="hglegal.htm"><img src="ngibmcpy.gif" alt="Copyright IBM Corp. 2000, 2001. All Rights Reserved."
border="0" width="195" height="12"></a></p>
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/package.html b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/package.html
index 8f5023fa7..980386c8f 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/package.html
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/package.html
@@ -1,8 +1,8 @@
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
<title>Eclipse Debug Tools</title>
</head>
@@ -22,8 +22,8 @@ understanding that any code that uses this API will almost certainly be broken
<p>Eclipse Debug Tools UI (debug UI plug-in) provides a set of classes and interfaces to
support a debugger user interface. A generic debug perspective is provided with a common
set of views. Clients are allowed to contribute actions to the debug views via the
-standard workbench <font face="Courier New">viewAction</font> extension point, and can
-contribute to popup menus in the debug views via the standard <font face="Courier New">popupMenu</font>
+standard workbench <b>viewAction</b> extension point, and can
+contribute to popup menus in the debug views via the standard <b>popupMenu</b>
extension point.</p>
<h4>The Debug View</h4>
@@ -57,7 +57,7 @@ workspace. It supports enabling/disabling and breakpoint removal.</p>
<h4>Debug Model Presentation</h4>
-<p>The debug UI plug-in defines an extension (<font face="Courier New">org.eclipse.debug.ui.debugModelPresentations</font>)
+<p>The debug UI plug-in defines an extension (<b>org.eclipse.debug.ui.debugModelPresentations</b>)
point to allow implementations of debug models to provide custom rendering and
presentation of its debug elements. Extensions are be registered for a specific debug
model. It is intended that an implementation of a debug model will also provide an
@@ -71,10 +71,9 @@ implementation of a debug model presentation. The presentation provides:
<h4>Launch Wizard</h4>
-<p>The debug UI plug-in defines an interface that launch wizards must implement - <font
-face="Courier New">org.eclipse.debug.ui.ILaunchWizard</font>. Launch wizards are defined
-in <font face="Courier New">launcher</font> extensions (defined by <font
-face="Courier New">org.eclipse.debug.core</font>), and are instantiated by the debug UI
+<p>The debug UI plug-in defines an interface that launch wizards must implement - <b>
+org.eclipse.debug.ui.ILaunchWizard</b>. Launch wizards are defined
+in <b>launcher</b> extensions (defined by <b>org.eclipse.debug.core</b>), and are instantiated by the debug UI
plug-in.</p>
<h4>Debug Perspective</h4>

Back to the top