1

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

Community
  • 1
  • 1
justmyfreak
  • 1,260
  • 3
  • 16
  • 30

1 Answers1

3

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.

Ingo Muschenetz
  • 3,352
  • 1
  • 19
  • 19
  • Thank you... it`s woriking now :D – justmyfreak Jun 23 '11 at 23:48
  • it works like crap though, Dreamweaver cs5.5(its either 5.5 or 5.1 i forgot) works amazingly, it's awesome, works just how it should. Aptana just can't get it right, though, intellisense got better with pressing TAB, instead of Ctrl+Space(which is a horrible key combination to bring up the intellisense menu, it should appear automatically like Dreamweavers, or at the very least, pop up when pressing tab) – android.nick Aug 08 '11 at 06:57
  • Many content assist options appear automatically when pressing tab. Is there a specific example you are referring to? You can also configure what tabs cause CA to pop up in preferences. – Ingo Muschenetz Aug 08 '11 at 23:01
  • Hmm..I'm missing some completions, e.g .val() and .post(), is that normal for jQuery 1.6.2 bundle ? – daisy Jun 24 '12 at 13:45