blob: 3eb1c73dd3ce9ab32d17753d024ba30c83b93c13 [file] [log] [blame]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="copyright" content="Copyright (c) Eclipse contributors and others 2018. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page."/>
<meta http-equiv="Content-Language" content="en-us"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="STYLESHEET" href="news.css" type="text/css"/>
<style type="text/css">
body {max-width: 900px;}
table.news col.title {width: 30%;}
/*img {max-width: 520px;}*/
table.news {table-layout: fixed; border-collapse: collapse; width: 100%;}
table.news td {border-top: solid thin black; padding: 10px; overflow: visible;}
table.news tr {vertical-align: top;}
table.news tr td.section {font-size: 20px; font-weight: bold;}
table.news tr td.title {vertical-align: top; font-weight: bold;}
table.news tr td.content {vertical-align: top;}
ul {padding-left: 13px;}
</style>
<title>Eclipse Project 4.9 - New and Noteworthy</title>
</head>
<body>
<h2>Plug-in Development Environment</h2>
<ul>
<li><a href="#dialogs-wizards-views">Dialogs, Wizards and Views</a></li>
<li><a href="#pde-compiler">PDE Compiler</a></li>
</ul>
<table class="news">
<colgroup>
<col class="title" />
<col />
</colgroup>
<tbody>
<!-- ******************** Dialogs, Editors and Views ********************** -->
<tr>
<td id="dialogs-wizards-views" class="section" colspan="2"><h2>Dialogs, Wizards and Views</h2></td>
</tr>
<tr id="pde-show-command-line">
<td class="title">Show Command Line button in PDE Launch Configuration</td>
<td class="content">
A new button <b>Show Command Line</b> has been added in the PDE launch configuration dialog.
<p>
<img src="images/pde_show_command_line.png" alt=""/>
</p>
Clicking the button will open a dialog to show the command line used for launching the application.
</td>
</tr>
<tr id="extension-point-description-dark-theme">
<td class="title">Extension point description on dark theme</td>
<td class="content">
When extension point descriptions were displayed in a wizard page, the text background and foreground were not styled correctly for the dark theme. This has now been corrected.
<p>
<img src="images/extension-point-description-dark-theme.png" alt="" />
</p>
</td>
</tr>
<!-- ******************** PDE Compiler ********************** -->
<tr>
<td id="pde-compiler" class="section" colspan="2"><h2>PDE Compiler</h2></td>
</tr>
<tr id="builder-scheduling-rule">
<td class="title">Relaxed scheduling rule for builders</td>
<td class="content">
The scheduling rule for PDE builders was relaxed. Instead of using the workspace
root, it now uses a composition of all PDE projects.
<p>
As a result, distinct PDE projects won't build in parallel, but PDE doesn't prevent
independent non-PDE projects from building in parallel.
</p>
</td>
</tr>
</tbody>
</table>
<script type="text/javascript" src="scripts.js"></script>
<p style="text-align:center">
<a href="platform_isv.php">Previous</a> <a style="margin:1em" href=".">Up</a> <span style="color:#808080">Next</span>
</p>
</body>
</html>