1
0
Fork 0
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:
Jonah Graham 2019-08-17 15:47:27 -04:00
parent 810f329774
commit 342d0c7b89
8 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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>

View file

@ -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

View file

@ -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

View file

@ -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>