-
Notifications
You must be signed in to change notification settings - Fork 51
New and Noteworthy 0.10.0
Here's a list of the most noteworthy things in the tern.java 0.10.0 release which will be available for download at ?. You can see issues for 0.10.0
YUI and AlloyUI tern plugins supports now completion and validation for both modules (eg : aui-tree
) and submodules (eg : aui-tree-data
) :
Anim class extends Base which provides none methods/properties but which uses several classes like BaseCore, AttributeCore. The tern plugin is able to mix BaseCore, AttributeCore methods/properties in Base to provide for instance addAttr:
AlloyUI A.Node augments the YUI3 Node with more util methods. The tern plugin is able to mix YUI3 node with AlloyUI A.Node to provide for instance ancestorsByClassName:
Add a support for jQuery UI :
For more information, please read Titanium.
Add a basic support for Appcelerator Titanium :
For more information, please read Titanium.
Your project uses somes tern modules. For instance if you use browser support and you execute the completion like this :
You can see methods of getElement
of DOM node in the completion although the a
variable is not a DOM node, why? It's because default guess of completion :
When completing a property and no completions are found,
Tern will use some heuristics to try and return some properties anyway.
Set this to false to turn that off.
Now you can change the guess value with Tern / Completion
project properties :
If you execute completion, you will see none result :
- Tern IDE
- Tern Toolings
-
Tern Modules
- AngularJS
- AlloyUI
- Browser
- Bootstrap
- CKEditor
- CordovaJS
- Dojo Toolkit
- ECMAScript
- ExtJS
- Game
- jQuery
- JSDoc Support
- Liferay
- Meteor
- Node.js
- Qooxdoo
- snabbt.js
- RequireJS
- Tabris.js
- three.js
- Titanium
- YUI Library
- Completion
- Linter (Validator)
- Tests
- JavaScript Build
- New and Noteworthy