Aptana Studio: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
Zeile 7: Zeile 7:
 
* Use "JavaScript Editor" instead of "JavaScript Source Editor":
 
* Use "JavaScript Editor" instead of "JavaScript Source Editor":
 
** better auto completion
 
** better auto completion
 +
* Convert your project to JavaScript project.
 +
** Right click on the project and then select "Convert to JavaScript project". This will add the JS nature to your project,
 
** [http://files.zend.com/help/PDT/setting_the_javascript_build_path.htm Setting the JavaScript Build Path]
 
** [http://files.zend.com/help/PDT/setting_the_javascript_build_path.htm Setting the JavaScript Build Path]
  

Version vom 23. Juni 2013, 11:15 Uhr

__NONUMBEREDHEADINGS__ http://www.aptana.com/products/studio3

Editors Settings

Javascript

  • Install the plugin "JavaScript Developer Tools". Repository location: http://download.eclipse.org/webtools/updates
  • Use "JavaScript Editor" instead of "JavaScript Source Editor":
    • better auto completion
  • Convert your project to JavaScript project.

Plugins

Code Completion

  • jQuery: Commands->Bundle Development->Install Bundle and then select jQuery from the list.

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

Drawbacks

  • It does not "understand" Django templates; treating them as ordinary HTML files. So you will not get code completion in templates

Alternatives

Online IDEs