Aptana Studio: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 23: | Zeile 23: | ||
==Aptana Development== | ==Aptana Development== | ||
* [https://jira.appcelerator.org/browse/APSTUD Jira of Aptana Studio] | * [https://jira.appcelerator.org/browse/APSTUD Jira of Aptana Studio] | ||
+ | |||
+ | ==Alternatives== | ||
+ | ===Online IDEs=== | ||
+ | * [http://ace.ajax.org/ Ace] | ||
+ | ** Pulled request: [https://github.com/ajaxorg/ace/pull/1189 Implement basic code completion], [http://stackoverflow.com/questions/13545433/autocompletion-in-ace-editor Autocompletion in ACE editor] | ||
[[Category: Software]] | [[Category: Software]] |
Version vom 19. Juni 2013, 21:13 Uhr
__NONUMBEREDHEADINGS__ http://www.aptana.com/products/studio3
Plugins
- jshint-eclipse - JSHint integration for the Eclipse IDE
- http://jebaird.com/2012/11/02/useful-plugins-for-aptana-studio-3.html
- Using the Eclipse Marketplace on Aptana Studio 3
Code Completion
- jQuery: Commands->Bundle Development->Install Bundle and then select jQuery from the list.
Shortcuts
- Unbind Shift-Alt Up shortkey in 12.04? (useful for block selection in Aptana/Eclipse)
- 10 Eclipse Navigation Shortcuts Every Java Programmer Should Know
- Eclipse Shortcuts
Libraries Support
Validation
- We've added a new high-performance JavaScript Style validator that does much of what JSLint does, but in a fraction of the time. Try turning it on in Preferences > Studio > Validation > JavaScript.
Aptana Development
Alternatives
Online IDEs
- Ace
- Pulled request: Implement basic code completion, Autocompletion in ACE editor