aptana

Defining objects when using Jaxer

落花浮王杯 提交于 2019-11-28 02:02:43
问题 I've been playing with Jaxer and while the concept is very cool I cannot figure out how to define objects that are available on both the client and the server. None of the examples I can find define objects at all. I'd like to be able to define an object and specify which methods will be available on the server, which will be available on the client, and which will be available on the client but executed on the server (server-proxy). Can this be done without using three separate <script >

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

家住魔仙堡 提交于 2019-11-28 01:19:54
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.exit(main(sys.argv)) File "C:\google_appengine\google\appengine\tools\dev_appserver_main.py", line 629,

Eclipse Kepler - PHP Code completion not working

蓝咒 提交于 2019-11-27 23:16:34
问题 Today i've downloaded Eclipse Kepler and i've noticed that PHP code completion is not working anymore. when i type the first letters of a standard php function then press CTRL+Space, it gives me an empty list ("No Default Proposal"). This used to work with the older version (i was using Juno) and i've made no modification. I've already tried removing the PHP nature and adding it again (through Right Click => Configure => Add PHP Support), but it didn't help. In both versions the only plugin i

An internal error occurred during: “Loading bundle[…]”

China☆狼群 提交于 2019-11-27 22:02:20
I've started using Eclipse Luna with the plugin Aptana Studio 3 and it worked quite well for a while, but after I ran Eclipse as root to update the IDE to version 4.4.1, every time Eclipse starts I get the following error message: An internal error occurred during: "Loading bundle: /opt/eclipse/configuration/org.eclipse.osgi/873/0/.cp/bundles/php.ruble". org.eclipse.osgi.internal.framework.EquinoxConfiguration$1 cannot be cast to java.lang.String I get this error message for the other Aptana bundles as well. I've tried reinstalling Eclipse and Aptana Studio but nothing has worked yet. I'd be

Failed to correctly acquire intaller_nodejs_windows.msi file: CRC error

本小妞迷上赌 提交于 2019-11-27 19:59:58
I am getting an error: Failed to correctly acquire intaller_nodejs_windows.msi file: CRC error. When trying to install Aptana_Studio_3_Setup_3.6.1. I also installed node-v4.2.1-x64.msi (restarted the system) and Git-2.6.2-64-bit , but still not able to install and getting the above error. Please advise. joshgoldeneagle I wasn't able to locate installer_nodejs_windows.msi on my PC, so I downloaded it separately from here: http://go.aptana.com/installer_nodejs_windows After installing Node JS for Windows, I was able to successfully install Aptana. Note: Above link no longer seems to be working.

Are empty divs bad?

那年仲夏 提交于 2019-11-27 15:37:18
I'm making a website in Aptana and i'm using an empty div element for the styling of a border-bottom. I couldn't make it part of the element it's a border of because it needs to have the same width all the time and that supposed parent element in fact changes size depending on the content. Question being: Is it bad to use empty divs like this? Aptana gives me a warning. It says i "should trim empty div". I'm talking about the divs down here with the class "showinfo-border-left/right" <div class="showinfo"> <div class="showinfo-left">Text</div> <div class="showinfo-right">More text</div> </div>

Cannot install Aptana Studio 3.6 on Windows

我是研究僧i 提交于 2019-11-27 11:11:47
I'd like to use Aptana Studio for Rails development under Windows. I currently have different dev tools & ide's up and running (like git/ruby/jdk) and I'd like to install Aptana Studio as well but I can't. After downloading and running installer, it starts properly and after I choose destination dir, it starts downloading prequisities. I have several problems with it: After a while, it tries to install node.js (well, I am not sure why, but let it be) and sometimes it installs it ok, but sometimes it just fails with no error, telling me only that aptana couldn't install prequisities. If by a

How to access default Rails sqlite db?

余生长醉 提交于 2019-11-27 10:39:55
问题 I would like to view the data in my DB while developing with Rails (actually in all 3 of them development, test and production). I have not touched the configs, so it should be easy, but I was not able to find any usable info. I have no idea what the connection string could be or where to enter it, since Aptana (v.3) seems to lack the good old data source explorer view I know from Eclipse. Could someone point me into the right direction? EDIT: I am working on linux - Mint 12 回答1: You have

Connecting one Github repository to several Aptana projects

时光总嘲笑我的痴心妄想 提交于 2019-11-27 09:37:42
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. VonC A GitHub repo in itself isn't connected to anything, it only contains a set of files. If, amongst those files, you have several Aptana projects, you can use those once you have clone locally. However, if you want to clone only a part of

jQuery Autocompletion with Eclipse Juno Java EE

余生长醉 提交于 2019-11-27 06:29:54
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. Mayur Shah I got the jQuery code completion in Juno. Just follow the following steps: 1) Install the JSDT jQuery Integration plugin 2) Go to Project Explorer--> JavaScript Resources 3) Right click