Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Bullen2017-11-17 14:18:20 +0000
committerLucas Bullen2017-11-22 19:54:29 +0000
commite75cb324bcfce1a6623b06958d9045b0dade1c65 (patch)
tree70f8f2f224295a93642b02c4ce147f8b7b4c4ea4
parentc2a123577699c3965ddc560c17c2ba0d385a011f (diff)
downloadnews-e75cb324bcfce1a6623b06958d9045b0dade1c65.tar.gz
news-e75cb324bcfce1a6623b06958d9045b0dade1c65.tar.xz
news-e75cb324bcfce1a6623b06958d9045b0dade1c65.zip
Bug 518652 - [N&N] Provide "export" right click for launch configuration
Change-Id: I8928b71135374759b637257373adb2b73512a448 Signed-off-by: Lucas Bullen <lbullen@redhat.com>
-rw-r--r--4.8/M4/images/right-click-export-launch-config.pngbin0 -> 101349 bytes
-rw-r--r--4.8/M4/index.html10
2 files changed, 10 insertions, 0 deletions
diff --git a/4.8/M4/images/right-click-export-launch-config.png b/4.8/M4/images/right-click-export-launch-config.png
new file mode 100644
index 00000000..f80c30ad
--- /dev/null
+++ b/4.8/M4/images/right-click-export-launch-config.png
Binary files differ
diff --git a/4.8/M4/index.html b/4.8/M4/index.html
index 4fa49e9c..da2aff2f 100644
--- a/4.8/M4/index.html
+++ b/4.8/M4/index.html
@@ -276,6 +276,16 @@ table.news tr td.content {vertical-align: top;}
</td>
</tr>
+ <tr id="export-launch-configurations">
+ <td class="title">Right click option to export Launch Configurations</td>
+ <td class="content">
+ The Export Launch Configurations Wizard is now accessible through the right click menu on Launch Configurations. This wizard is still available with <b>File > Export > Run/Debug > Launch Configurations</b>
+ <p>
+ <img src="images/right-click-export-launch-config.png" alt=""/>
+ </p>
+ </td>
+ </tr>
+
<tr>
<td colspan="2" class="section" id="JDT">JDT</td>
</tr>

Back to the top