aptana

Aptana Studio 3 - code coloring like in Dreamweaver

ⅰ亾dé卋堺 提交于 2019-12-22 12:39:21
问题 I'm trying to use Aptana Studio 3 instead of phpEd. But I'd like to have the code coloring like in Dreamweaver. I made these changes in phpEd, but I can't find where to change it in Aptana. Also, I installed the jquery bundle, but I can't to get it working... Thanks for your help. 回答1: Preferences:Aptana:Themes. Figuring out what keyword corresponds to what display object can be a bit tricky, but it is all there. 回答2: There's actually a ticket already filed to add a theme that matches

Aptana plugin crashes Eclipse

大憨熊 提交于 2019-12-22 10:29: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

How to ignore files in deployment in Aptana?

南笙酒味 提交于 2019-12-22 10:17:14
问题 I would like to know if it's possible to ignore specific files in remote deployment in Aptana? I know there is an option to cloak file types, but I only want to ignore several specific files (mainly configuration). Thanks, pk 回答1: It's pretty easy to do this. Simply right click on the the files/folders you want to ignore and select Deploy->Cloak this file type. You may need to alter the filters in the App Explorer view to see the files you want to ignore. These settings can be found under the

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

谁说胖子不能爱 提交于 2019-12-22 03:38:07
问题 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). 回答1: Tried right-clicking within the editor and selecting ‘word wrap’ from the context menu? 回答2: 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

Aptana File Diff?

[亡魂溺海] 提交于 2019-12-21 09:19:55
问题 Does Aptana have a file diff tool? Given it's a fairly standard dev requirement, I'm surprised there isn't one embedded in the IDE already. Does anyone have a good solution to this? I haven't had much experience with eclipse but seeing that Aptana is built as an Eclipse plugin, would other Eclipse plugins be compatible? Thanks! --- Answer: (because it won't let me answer my own question for 8 hours) --- Annnnnnnnd wouldn't you know it, after months of ruing the lack of file diff every time

Aptana “PHP Version” doesn't stick in project properties

与世无争的帅哥 提交于 2019-12-21 07:17:17
问题 I have a project that explicitly needs PHP 5.4.x compatibility, so I right click on my project and go to Properties. Then I click the "PHP Development" menu on the left, and select "PHP 5.4.x" from the dropdown. It works fine until I restart Aptana--then it goes back to "PHP 5.3.x" which I guess is the default. Is this a bug in Aptana? How do I get the version to stick even when I restart? 回答1: The only temporary solution I found (in Aptana build 3.6.0.201407100658) is setting the PHP 5.4.x

Utility to auto insert semicolons in JavaScript source code?

泪湿孤枕 提交于 2019-12-20 19:36:14
问题 I'm working with code from multiple developers, some of whom are inconsistent in their use of semicolons, and I just want them after every line for consistency (and to prevent any masking of errors). I use Aptana to format my source code, but it won't add semicolons for you AFAIK. 回答1: Ah ... just discovered YUI compressor has a preserve semicolons options that will actually add the semicolons to the appropriate lines. Then it's just a matter of sending the minified, unmunged version back

Utility to auto insert semicolons in JavaScript source code?

时光总嘲笑我的痴心妄想 提交于 2019-12-20 19:36:01
问题 I'm working with code from multiple developers, some of whom are inconsistent in their use of semicolons, and I just want them after every line for consistency (and to prevent any masking of errors). I use Aptana to format my source code, but it won't add semicolons for you AFAIK. 回答1: Ah ... just discovered YUI compressor has a preserve semicolons options that will actually add the semicolons to the appropriate lines. Then it's just a matter of sending the minified, unmunged version back

Is there a NodeJS plugin for Aptana Studio?

你。 提交于 2019-12-20 10:21:25
问题 Is there a NodeJS plugin for Aptana Studio? At least for NodeJS code-assist And perhaps a way to create NodeJS project And local NodeJS debugging 回答1: We have no NodeJS support currently. If this is something the community is interested in, it'd be helpful to file a feature request and vote it up: http://jira.appcelerator.org/secure/CreateIssue!default.jspa Since we are built on eclipse, you should be able to try out the instructions for NodeJS debugging on Eclipse, found here: https://github

XDebug with Aptana Studio 3

折月煮酒 提交于 2019-12-20 09:37:21
问题 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. 回答1: 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