aspose file tools
The moose likes IDEs, Version Control and other tools and the fly likes IntelliJ 4.0 : how to go from file to file? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "IntelliJ 4.0 : how to go from file to file?" Watch "IntelliJ 4.0 : how to go from file to file?" New topic
Author

IntelliJ 4.0 : how to go from file to file?

Jessica Sant
Sheriff

Joined: Oct 17, 2001
Posts: 4313

so... I'm addicted to Alt+tab to go from screen to screen. There's gotta be a similar way in IntelliJ 4.0 to go from one file to the next without physically clicking each tab on the top to from from "a.java" to "b.java" anyone know the shortcut? I tried Ctrl+tab like in Opera, but no such luck


- Jess
Blog:KnitClimbJava | Twitter: jsant | Ravelry: wingedsheep
Chris Mathews
Ranch Hand

Joined: Jul 18, 2001
Posts: 2712
Alt-Right and Alt-Left will navigate from tab to tab.
Chris Mathews
Ranch Hand

Joined: Jul 18, 2001
Posts: 2712
Another option is to go to File->Settings->IDE->Plugins and download a plugin called TabSwitch. It basically gives you the exactly funtionality you are looking for mapped to Alt-A and Alt-Shift-A. Like you I abuse Alt-tab and I find this plugin to be pretty neat.
Jessica Sant
Sheriff

Joined: Oct 17, 2001
Posts: 4313

nice thanks -- I'll use the alt+left / alt+right for a bit -- maybe I'll download the plugin later.
I'm really diggin this IntelliJ 4.0 -- last I had was 2.6 -- lots of enhancements.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: IntelliJ 4.0 : how to go from file to file?
 
Similar Threads
Don't Find EJB tab in Visual Age
Upgrade to IDEA 4.5
how to arrange the classes in eclipse just like jborland does
source code formatting in workshop 8.1
Problem while passing Large form data from browser to HTTP Server