Home » Questions » Computers [ Ask a new question ]

Eclipse/Aptana does not ctrl+tab between open files

Eclipse/Aptana does not ctrl+tab between open files

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.

Asked by: Guest | Views: 141
Total answers/comments: 3
Guest [Entry]

"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."
Guest [Entry]

"On my Mac Book Pro running Leopard it's:

CTRL+FN+SHIFT UpArrow|DownArrow"
Guest [Entry]

"I know this is pretty old. As of today, I've still found a similar issue on Eclipse Juno after installing Aptana Plugin.

Ctrl+Tab used to work in Eclipse (since several versions, by now) before I installed Aptana. After installing Aptana, when hitting Ctrl+Tab I could see a small window flashing in the lower right corner of Eclipse window. That's the small yellow window popping up when you have multiple commands matching the same hotkeys.

There was a conflict on Ctrl+Tab hotkey between Next Editor and Next Editor (Aptana) commands. They both where active when In Windows.
To solve this specific issue, I just changed the Next Editor (Aptana) hotkey to be active when In Aptana Editor. HTH"