aptana

This Terminal Emulator is not functional because no 'bash' shell could be found. Please correct the problem and restart the IDE

ⅰ亾dé卋堺 提交于 2019-12-11 02:24:17
问题 I use Aptana Studio 3, build: 3.0.2.201106082310 on Arch Linux x86_64, I also have git version 1.7.6 installed. This is the error found in .log: !ENTRY com.aptana.terminal 1 0 2011-07-09 14:59:44.114 !MESSAGE Starting terminal process failed. !STACK 0 java.io.IOException: Cannot run program "/usr/share/aptana/plugins/com.aptana.terminal_3.0.0.1306201824/os/linux/x86_64/redtty" (in directory "/home/kasper/Aptana Studio 3 Workspace/sarkasper.github.com"): java.io.IOException: error=13,

How can I get HTML syntax highlighting in my editor for CakePHP?

纵饮孤独 提交于 2019-12-11 02:08:38
问题 I use Notepad++ and Aptana for editing my CakePHP code? Is there any way to get basic html syntax highlighting for CakePHP's .ctp template files? It's a lot harder for me without any coloring going on. Any ideas? 回答1: Configuring in Aptana Editor Quoted from aptana docs From the Window menu, select Preferences..., and then choose General > Editors > File Associations. Add the appropriate file type. Next to the File Types list, click the Add button. In the New File Type pop-up window, type the

What is the official release update URL for Aptana Studio 3.0?

為{幸葍}努か 提交于 2019-12-11 00:23:26
问题 I noticed today that there is a new version of Aptana Studio 3.2.1 out there. Whenever I click on Help --> Check for Updates. It doesn't update it. I am on 3.2.0 and according to the documentaion, I am not doing anything wrong: https://wiki.appcelerator.org/display/tis/Updating+the+Current+Version A similar question seems to have been asked before here but the suggested update url "http://download.aptana.com/studio3/plugin/update/" is refused. Which is the official update link for releases?

Is there any support for Smarty in Aptana 3?

家住魔仙堡 提交于 2019-12-10 23:31:43
问题 It seems Aptana 3 still doesn't support Smarty, as it did in version 2... is there any third party plugin/hack to get it working? 回答1: Smarty is not yet supported in Aptana Studio 3. There is a ticket for that at http://jira.appcelerator.org/browse/APSTUD-1465 No third party plugins that I know or were created yet, as the Studio's editor infrastructure was completely redesigned. 来源: https://stackoverflow.com/questions/8264579/is-there-any-support-for-smarty-in-aptana-3

Aptana intermiittent unable to close output stream

瘦欲@ 提交于 2019-12-10 21:25:32
问题 Hope someone can help with this as it's driving me mad! I'm using Aptana 3.1 on OS X Lion but had the same problem with the previous build of Aptana and Snow Leopard. I have several ftp connections set up and get an intermittent problem when trying to upload files. It seems to happen much more often with larger php files but not all the time. I click the 'up' arrow to upload a file to the server and the upload progress bar gets to 100% then hangs for about a minute, I then get a message

Where is the preview tab on Aptana Studio 3?

柔情痞子 提交于 2019-12-10 20:59:09
问题 I'm using Aptana Studio 2 on a Windows PC, and have a tab to preview the page on IE, and another to preview on Firefox. But I switched to Aptana 3 and I don't know if there's no preview or I just not founding it. And yes I did some research on stackoverflow and on aptana website, and on google too, and I have no answer. Now I'm using Aptana Studio 3 on a Mac, and I'd like to preview my page on safari on a embed browser inside the IDE. How I set it up to preview with other browsers. If there's

Add javascript code assist for d3.js in Aptana Studio 3

空扰寡人 提交于 2019-12-10 17:47:59
问题 I am trying to add javascript code assist in Aptana Studio 3, working with code using the d3 javascript library d3.v3.js, which I have placed in the same dir as my javascript file that uses it. My project is an Aptana "Web" project. I followed the first part (Aptana 3) of this answer: Is there any code assist editor? - but it didn't give me the d3 code assist. I noticed that it I don't have the option to choose "Aptana JS Editor" for *.js in the File Associations (see my second screenshot).

Self Signed SSL Certificate Use With Windows Server 2012, Bonobo Git Server

≯℡__Kan透↙ 提交于 2019-12-10 16:19:57
问题 I'm attempting to communicate with my Bonobo Git repo hosted on a Windows 2012 server using Aptana Studio 3 on my Workstation. I have followed countless guides on creating self signed SSL certificates, using open ssl and still am not able to connect to the Git repo. Here's the steps I have followed: Create a self signed SSL certificate from within the Win2012 server Assign the cert to the https binding of the Bonobo Git Server Install that certificate on my workstation Put the cert into my

Aptana Studio 3, build: 3.5.0.201312191422 theme - the currently displayed page contains invalid values

核能气质少年 提交于 2019-12-10 15:17:04
问题 What shall I do? I just updated Aptana and now the Theme part of the Preferences is not working anymore. Anybody with idea or suggestion? 回答1: I got the same problem. After updating Aptana to 3.5, whenever I looked at the themes settings, it crashed down saying. "the currently displayed page contains invalid values" Probably the new update has its own bugs for some reason. the only way to fix the problem is to downgrade the version of Aptana studio. https://wiki.appcelerator.org/display/tis

How do I change the autocomplete key in Aptana

与世无争的帅哥 提交于 2019-12-10 10:59:37
问题 I have looked through all of the keybindings under Preferences | General | Keys. I have also looked under Preferences | Aptana | Editors. All to no avail. Does anybody know how to change the autocomplete key from Enter to Tab or something like that? 回答1: It depends on the version of Aptana Studio. In Aptana Studio 2, Preferences > Editors > General: "Insert selected proposal with 'Tab' key..." sounds like it's what you are looking for. In Aptana Studio 3, it's working that way automatically.