aptana

Adding an external server in Aptana Studio 3

那年仲夏 提交于 2019-11-27 06:03:25
问题 How can I add an external server in Aptana Studio 3, since there is no Servers view? Here are some instructions on how to do it but they both use Windows > Show view > Servers which is no longer available in Aptana 3. With the console is possible? How? I have a wamp server installed and I can run correctly php files stored inside the htdocs folder. Now I want to run those php files from Aptana but I was getting blank pages. In Project > Run Configurations I noticed the "Use selected server"

Rails 4.0 project not starting through aptana studio 3

心已入冬 提交于 2019-11-27 03:06:11
问题 Currently using the Aptana Studio 3 plugin for eclipse (3.4.2) and I'm unable to start my rails 4.0 project. Error: Ruby program /xx/xx/xx/xx/HelloRails/script/rails does not exist. It looks like Aptana is still looking for the rails executable in script, while it moved to bin in rails 4.0. Is there any workaround/fix available for this? 回答1: Create a folder script in the root of the app and place rails file from the bin folder to the script folder then it will work. You might need to change

How to enable jQuery support in Aptana Studio 3

老子叫甜甜 提交于 2019-11-27 02:50:31
How Can I Enable jQuery In Aptana Studio 3 (beta) ? I didn't see any document for this version. Does Aptana Studio 3 (beta) Supporting jQuery? craig.kaminsky In Studio 3 much of this sort of functionality is still coming as Aptana is going more of a TextMate bundle route for a great deal of their features, which I think is really cool. That said, there is already a jQuery bundle. The jQuery bundle, if you don't have it installed yet, can be installed from Aptana via the Commands menu (Commands->Bundle Development->Install Bundle and then select jQuery from the list) . This support discussion

How to fix socket.gaierror: (11004, 'getaddrinfo failed') error in GAE?

谁说胖子不能爱 提交于 2019-11-26 21:55:25
问题 I'm using Aptana and GAE. When I run GAE launcher or run a server in Aptana 3, I get this error... I've downloaded the lastest version of GAE and still doesnt work... Traceback (most recent call last): File "C:\google_appengine\dev_appserver.py", line 76, in <module> run_file(__file__, globals()) File "C:\google_appengine\dev_appserver.py", line 72, in run_file execfile(script_path, globals_) File "C:\google_appengine\google\appengine\tools\dev_appserver_main.py", line 665, in <module> sys

Aptana Plugin for Eclipse and jQuery code assist

泪湿孤枕 提交于 2019-11-26 21:24:02
I want to use autocomplete for jQuery in Eclipse. The Aptana Plugin is installed: Aptana Web Development Tools Version: 1.5.1.25495-787Y07jbcbrChz-Tq2k383275 Support for jQuery also: Aptana Support for jQuery Version: 1.3.2.00005 JavaScript/WTP is installed: JavaScript Developer Tools Version: 1.1.1.v200906091427-77-FGBCcNBC-BeMcEeOm Build id: 20090616035105 But the autocomplete doesn't work. Does anyone have an idea of where the problem could be? Turn on JavaScript Code Assist Feature When you install additional AJAX library support the Code Assist for that library isn't turned on by default.

Connecting one Github repository to several Aptana projects

青春壹個敷衍的年華 提交于 2019-11-26 14:49:30
问题 Is there a way to connect one Github repository to several different projects in Aptana? In other words, to have different directories in a single Github repository connected to different Aptana projects? I need this ability since I'm a freelancer who works on many projects, and I don't wish to pay loads of $$$ to Github. This used to be possible with SVN. 回答1: A GitHub repo in itself isn't connected to anything, it only contains a set of files. If, amongst those files, you have several

jQuery Autocompletion with Eclipse Juno Java EE

99封情书 提交于 2019-11-26 12:54:31
问题 I\'ve read several DATED information on how to enable jQuery (specially auto completion) support for Eclipse. Either using Aptana or other plugins. I\'ve tried Aptana 3 version plugin, but I get nothing but problems. Can someone please explain on how to achieve this? Maybe nowadays there are better options from Aptana. Tried with Eclipse Indigo and Helios, and still Aptana Web tools pkg. does not work. 回答1: I got the jQuery code completion in Juno. Just follow the following steps: 1) Install

让Javascript开发工具Aptana支持bgk编码以及预览效果

不问归期 提交于 2019-11-26 11:50:40
以前使用过Aptana2.0及以前的版本一直都没有遇到这种不到保存和无法预览的情况。 最近在Aptana官方网中下载最新版本后就出现过这个问题,一保存文件无论是html、css还是Javascript都是无法保存的 系统提示:“Error saving file: Character encoding GBK is not supported by this platform ” 找到很久终于知道原来了一个charsets.jar jar包 解决方法: 1、下载charsets.jar 2、把charsets.jar包复制到Aptana安装目录下的jre/lib下即可 3、重启Aptana 转载于:https://www.cnblogs.com/samlin/archive/2011/03/29/1998797.html 来源: https://blog.csdn.net/weixin_30609331/article/details/98832688

How to enable jQuery support in Aptana Studio 3

醉酒当歌 提交于 2019-11-26 10:18:52
问题 How Can I Enable jQuery In Aptana Studio 3 (beta) ? I didn\'t see any document for this version. Does Aptana Studio 3 (beta) Supporting jQuery? 回答1: In Studio 3 much of this sort of functionality is still coming as Aptana is going more of a TextMate bundle route for a great deal of their features, which I think is really cool. That said, there is already a jQuery bundle. The jQuery bundle, if you don't have it installed yet, can be installed from Aptana via the Commands menu (Commands->Bundle