Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing Dojo into Aptana

How would I install support for dojo into Aptana? Basically I want to have auto completion working for dojo. Is there a way to do it?

like image 359
Evgeny C Avatar asked Jul 04 '11 20:07

Evgeny C


2 Answers

The process has changed. Instead, you drop a library API file into your project:

http://wiki.appcelerator.org/display/tis/Using+JavaScript+Libraries

like image 88
Ingo Muschenetz Avatar answered Oct 14 '22 22:10

Ingo Muschenetz


You do drop a library API file in your project as described in the link Ingo Muschenetz provided. However, no plugin that I have found currently FULLY supports Dojo content assist or auto completion. As in dojo.byId or dijit.byId are not supported through Aptana.

like image 41
Brett Avatar answered Oct 14 '22 22:10

Brett