aptana

Ubuntu 安装 aptana studio 3

那年仲夏 提交于 2019-12-06 03:45:36
aptana studio 基于eclipse, 是前端开发的很好用的IDE, 支持HTML, CSS, javascript, php 等自动完成, 非常适合前端开发. 同时支持jquery智能提示. 后来的版本(3以后)变成开源的了, 同时也不再收费, 造福大众啊~~ 安装过程: 安装过程参考了 这篇博客 , 写的很详细了, 包括安装应用程序菜单. 下载 aptana 的压缩包; 解压上面的压缩包得到文件夹 Aptana_Studio_3.建议重命名为 AptanaStudio3; 现在假设你的 AptanaStudio3 的路径是/home/yourname/Downloads/AptanaStudio3,下面该考虑将 AptanaStudio3 放在什么地方了~~ 在终端进到/opt 文件夹下, 建一个目录叫 aptana,将 AptanaStudio3 移动至 aptana 下, 并加下 root 权限 cd /opt sudo mkdir aptana sudo chown -R root:root aptana sudo chmod -R +r aptana cd aptana sudo mv /home/yourname/Downloads/AptanaStudio3 . sudo chown -R root:root AptanaStudio3 sudo

How do I turn off Tab and New Line markers in Eclipse?

旧巷老猫 提交于 2019-12-06 02:39:20
问题 I am using Adobe's ColdFusion Builder, an Eclipse-based IDE built on top of Aptana. All of a sudden, I am getting a type of whitespace marker showing in my Eclipse Editor. I must have accidentally hit a key combination. Here is a screen dump. I have already tried "General > Editors > Text Editors > Show whitespace characters" and it is not this. I already have show whitespace characters turned off . If I turn it on, then the Whitespace Characters display over the top of what I am already

Aptana plugin crashes Eclipse

為{幸葍}努か 提交于 2019-12-05 21:05:10
I use Eclipse EE Indigo on a Ubuntu 11.04 laptop. I use the Sun JDK. When I installed the aptana plugin using help/install new software and then installed aptana by pasting http://download.aptana.com/studio3/plugin/install into the "work with" field, it installed just fine and then prompted me to restart Eclipse. Now, I cannot start Eclipse anymore at all. It opens but crashes, seemingly when trying to initiate the aptana plugin. This is a major problem for me because my Eclipse was already very customized and I need to be able to work. I haven't been able to find any info on how to solve this

Code editing in Visual Studio like it is in Aptana Studio

最后都变了- 提交于 2019-12-05 20:30:52
Is there any plugins to Visual Studio that enables you to have the wonderful type-style you get in Aptana Studio, ie: Auto brace completion Auto indentation of braces (and other characters) whenever 'enter' is pressed inside the braces, like so: Before enter: {*} After enter: { * } Is it possible to make this work in Visual Studio (via plugin or otherwise)? You can use, for instance, Resharper, http://www.jetbrains.com/resharper , which is a pay-for plugin for code style, code refactoring and formatting. Rather advanced. There's also Visual Assist X, http://www.wholetomato.com/ , as well as

Disable Code Assist in Aptana Studio 3

北战南征 提交于 2019-12-05 11:24:42
问题 Is there any way to disable code assist in Aptana Studio 3? It is driving me absolutely insane! It changes things I don't want changed, it just overall gets in the way of my workflow. It was never a problem until the most recent update and ever since that update it's been much more aggressive in it's "assisting." I just want to be able to write the code myself without it messing me up. 回答1: The issue you are referring to is most likely resolved in the beta of 3.0.4, but if you need to turn

Aptana 3.4.2 安装jQuery支持时遇到的挫折与解决方案

谁说胖子不能爱 提交于 2019-12-05 07:46:01
今天想在 Aptana 上安装 jQuery 包(Bundle),在安装过程中遇到了一些小小的问题。经过一番 Google,终于安装成功了,在此记录下来共享给需要的同学。 根据不同版本的 Aptana,安装 jQuery 的方法不同。 Aptana 3.0.5 以下的 Aptana 3 需要使用第一种方法,而 3.0.5 以上的版本可以使用两种方法的任意一个,建议使用第二种方法安装。 方法一 点击以下链接中的一个,建议下载 1.6.2。 1.4.2: https://github.com/aptana/javascript-jquery.ruble/blob/master/support/jquery.1.4.2.sdocml 1.6.2: https://github.com/aptana/javascript-jquery.ruble/blob/master/support/jquery.1.6.2.sdocml 点击后如图 点击复制按钮,以复制所有内容。 然后打开本地记事本,将复制的内容粘贴到记事本里,并保存为 jquery.1.6.2.sdocml。这里 特别注意后缀名必须是.sdocml ,而不是默认的 txt 文件! 将这个文件放在你项目中的任何目录中,一般是放在项目的根目录下。 安装完成!!! 缺点: 手动安装无法自动升级 每个项目中都要手工复制这个文件 优点: 简单

I can't see Aptana Perspective in Eclipse

我是研究僧i 提交于 2019-12-05 07:18:34
I can't see Aptana perspective after install Aptana Studio 3 plug-in version in Eclipse 13.7 (Indigo). The plug-in is installed but i can't choose aptana perspective in Eclipse... When I'm installig Aptana Studio 2 everything is ok... In Studio 3, it's called Web perspective. 来源: https://stackoverflow.com/questions/7787565/i-cant-see-aptana-perspective-in-eclipse

How to automatically indent the JavaScript code in Aptana Studio?

筅森魡賤 提交于 2019-12-05 03:19:20
Previously I used Eclipse for PHP and Java development, and I liked the command Ctrl + i to automatically indent the code. Now am I using Aptana Studio that is based on Eclipse, for JavaScript development. I would like to automatically indent my JavaScript code, but Ctrl + i deletes all my code. Is there any other command that automatically indent JavaScript code in Aptana Studio? The Studio does not have this feature yet. You can add a feature request here: https://aptana.lighthouseapp.com/projects/35272-studio/tickets/new Ctrl+Shift+F will format your entire file, as Tim suggested. You can

How do I activate word wrapping in text editor in Aptana Studio?

随声附和 提交于 2019-12-05 01:02:15
How do I activate line wrapping in text editor in Aptana Studio? I'm interested about wrapping in view mode (in order to not have to do horizontal scrolling). Tried right-clicking within the editor and selecting ‘word wrap’ from the context menu? James On Main Menu click "Window" choose "Preferences". In left-side list, click "Aptana Studio". An alphabetical list on right side will show. Select "Editors" then check "Enable word wrap (requires restart)". It seems to work on the latest version of Aptana as well. Here are some screenshots of where you can find such option. I'm using Aptana Studio

Aptana Warns about script and link tags when it shouldn't

风流意气都作罢 提交于 2019-12-05 00:29:23
I'm running Aptana Studio 3, build: 3.1.3.201205292243, Win7 64bit, and I've noticed that after the last update, Aptana is warning me (annotations on the vertical) that I should "trim empty " tags, but these are normal script tags linking an external js file like this: <!-- Replace favicon.ico & apple-touch-icon.png in the root of your domain and delete these references --> <link rel="shortcut icon" href="/favicon.ico" /> <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> <script src="js/jquery