jQuery on New Aptana Studio 3

纵然是瞬间 提交于 2019-12-11 11:24:39

问题


I installed Aptana Studio 3 in my windows 7. I tried to code some jQuery using Aptana. But it give no code completion. After reading How to enable jQuery support in Aptana Studio 3 , I tried to do like the answerer said. Command->Install Bundle->jQuery but after clicking OK I got message on console

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

How can I solve this problem? Thank you


回答1:


When you installed Aptana Studio, did you choose to install a version of Git? Without the Git support, it can't install the jQuery ruble.

That said, you don't need to even do that. The simplest approach is to follow the instructions here:

http://wiki.appcelerator.org/display/tis/Using+JavaScript+Libraries

You just need to drop a single file into your project.



来源:https://stackoverflow.com/questions/6449863/jquery-on-new-aptana-studio-3

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!