blob: fb135f629f8f2d9532dd6a2489c532e0bd59de4d [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 http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="default_style.css" type="text/css" title="main" media="screen" />
<title>Orion 2.0 M2 News</title>
</head>
<body>
<h1>Orion 2.0 M2 - New and Noteworthy</h1>
<p>Here are some of the more noteworthy things available in milestone build M2
(Month DD, YYYY) which is now available for <a href="http://download.eclipse.org/eclipse/downloads/" target="_top">download</a>.
</p>
<table class="news" border="0" cellpadding="10" cellspacing="0" width="80%">
<tr id="js-content-assist-enhance">
<td class="title">Improved content assist inferencing</td>
<td class="content">
<ul>
<li>Type inferencing for parameterized arrays eg: var x = ['str']; x.sub|</li>
<li>Inferring associative arrays, eg: myObj['someProp']</li>
<li>Ability to infer variables before being declared</li>
<li>Infer object shape based on how it is used.</li>
</ul>
Bug reports for these features (and more) are here:
* https://issuetracker.springsource.com/browse/SCRIPTED-168
* https://issuetracker.springsource.com/browse/SCRIPTED-131
* https://issuetracker.springsource.com/browse/SCRIPTED-257
* https://issuetracker.springsource.com/browse/SCRIPTED-256
* https://issuetracker.springsource.com/browse/SCRIPTED-195
* https://issuetracker.springsource.com/browse/SCRIPTED-192
* https://github.com/scripted-editor/scripted/issues/51
</td>
</tr>
<tr id="first-item">
<td class="title">First item</td>
<td class="content">
Item blurb.
</td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
</table>
</body>
</html>