aptana

myeclipse eclipse 安装aptana插件

自作多情 提交于 2019-12-03 00:04:39
Eclipse安装Aptana插件【在线安装】 1. 在线安装:Help->Install New Software...->Add...-> Name: "Aptana", Location: http://download.aptana.org/tools/studio/plugin/install/studio Location: http://download.aptana.com/studio3/plugin/install 【正确地址】 下载完毕,按步骤一步一步next,最后重启 Eclipse 。 2.给Aptana添加JQuery Help->Install Aptana Plugin->javascript libraried ->Jquery 最后一直点next直到完成。 3.设置Aptana Window->preferences ->Aptana_>editors_javascript->code assist->选择jquery等。最后点击完成。 4.设置workspace 默认js为Aptana模板 Window->preferences->General->Editors->File Associations->*.js 在Associated editors选择Aptana JS Editor并点击Default. OK,Eclipse jquery

Copy and paste in Eclipse adds window newlines at the end of each pasted line

廉价感情. 提交于 2019-12-02 23:42:37
I am using Eclipse (Version: Indigo Service Release 2) on Mac OS X (10.7) with PHP Development Tools and Aptana Studio 3 Plugin. In Preferences > General > Workspace I have selected: - Text file encoding = UTF-8 - New text file line delimiter = Unix In Preferences > General > Editors > Text Editors I have enabled "Show whitespace characters". I also use "File > Convert Line Delimiters To > Unix" to regularly change any windows newlines. Copy-paste of text adds windows newlines (^M) characters at the end of whole lines in the pasted text. This happens despite the fact that the text copied is

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

坚强是说给别人听的谎言 提交于 2019-12-02 23:25:30
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. Robert Grant It depends on which language you're writing in (is this CSS, Javascript, HTML?) For Javascript: Ctrl - / to add or remove // for a single line of code, or for multiple selected lines. The standard Java commenting shortcuts are: Ctrl - / to add/remove // for a single line of code, or for multiple selected lines.

Does Aptana 3 provide a PHP plugin as good as Aptana 1.5.1?

馋奶兔 提交于 2019-12-02 20:15:55
问题 Has anyone tried out Aptana 3? Does its PHP plugin suck as much as it did with 2.0? Still running Aptana 1.5.1 here... 回答1: It's all built in. Aptana Studio 3 is a great tool although from experience is a bit buggy when working on large projects. 回答2: Aptana 3 PHP Plugin is rubbish... The usability is worse then Aptana 1.5 来源: https://stackoverflow.com/questions/6540343/does-aptana-3-provide-a-php-plugin-as-good-as-aptana-1-5-1

How do I change the background color of aptana studio?

血红的双手。 提交于 2019-12-02 19:54:37
How do I change the black background of the Aptana IDE (or the entire theme) to a different one, like blue? As gyozo mentioned in the comment, for a blue theme, use Window->Preferences->Aptana Studio->Themes and select the Eclipse theme. Nikhil Mahirrao Its simple just go to -> Window->Preferences->Aptana Studio->Themes 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 "Preferences" at the fly-out menu Select "General > Editors > Text Editors" Change "Background color"

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

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-02 19:52:00
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 . 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 Eclipse PDT via "All in one" package at: http://www.zend.com/en/community/pdt install ZendDebugger.so ( http:/

XDebug with Aptana Studio 3

微笑、不失礼 提交于 2019-12-02 19:16:08
I would like to know how i can get XDebug work with Aptana Studio 3 (I already have Aptana Studio 3 on this machine with XAMPP). Do you know a recent article telling me how to do this and explains XDebug? I have no experience nor any knowledge about XDebug, i looked for articles but all seem outdated to me. I realize that this is a old thread but I also had a difficult time finding out how to debug php with Aptana Studio and FireFox so here is a quick how-to to get it working... The easiest way I found is to install wamp server V2.2, this is a very useful program as it installs Apache Server,

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

微笑、不失礼 提交于 2019-12-02 18:48:41
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 documentation in the google namespace. Possible solutions: Find someone who's already done this for

Can't run a ruby hello world application in Aptana [duplicate]

萝らか妹 提交于 2019-12-02 17:45:52
问题 This question already has an answer here : Closed 8 years ago . Possible Duplicate: Can't run a ruby hello world application in Aptana I've just installed the latest version of Aptana. I've then tried to create a project, residing in C:\Users\User\My Documents\Aptana Studio 3 Workspace\abc that only contains a single main.rb file with the following contents: puts "hello world" When trying to run it, it spits out the following message: c:\Ruby192\bin\rubyw.EXE: No such file or directory --

Cannot Install Aptana plugin on Eclipse 4.2

安稳与你 提交于 2019-12-02 17:40:34
I've installed Eclipse 4.2 Juno. Now I want to install aptana for developing ruby, but I get the following error, Unable to read repository at http://download.aptana.com/studio3/plugin/install/content.jar . Unable to read repository at http://download.aptana.com/studio3/plugin/install/content.jar . Read timed out user1333241 I assume that by now you have probably solved the problem, but I had exactly the same problem and found the solution after many searches, so for the sake of any others searching here... The URL you need to enter in the 'Install New Software' dialog is http://download