aptana

Project location must be empty when creating a new project?

╄→гoц情女王★ 提交于 2019-12-25 07:18:12
问题 Good afternoon. I've tried to find an answer to this question but can't seem to find one. I'm using a study guide to teach myself HTML5 and CSS3. This study guide comes with some material to use for exercises. The first step is for me to create a new project using the provided material but every time I try I am told that the folder I have set for the project is not empty. The steps I am told to use are as follows: File > New > Web Project Set Template Next Project Name Uncheck "Use default

aptana studio terminal setup on windows

ε祈祈猫儿з 提交于 2019-12-25 06:52:03
问题 I'm just learning ruby on rails and try to configure it to work on windows 7 x64 and aptana studio. I've installed ruby 1.9.2 with rails installer and commands are working from the regular windows command line. But when I'm trying to use aptana's terminal window I'm getting the following error: $ bundle sh.exe": /c/RailsInstaller/Ruby1.9.2/bin/bundle: C:/Projects/railsinstaller/stage/Ruby1.9.2/bin/ruby.exe: bad interpreter: No such file or directory How can I make commands to work from

Adobe AIR for Android Hello World

社会主义新天地 提交于 2019-12-25 04:24:20
问题 Apologies in advance for asking such stupid questions, but: In Workflow for creating AIR applications for mobile devices, they say to Create an AIR application descriptor file (using the 2.5, or later, namespace). Compile the application. Package the application as an Android package (.apk). What do they mean by an AIR application descriptor file? Do they mean application.xml? What do they mean by the 2.5 namespace? I see application xmlns="http://ns.adobe.com/air/application/2.0" in

How to using the Aptana Studio 3 move file to trash when delete or clean file?

南笙酒味 提交于 2019-12-25 03:56:29
问题 Is it possible for Aptana to offer a "Move file to trash" option instead of deleting the file directly? I've often accidentally deleted files. 回答1: It sounds as if that feature won't/can't be implemented in Eclipse: https://bugs.eclipse.org/bugs/show_bug.cgi?id=70810 However, they do mention using local history for the same thing: "If you have deleted a file in the Navigator, simply right click on the parent folder and select 'Restore from Local History'." 来源: https://stackoverflow.com

Aptana Scriptdoc doesn't show up in Code Assist

左心房为你撑大大i 提交于 2019-12-25 02:26:09
问题 I've followed all the instructions to get my code comments to show up in Code Assist but I'm not having any luck. Currently using Aptana 3 plugin inside of Eclipse (could that be the issue?) myObj = { /** * Gets the current foo * @param {String} fooId The unique identifier for the foo. * @return {Object} Returns the current foo. */ getFoo: function (fooID) { return bar[fooID]; } } When I have the above code, the function shows up in code assist, but there is no documentation associated with

Aptana Studio 3 SHIFT+ENTER option select

浪子不回头ぞ 提交于 2019-12-25 01:24:53
问题 In Aptana right now, when we do SHIFT+ENTER, it brings up two choices: New method - Press 1 Insert new line after current line - Press 2 I want to default it to the second option, but I have not found any option for it. Help? 回答1: This worked for me Under Commands find the Bundle that shows the key binding you want to change Locate the name of the binding Under Commands > #BINDING# > edit binding The ruble project will appear in the Project Explorer Under the command folder locate the command

Ruby: Could not find rake-0.9.2 in any of the sources

与世无争的帅哥 提交于 2019-12-25 01:08:14
问题 Note: I retagged this question since I neglected to include the Aptana tag. The error occurs when choosing "run server" in Aptana Studio 3. Aptana tries to execute script/rails server, which results in the error below. Perhaps an Aptana guru can answer? I've looked through and tried the suggested solutions in all the similar questions I found. Most of the questions did not have an accepted answer. I've started a fresh Rails project to start on a tutorial, and when I try to run the server, I

Aptana Studio / Aptana Eclipse Plugin… “Help > Install Aptana Features” doesn't exist

纵饮孤独 提交于 2019-12-25 00:28:58
问题 I can't figure out how to install features either in Aptana or in Eclipse after installing the Aptana Eclipse Plugin. Specifically, I want to install the jQuery Code Assist feature. I've read that I should go to "Help >> Install Aptana Features" in both Eclipse and Aptana. Well this menu item doesn't exist in either. When I go to "Help" in Aptana the only options are: "Check for Updates" and "Install new software" . Same goes for Eclipse. I'm using Aptana Studio 3 and Eclipse 3.7. 回答1: The

ValueError: Too Many Values to Unpack Aptana Studio 3

梦想与她 提交于 2019-12-25 00:24:55
问题 I am working on exercise 13 from learnpythonthehardway.org. I should run this code: from sys import argv script, first, second, third = argv print "The script is called:", script print "Your first variable is:", first print "Your second variable is:", second print "Your third variable is:", third Then enter "python ex13.py first 2nd 3rd" on command line and should output: The script is called: ex13.py Your first variable is: first Your second variable is: 2nd Your third variable is: 3rd

Test automation of Aptana (Eclipse) GUI

坚强是说给别人听的谎言 提交于 2019-12-24 21:39:01
问题 I m looking for a tool able to automate tests for Aptana Studio's GUI. Google was not too helpful in this case. Thanks, Shakov 回答1: You are looking to automate the SWT GUI (SWT is the UI foundations of Eclipse). Google the term "SWT test automation" and see what comes up. I know companies that use QF Test. It is an expensive option, but I know that it works well. Another option is to use SWT Bot which is free. Last week I also came across this very very cool project that can automate pretty