问题
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