aptana

eclipse shows only “open projects” in project explorer

孤者浪人 提交于 2019-12-12 04:45:27
问题 System: Eclipse Standard/SDK Version: Luna Release (4.4.0) Build id: 20140612-0600 Aptana Plugin 3.6.0. Problem: In PHP-Explorer I see all my Projects in Workspace. In Project Explorer, I only see current open Projects. So I check the setting in "Customize view". The Setting is set to "show" all closed Project, but they don't. Any Idea, how to got my closed Project shown there? 回答1: I found the Problem. A bit below the Checkbox "Closed projects" there is a Checkbox "PyDev closed projects". I

Aptana studio 3.6 installation error

北慕城南 提交于 2019-12-12 03:15:29
问题 When trying to install Aptana Studio 3.6.1 (on WinXP) I get an error: "Failed to correctly acquire installer_nodejs_windows.msi file: CRC error". I downloaded node.js windows installer from nodejs.org and installed it, but next trial to install Aptana failed. I copied the file to "/AppData/Roaming/Appcelerator/Aptana Studio/installer_nodejs_windows.msi", but next Aptana installation trial failed with the same error message. 回答1: Aptana Studio 3.6 doesnt work with the newest version of node.js

java error causing Aptana not to run

谁说我不能喝 提交于 2019-12-12 03:08:24
问题 A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run AptanaStudio3. No Java virtual machine was found after searching the following locations: /home/hts/bin/Aptana Studio 3/jre/bin/java java in your current PATH I am getting the above error when ever i run aptana . I have Sun java and it's defined in the environment. How can i solve it 回答1: I found: ./aptana -vm /etc/alternatives/java In your installation: ./aptana -vm "/path/to/java/bin/directory"

Aptana Studio 3.0.4: Errors and warnings stuck in “Problems” pane

我与影子孤独终老i 提交于 2019-12-12 01:47:58
问题 I have 3 errors and 10 warnings that are "stuck", for lack of a better word, in the "Problems" pane. They're all related to JS/HTML and the project is a PyDev Django project. There are no files open in Aptana. I've tried restarting multiple times. I've even gone into the preferences and turned off validation for both JS and HTML, yet they persist. Opening other files, such as a python file will update the "Problems" pane with any errors/warnings specific to that file, and removes the errors

Aptana - Keyboard shortcut for HTML/JS (jQuery) Preview within the IDE?

让人想犯罪 __ 提交于 2019-12-12 01:33:45
问题 Is there an Aptana shortcut button for previewing within the IDE? (rather than having to mouse over to IE) ... 回答1: Keyboard shortcut for switch between source/preview: Alt + PgUp / Alt + PgDwn Not mentioned in official documentation. 来源: https://stackoverflow.com/questions/3462216/aptana-keyboard-shortcut-for-html-js-jquery-preview-within-the-ide

How to Update Aptana Studio to the latest?

你离开我真会死。 提交于 2019-12-11 20:39:39
问题 I have Aptana 3.1.1 installed and want to update it to 3.1.3, the latest version. How could i do that? I have tried the "Check for Updates" under "Help" menu, and it said "No updates were found". I guess that a update site needs to be added, is it? Hope I don't have to download the latest version to update Aptana... Thanks for any help. 回答1: The problem is that the update sites list is empty. To add a list, just import the list in the .xml file provided by Aaron K here. 回答2: Please try the

Terminating Flask's Internal Server in Eclipse ( Aptana Pydev)

帅比萌擦擦* 提交于 2019-12-11 18:04:10
问题 I am using Aptana plugin in eclipse Luna. Pydev is already there in Aptana. I am doing flask development using flask's internal web server (Werkzeug/0.10.1 Python/2.7.6). When i run my project everything goes well but when i terminate run, my app server remain active. It keeps serving and when i run my project again it gives me following socket error. socket.error: [Errno 98] Address already in use Previously i was using pydev without aptana and it was working fine. Now for every run i am

How to add to Aptana helpful panel with snippets?

与世无争的帅哥 提交于 2019-12-11 17:41:37
问题 tell me please, how can i add top panel like on a screenshot? (with comment blocks and helpful snippets) Click for full size. 回答1: The top toolbar on the HTML/CSS/JS editors from Aptana 2 is not in Aptana 3. You can achieve the same functionality using various commands and snippets. Look under the Commands menu for each languages for some of the new commands with their keybindings. You can also read more on Rubles here: http://wiki.appcelerator.org/display/tis/Ruble+Specification And the

Can't open new projects in Aptana Studio 3

纵饮孤独 提交于 2019-12-11 16:13:52
问题 I tried the operations as you can see at the image below. Can you please help me to set up ruby/rails, so I can learn that popular technology. enlarge image EDIT: There must be an error in my settings with ruby/rails so aptana can't access rails. I have used railsinstaller for windows. rails folder exists under gems folder, so rails should be installed. EDIT2: It may be proxy settings!? 回答1: If you are behind a proxy try export HTTP_PROXY=http://yourproxy:port or export HTTP_PROXY=username

Rails project can not be created

无人久伴 提交于 2019-12-11 15:22:52
问题 I want to create a Rail project named Pierre with Aptana Studio 3 but it's written : Pierre@PC-Pierre ~ $ rails new . Can't initialize a new Rails application within the directory of another, please change to a non-Rails directory first. Type 'rails' for help. I have joined a screenshot of the repository where I created my project. Could someone help me to deal with that ? 回答1: Seems like the issue you are describing comes from Aptana and not Rails. Create the App from cmd and then import it