I am using Aptana 3 but I am frustrated with the lack of code assist it has. Also I copied a sample but I am getting warningsHere is the samplehttp://developers.arcgis.com/en/javascript/jssamples/map_imagery.htmlAnd the warnings I get for the two divs in the code below is:div proprietary attribute "data dojo-type" <body class="claro"> <div data-dojo-type="dijit.layout.BorderContainer" data-dojo-props="design:'headline', gutters:false" style="width: 100%; height: 100%; margin: 0;"> <div id="map" data-dojo-type="dijit.layout.ContentPane" data-dojo-props="region:'center'" style="overflow:hidden;"> </div> </div>
Does anybody know why I am getting these warnings? And also, how can I get good intellisense in Aptana 3?Thanks!!!