It seems as though Aptana does not resolve dojo.require() package delcarations becuase I get no code assist for dojo libraries. For example, I put the following into a single .js file:
dojo.require("dijit.form.Button");
var button = new dijit.form.Button();
Aptana does recognize the base dojo library and provides code assist that helped me find dojo.require(). However, it does not realize that I have imported the dijit library. When I try to ctrl+click the dijit, form, or Button text there are no links to the source. When I press ctrl+space after dijit. or form. nothing happens.
Of course when I created the web project, I added Dojo 1.2 as an Ajax library.
Help?
