Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orion-dev] (no subject)

As promised, I finally have had time to update orion's content assist
support with all that we have been doing in scripted.  Some of the
interesting new features are these:
* Type inferencing for parameterized arrays  eg: var x = ['str']; x.sub|
* Inferring associative arrays, eg: myObj['someProp']
* Ability to infer variables before being declared
* Infer object shape based on how it is used.

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

The commit can be seen here:
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=b3d8f3e97b301eea306b9d615a707df3e37a16e6

Please contact me if you have any comments, questions, or just want
more information.  And, of course feature requests and bug reports
should go on bugzilla.  Thanks.

Andrew


Back to the top