aptana

Finding Shortcuts in Aptana Studio 3.0 to Comment Code [closed]

久未见 提交于 2019-12-03 08:12:25
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I can't find any shortcuts for comment my code in Aptana Studio 3.0. I need shortcuts both to comment individual lines and for commenting selected blocks of code. Some have told me to try to comment with shortcut WIN + / on my Windows OS but that does not appear workable. 回答1: It depends on which language you're

How do I change the background color of aptana studio?

走远了吗. 提交于 2019-12-03 06:28:19
问题 How do I change the black background of the Aptana IDE (or the entire theme) to a different one, like blue? 回答1: As gyozo mentioned in the comment, for a blue theme, use Window->Preferences->Aptana Studio->Themes and select the Eclipse theme. 回答2: Its simple just go to -> Window->Preferences->Aptana Studio->Themes 回答3: Default background color in Text Editors window seems to be black. No matter whar I do I am not able to change it. Here's what I do: Right click ind the editors window Select

Php debugging with Aptana Studio and Xdebug or Zend debugger on OS X

天大地大妈咪最大 提交于 2019-12-03 06:25:39
问题 Have you managed to get Aptana Studio debugging to work? I tried following this, but I don't see Windows -> Preferences -> Aptana -> Editors -> PHP -> PHP Interpreters in my menu (I have PHP plugin installed) and any attempt to set up the servers menu gives me "socket error" when I try to debug. Xdebug is installed, confirmed through php info . 回答1: I've been using ZendDebugger with Eclipse (on OS X) for a while now and it works great! Here's the recipe that's worked well for me. install

How can I get Aptana's code assist to work with Google Maps API v3?

耗尽温柔 提交于 2019-12-03 05:30:23
问题 There's a Google Maps API v3 Visual Studio Intellisense Helper, which presumably works great for Visual Studio, but Aptana (based on Eclipse) uses a different JavaScript documentation format - ScriptDoc (.sdoc files). ScriptDoc is also the name of a VS utility to convert JS files with Intellisense comments into XML, just to confuse things. I've tried adding the Intellisense files as file / global references in Aptana, but all this gives is completion for the word google and no completion or

Aptana : java was started by returned exit code=13

£可爱£侵袭症+ 提交于 2019-12-03 04:53:30
问题 windows 8.1 64 Bit , Aptana 3.4.2 , Java 64 Bit Error: Java : 回答1: 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 回答2: Package

Excluding file types in Eclipse / Aptana find in files search

大城市里の小女人 提交于 2019-12-03 04:53:18
问题 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. 回答1: 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

Eclipse now shows only a single method in an editor pane after clicking on the method in Package Explorer view, how can I reset to normal behavior?

不问归期 提交于 2019-12-03 03:29:32
In the Package Explorer of Eclipse (version Helios) you can drill down into a Java class and see its methods and members listed. Until recently if I clicked on a method name in the Package Explorer then the entire class file would open (if not already opened) and the cursor would be at the method I just clicked on, but the entire class file would also be in the editor pane, and I could scroll up or down to any other part of the class file. Now however when I click on a method I get an editor pane which contains only the code for that method. If an editor pane for the class file was already

Aptana Studio vs. Eclipse [closed]

谁说我不能喝 提交于 2019-12-03 03:27:52
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . 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

Aptana Configuration : The interpreter configured does not exist in the filesystem

匿名 (未验证) 提交于 2019-12-03 03:10:03
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Pretty much all said in the title. I've updated to the last version of Aptana (on Windows), and now my interpreter does not work. I've recreated the PYTHONPATH Variable, deleted and reconfigured the python interpreter in Aptana , deleted and recreated it in my project, still not working... It gives me following error: The interpreter configured does not exist in the filesystem And all kinds of error like : Description Resource Path Location Type Undefined variable: None models.py line 48 PyDev Problem Worst part is, I work on a django app.

Aptana 3 is not starting and only says “An error has occurred. See the log file.”

匿名 (未验证) 提交于 2019-12-03 00:56:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have checked the log file and see the following: (an ideas how to resolve?) !ENTRY org.eclipse.osgi 4 0 2012-10-22 09:44:40.920 !MESSAGE Application error !STACK 1 java.lang.NoClassDefFoundError: org/eclipse/core/resources/IContainer at com.aptana.rcp.IDEApplication.start(IDEApplication.java:125) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor