Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Pazderski2019-08-13 06:59:53 +0000
committerPaul Pazderski2019-08-13 06:59:53 +0000
commitcfcb6aa0bb40b6432ce5610ee7d90d0c1d42f12d (patch)
tree8ccc4287421d0049fd4ae262362e32115d08d46d
parent87ce0b8731c585fee104c6b057468f2ea641c396 (diff)
downloadnews-cfcb6aa0bb40b6432ce5610ee7d90d0c1d42f12d.tar.gz
news-cfcb6aa0bb40b6432ce5610ee7d90d0c1d42f12d.tar.xz
news-cfcb6aa0bb40b6432ce5610ee7d90d0c1d42f12d.zip
Bug 548886 - Move "Show Commandline" entry from dialogs to debug section
Change-Id: Iefcd0033009ad27f95c2dd33a541b2f25137eb2d Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
-rw-r--r--4.13/platform.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/4.13/platform.html b/4.13/platform.html
index 9a2cd1a6..ffffd051 100644
--- a/4.13/platform.html
+++ b/4.13/platform.html
@@ -95,16 +95,6 @@ ul {padding-left: 13px;}
</td>
</tr>
- <tr id="external-tool-showcommandline"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=548886 -->
- <td class="title">Show Command Line for external program launch</td>
- <td class="content">
- The <b>External Tools Configuration</b> dialog for launching an external program now supports the "Show Command Line" button.
- <p>
- <img src="images/external-tool-showcommandline.png" alt=""/>
- </p>
- </td>
- </tr>
-
<tr id="colors-in-compareviewer"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=450320 -->
<td class="title">Show colors for additions and deletions in Compare viewer</td>
<td class="content">
@@ -146,6 +136,16 @@ ul {padding-left: 13px;}
</td>
</tr>
+ <tr id="external-tool-showcommandline"> <!-- https://bugs.eclipse.org/bugs/show_bug.cgi?id=548886 -->
+ <td class="title">Show Command Line for external program launch</td>
+ <td class="content">
+ The <b>External Tools Configuration</b> dialog for launching an external program now supports the "Show Command Line" button.
+ <p>
+ <img src="images/external-tool-showcommandline.png" alt=""/>
+ </p>
+ </td>
+ </tr>
+
<!-- ****************** End of Debug ************************************* -->
<!-- ****************** Preferences ************************************* -->

Back to the top