How to create an HTML 5 project in Aptana studio?

I installed Aptana Studio 3 on my Windows machine.

I created a new WEB project, but when I expand my Proj folder, I only see the Connection tab. Nothing more. What is the problem? What should I do to get all the files?

+4
source share
1 answer

Forgive me if the following is what you have already done, but I was not sure what steps you took from your question / message ... I am looking at the standard steps for creating an HTML 5 web project with Boilerplate templates:

  • Open Aptana (duh :))
  • File → New → Web Project
  • Indicate the name of the project and select your directory if you do not want to use the default
  • Click "Next"
  • Check the box "Create a project using one of the templates"
  • Choose HTML5 Boilerplate (use cached - I can never get another connected to the network to work)
  • Choose Done

Now you should see the new project and all its default files in the "Application Explorer" view in Aptana.

If you followed these steps but still failed, I would have fixed the error (or at least checked the existing problems with Aptana) at: http://jira.appcelerator.org/browse/APSTUD (errors)

+10
source

Source: https://habr.com/ru/post/1386892/


All Articles