mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Bug 549567: Add example of what checkmark overlay looks like to help
Change-Id: I1bb77e6085a7d1097f457ba5207f1ae791a9b452
This commit is contained in:
parent
810f329774
commit
342d0c7b89
8 changed files with 6 additions and 6 deletions
|
@ -2,6 +2,6 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %bundleName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.debug.application.doc;singleton:=true
|
||||
Bundle-Version: 1.1.200.qualifier
|
||||
Bundle-Version: 1.1.300.qualifier
|
||||
Bundle-Vendor: %provider
|
||||
Bundle-Localization: plugin
|
||||
|
|
|
@ -28,7 +28,7 @@ right-clicking on its description in the <strong>Breakpoints</strong> view.
|
|||
Enabled breakpoints are indicated with a blue
|
||||
<img src="../images/icon_breakpoint_obj.gif" alt="enabled breakpoint" > circle.
|
||||
Enabled breakpoints that are successfully installed
|
||||
are indicated with a checkmark overlay.</li>
|
||||
are indicated with a checkmark <img src="../images/installed_ovr.gif" alt="checkmark overlay" > overlay.</li>
|
||||
<li>When a breakpoint is disabled, it will not affect the execution of the program.
|
||||
Disabled breakpoints are indicated with a white
|
||||
<img src="../images/icon_breakpoint_disable.gif" alt="disabled breakpoint" > circle.<br>
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 64 B |
|
@ -10,7 +10,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>1.1.200-SNAPSHOT</version>
|
||||
<version>1.1.300-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.debug.application.doc</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.doc.user; singleton:=true
|
||||
Bundle-Version: 5.4.100.qualifier
|
||||
Bundle-Version: 5.4.200.qualifier
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
Bundle-ActivationPolicy: lazy
|
||||
|
|
|
@ -28,7 +28,7 @@ right-clicking on its description in the <strong>Breakpoints</strong> view.
|
|||
Enabled breakpoints are indicated with a blue
|
||||
<img src="../images/icon_breakpoint_obj.gif" alt="enabled breakpoint" > circle.
|
||||
Enabled breakpoints that are successfully installed
|
||||
are indicated with a checkmark overlay.</li>
|
||||
are indicated with a checkmark <img src="../images/installed_ovr.gif" alt="checkmark overlay" > overlay.</li>
|
||||
<li>When a breakpoint is disabled, it will not affect the execution of the program.
|
||||
Disabled breakpoints are indicated with a white
|
||||
<img src="../images/icon_breakpoint_disable.gif" alt="disabled breakpoint" > circle.<br>
|
||||
|
|
BIN
doc/org.eclipse.cdt.doc.user/images/installed_ovr.gif
Normal file
BIN
doc/org.eclipse.cdt.doc.user/images/installed_ovr.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 B |
|
@ -10,7 +10,7 @@
|
|||
<relativePath>../../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<version>5.4.100-SNAPSHOT</version>
|
||||
<version>5.4.200-SNAPSHOT</version>
|
||||
<artifactId>org.eclipse.cdt.doc.user</artifactId>
|
||||
<packaging>eclipse-plugin</packaging>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue