Aptana Studio: Unterschied zwischen den Versionen

Aus Open Source Ecology - Germany
Zur Navigation springen Zur Suche springen
 
(3 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 11: Zeile 11:
 
** [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]
 
** [http://stackoverflow.com/questions/15098551/how-to-enable-code-assist-for-the-dom-for-javascript-projects-in-eclipse How to enable code assist for the DOM for JavaScript projects in Eclipse]
 
** [http://stackoverflow.com/questions/15098551/how-to-enable-code-assist-for-the-dom-for-javascript-projects-in-eclipse How to enable code assist for the DOM for JavaScript projects in Eclipse]
 +
 +
===HTML===
 +
* [http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=EclipseHTMLEditor EclipseHTMLEditor]
  
 
==Plugins==
 
==Plugins==
Zeile 41: Zeile 44:
 
===Debug===
 
===Debug===
 
* Right click on project -> Debug as -> PyDev Django (starts the server in debug mode)
 
* Right click on project -> Debug as -> PyDev Django (starts the server in debug mode)
 +
* [http://vimeo.com/44068706 How to setup django project to be debugged in Aptana]
  
 
==Drawbacks==
 
==Drawbacks==
Zeile 46: Zeile 50:
  
 
==Alternatives==
 
==Alternatives==
* [https://www.jetbrains.com/pycharm/ PyCharm]
+
* [[PyCharm]]
  
 
===Online IDEs===
 
===Online IDEs===

Aktuelle Version vom 24. Juni 2013, 11:38 Uhr

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

Editors Settings

Javascript

HTML

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

Django

Configure

Debug

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