

- #Aptana studio 3 javascript how to#
- #Aptana studio 3 javascript mac os#
- #Aptana studio 3 javascript install#

Enable variable highlighting by checking the Highlight current line option in the General > Editors > Text Editors section of the Preferences dialog. Variable highlighting allows you to select a variable in Aptana to view all the occurrences of selected variable in the file.
#Aptana studio 3 javascript install#
Download and install the JavaScript API code assist plug-in from the ArcGIS Resource Center.Īfter downloading and installing Aptana you can customize it to specify options like custom formatters, tab width and variable highlighting.In the Aptana Features dialog expand JavaScript libraries and select Dojo to install the Dojo libraries. Install the Dojo plug-in using the Help > Install Aptana Features menu option.Aptana provides many features that simplify the coding process such as code assist, color-coding, integration of popular JavaScript libraries and much more. Aptana Studio 2Īptana is a free IDE that simplifies the process of building Web applications.
#Aptana studio 3 javascript how to#
In this topic, we'll cover how to configure some popular development environments to simplify the process of building applications using the ArcGIS API for JavaScript. JavaScript developers have a wide-range of development environments to choose from, including bare-bones environments like Notepad to an integrated development environment with many helpful features like Aptana. The important point is web pages using the ArcGIS API for JavaScript are served over http.
#Aptana studio 3 javascript mac os#
On Mac OS and Linux, Apache is a popular option but any web server will do.

Web server software is available free of charge for all operating systems. To meet this requirement, install and configure a web server. This means that web pages and apps using the ArcGIS API for JavaScript need to be accessed over (or rather than file://. When developing with the ArcGIS API for JavaScript, a web server is required.
