I'm using Aptana to develop a PHP site. I'm a .NET developer with some experience with PHP. I'm used to the highly robust Visual Studio and getting used to Aptana (built on the Eclipse core). When I have several files open I cannot ctrl+tab between them. Does anyone know how to turn that on? It's kind of pathetic if that's off by default.

link|improve this question

Have you tried CTRL + E ? – TuxGeek Dec 8 '09 at 9:50
feedback

5 Answers

up vote 3 down vote accepted

I haven't worked with Aptana in a long time, but I've used Eclipse quite a bit, and I believe the tab-switching is bound to Ctrl+PgUp (or PgDown) by default. I just recently installed Galileo, and used this as an opportunity to try rebinding to Ctrl+Tab, but didn't have any luck.

I know I got this to work on previous versions of Eclipse (at least Europa, and possibly Ganymede), but am not certain why it's not working in Galileo. Regardless, here's how to find the key-bindings in an Eclipse install (I would assume Aptana uses these bindings as well):

Windows->Preferences->General->Keys

From there you can try filtering the key-binding you're looking for (e.g. "tabs" or something) and input whatever combo you want.

I would also recommend searching for the key-combo you're going to use to make sure it's not already in use. If it is, you'll want to re-bind the conflicting binding, so they don't collide.

link|improve this answer
feedback

Go to windows->Preferences->General->Keys. Type Next Tab and select the command "Next Tab" (Category All Aptana Editors). Unbind this command, edit the "Next Editor" command to ctrl+tab and voila!

link|improve this answer
This is alright... but it orders them in most recently used, rather than the order of the tabs on the screen, making it very different from similar apps – philfreo May 21 '10 at 23:22
+1 I had the same issue with eclipse on ubuntu. Thanks for the solution. It works very well now :D – Igor Popov Aug 15 '10 at 5:39
feedback

On my Mac Book Pro running Leopard it's:

CTRL+FN+SHIFT UpArrow|DownArrow

link|improve this answer
feedback

Actually all you need to do is CTRL + PageUp | PageDown

link|improve this answer
feedback

fn+control+up/down on my macbook works

link|improve this answer
same for me in laptop or ctrl-pageup when using external keyboard – Pablo Marin-Garcia Apr 8 '11 at 23:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.