aptana

Aptana : java was started by returned exit code=13

♀尐吖头ヾ 提交于 2019-12-02 17:24:30
windows 8.1 64 Bit , Aptana 3.4.2 , Java 64 Bit Error: Java : Must you have 32-bit version of java, or may be you have both version [32-bit 64-bit] of java on same computer. Make sure you have 32-bit version then must you specify the version that using in Aptana studio to do this : 1-Go to apatana folder and find the AptanaStudio3.ini file "C:\Users\[YourUser]\AppData\Roaming\Appcelerator\Aptana Studio" 2- Add the java 32-bit version path to AptanaStudio3.ini using notepad Package arch is 32-bit only for Windows OS. The 32-bit version of the JDK is required regardless of whether it is running

Excluding file types in Eclipse / Aptana find in files search

廉价感情. 提交于 2019-12-02 17:24:26
Is there a way to exclude say, image types in Aptana or Eclipse file search? I want to search all files that are not images rather than specifying all the file types that I want to search in. Try putting an '!' mark in front of the pattern you don't want to match - putting !*.cgi, !*.pm, !*.sql in the File name patterns section is doing the job in a test I'm doing with Eclipse 3.4.1 (when the pattern was just * there was a file of each type, with that pattern, it is only returning js and pl files). I was afraid that it would be a bit naive with the patterns and just allow anything that matched

Aptana Studio vs. Eclipse [closed]

你离开我真会死。 提交于 2019-12-02 16:59:25
I am a beginner. I am using Aptana Studio for PHP. Today, I also downloaded Eclipse. I notice most of the features and workings are similar. It seems one is built on the code-base of the other. If so, what was the need for two similar Open Source IDEs on Java? Aptana is built on Eclipse. Eclipse is a general-purpose/Java-focused editor, whilst Aptana offers additional features which are targeted specifically at web development. There are also other Eclipse plugins that also focus on web development, including the Web Tools Project from the Eclipse team. Some people like Aptana, finding it a

Can't run a ruby hello world application in Aptana

ぐ巨炮叔叔 提交于 2019-12-02 14:59:44
问题 I have the same problem as asked by another question but it gives a different error message: "C:\Ruby192\bin\rubyw.EXE: No such file or directory -- SDK-3.7 (LoadError)" Does any one have a fix? I see there's a similar problem on Aptana's support page, but again, the error message is slightly different: C:\Ruby\Ruby192\bin\rubyw.EXE: No such file or directory -- Studio (LoadError) I can excecute Ruby programs normally on my computer so it's not a question of adding the correct environment

Aptana won't generate phpdoc blocks for functions within classes

放肆的年华 提交于 2019-12-02 05:43:34
问题 In Aptana, I have somehow broken the functionality to auto-generate phpdoc comments for functions within classes. It appears to only affect my current project. Normally I can type /** on the line before a function and press enter, and Aptana will create a phpdoc comment with the correct @param values, etc. For some reason when I do this now Aptana creates 2 comments, one within the other. e.g. /** * /** * */ */ public static function getByLogin($loginID, $ip, $userAgent) { } It works normally

Integrate Shoes into Aptana Studio RadRails

折月煮酒 提交于 2019-12-02 03:51:07
问题 How can I run my Carpet applications directly from Aptana Studio with RadRails? Setting the shoes.exe as VM/Interpreter won't work. 回答1: If you have the file in a Ruby project, you can do the following: Go to Run -> External Tools -> External Tools... Create a new tool, name it something (like, say, "Shoes") Set Location to the Shoes binary, for example, on my system it's C:\Program Files\Common Files\Shoes\0.r1134\shoes.exe Set Working Directory to ${workspace_loc}${project_loc} (You can

Can't use git with aptana

一世执手 提交于 2019-12-02 00:52:30
问题 When i try to put something on a git server it's givin' me an error: "Reference to undefined variable USER" In bash: echo $USER giving me correct answer. What could it be? It's eclipse with aptana-3 plugin (a whole pack) 回答1: A bash session might have the correct environment variable set. But the native OS session might not (like a DOS session on Windows for instance). Can you launch your aptana from a session which has just before set the correct value for USER ? If it still fails (like in

Aptana won't generate phpdoc blocks for functions within classes

别说谁变了你拦得住时间么 提交于 2019-12-01 23:02:34
In Aptana, I have somehow broken the functionality to auto-generate phpdoc comments for functions within classes. It appears to only affect my current project. Normally I can type /** on the line before a function and press enter, and Aptana will create a phpdoc comment with the correct @param values, etc. For some reason when I do this now Aptana creates 2 comments, one within the other. e.g. /** * /** * */ */ public static function getByLogin($loginID, $ip, $userAgent) { } It works normally if I try this for global functions. It also works for class variables and classes themselves. I fixed

Integrate Shoes into Aptana Studio RadRails

倾然丶 夕夏残阳落幕 提交于 2019-12-01 22:52:36
How can I run my Carpet applications directly from Aptana Studio with RadRails? Setting the shoes.exe as VM/Interpreter won't work. If you have the file in a Ruby project, you can do the following: Go to Run -> External Tools -> External Tools... Create a new tool, name it something (like, say, "Shoes") Set Location to the Shoes binary, for example, on my system it's C:\Program Files\Common Files\Shoes\0.r1134\shoes.exe Set Working Directory to ${workspace_loc}${project_loc} (You can change this to fit your needs, but I'd assume the project's base directory is as good a place as any to set as

Can't use git with aptana

家住魔仙堡 提交于 2019-12-01 21:31:05
When i try to put something on a git server it's givin' me an error: "Reference to undefined variable USER" In bash: echo $USER giving me correct answer. What could it be? It's eclipse with aptana-3 plugin (a whole pack) A bash session might have the correct environment variable set. But the native OS session might not (like a DOS session on Windows for instance). Can you launch your aptana from a session which has just before set the correct value for USER ? If it still fails (like in this thread ), try also to set the correct value for $HOME . Update : Tracked down the issue. Looks like