aptana

Eclipse 安装 Aptana 插件 开发ruby on rails

半腔热情 提交于 2019-12-01 06:15:41
今天要进行ror的开发,发现out mam 又很久了,本想找找Eclipse 的ror插件,找了很久都不是很好。忽然想起原来用过radrails,随后找之.... 发现他已经改名了叫 aptana,就下这个插件吧,先记录一下。 在 http://aptana.com/products/studio3/download 找到 Download Aptana Studio 3.0.0 有两个版本,一个eclipse的插件需要慢慢下,另一个和原先一样是个exe,别客气,下吧。 Eclipse plug in 地址 http://download.aptana.com/studio3/plugin/install 来源: oschina 链接: https://my.oschina.net/u/84549/blog/13785

Cannot run an application in titanium

非 Y 不嫁゛ 提交于 2019-11-30 23:42:17
I am newbie on Titanium , I have installed Titanium on my windows based laptop. Also imported Kitchen Sink application it in studio. I have set all the path variables also latest Android SDK . Also i have changed Run Configuration log and all. But when i try to run an application it gives me an error. I am trying to run it on android emulator of Titanium studio . Titanium Command-Line Interface, CLI version 3.1.1, Titanium SDK version 3.1.1.GA Copyright (c) 2012-2013, Appcelerator, Inc. All Rights Reserved. [ERROR] : Unable to detect Android SDK targets. [ERROR] Application Installer abnormal

Aptana 3 jquery code assist/hinting

筅森魡賤 提交于 2019-11-30 21:49:21
I've been using aptana forabout a week now, and just picked up jquery for the last couple of days. But I'm mort getting any code assistance, which will help me with syntax add stuff as i learn. I've ben searching fit a few days already and I'm not getting a straight answer how to enable this. I read it's supported and should have assistance by creating a new html and javascript template and it should do it...unfortunately it doesn't. I can use some help to shred some light on this please. I apologize for any typos, I'll typing this from my phone. user1387219 to have code assist with aptana 3

Aptana studio 3 cannot contact download.ecplise.org [closed]

╄→尐↘猪︶ㄣ 提交于 2019-11-30 19:32:50
问题 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 8 years ago . I want to install a new plugin but i can't because aptana cannot reach the repository at download.ecplise.org (timeout) Maybe it's a mirror that is down, there is a way to reset repository cache ? There is an other way to get the missing plugin ? 回答1: This usually is a transiant issue, and you should be able to

Aptana 3 jquery code assist/hinting

核能气质少年 提交于 2019-11-30 17:08:11
问题 I've been using aptana forabout a week now, and just picked up jquery for the last couple of days. But I'm mort getting any code assistance, which will help me with syntax add stuff as i learn. I've ben searching fit a few days already and I'm not getting a straight answer how to enable this. I read it's supported and should have assistance by creating a new html and javascript template and it should do it...unfortunately it doesn't. I can use some help to shred some light on this please. I

myeclipse中支持jquery、ext、YUI、mooto等主流框架的自动完成、提示、...

陌路散爱 提交于 2019-11-30 17:07:07
分享一下在myeclipse中支持jquery、ext、YUI、mooto等主流框架的自动完成、提示、调试等方法。 也有人推荐spket ide,以下着重介绍link方式安装aptana,不推荐升级模式安装,升级安装会带来很多问题, 并且尝尝安装不成功。 1、从http://update1.aptana.org/studio/3.2/024747/index.html下载aptana studio的eclipse插件 aptana_update_024747.zip 2、在D:\Myeclipse下创建myPlugins文件夹。 (我的myeclipse装在D盘) 3、在 D:\Myeclipse\eclipse\links 下创建一个link文件aptana.link,内容如下:path=D:\\Myeclipse\\myPlugins\\aptana 4、在 D:\Myeclipse\myPlugins中创建文件夹aptana,在这个aptana文件夹下创建名为eclipse的文件夹。 5、解压aptana_update_024747.zip,将解压出来的features、plugins两个文件夹复制到 D:\Myeclipse\myPlugins\aptana\eclipse里。 6、运行AptanaKeygen.exe,指定\plugins目录为:D:\Myeclipse

Pros and cons with Jaxer

白昼怎懂夜的黑 提交于 2019-11-30 13:27:13
I realize that this question has been asked before , but it has been a month with no decent responses... I'm looking at Aptana's Jaxer and I find the concept to be very exciting. Here is a quick overview for those who are not familiar with it: Jaxer is, in their words, "the world's first true AJAX server". It is based on the Mozilla engine so scripts are written with javascript and you have complete access to the DOM on the server-side. Scripts are placed on your pages with <script> tags and you can specify a runat attribute (ala ASP.NET) to mark scripts for execution on the client, server,

Could not read from remote repository

纵然是瞬间 提交于 2019-11-30 13:07:16
问题 I have received the following error multiple times: Could not read remote repository. Please make sure you have the correct access rights and the repository exists. I am very confused about how to remedy this error. 回答1: Make sure you are using the correct SSH keys/usernames on both your GitHub account and your local machine. Here's how you can do that on GitHub Also, you might consider using an alternative Git manager. I've never heard of Aptana, but I do know that GitHub has an awesome GUI

Aptana Studio 3 code assist for Sass (.scss) files

心已入冬 提交于 2019-11-30 11:39:01
问题 I'm using Aptana Studio 3 and I'd like to get the code assist feature to work for Sass (.scss) files. It's OK if code assist doesn't work for Sass syntax/declarations, but I'd like to get syntax highlighting and code completion help for standard CSS declarations. So for example if I type in "background" I'd like the editor to display the syntax like it does for HTML. I've added a new File Association Preference for .scss files (from here: https://wiki.appcelerator.org/display/tis/Changing

Myeclipse10 安装Aptana插件

馋奶兔 提交于 2019-11-30 10:25:28
安装步骤: 1、下载aptana3.2 Eclipse Plugin插件. 下载地址: http://update1.aptana.org/studio/3.2/024747/index.html 2、在java文件夹下新建文件夹pluginsNew,在里面新建 aptana_update_024747文件夹(这个文件夹名根据自己下载的版本自己写),再 在里面新建eclipse文件夹,解压出features与plugins文件夹,COPY到 D:\java\pluginsNew\aptana_update_024747\eclipse 3、在D:\java\MyEclipse10\MyEclipse 10\dropins再新建文件aptana.link, 内容是 path= D:\\java\\pluginsNew\\aptana_update_024747\\eclipse (注意斜线的方向,反了不行!Myeclipse会找不到路径!) 4、删除 D:\java\MyEclipse10\MyEclipse 10 \configuration文件夹中的org.eclipse.update文件夹 5、重启 Myeclipse,看到了界面 2. 配置: 配置 Code Assist,对我来说很重要,Javascript学的不咋地啊 配置 File Association,文件关联