What are the shortcuts for switching between non-adjacent open files in the MATLAB editor

Running in MS Windows I sort of expect Ctrl-Tab to switch active tabs/files in the editor. This happens in other Windows applications that I use.
I read here http://www.mathworks.com/help/techdoc/rn/f3-998197.html that Ctrl+Tab now moves you to the next open tool or group of tools tabbed together, which it does. However my editor is undocked and within it Ctrl+Tab does precisely nothing. Meanwhile, although I can Ctrl+PageUp or down through the open editor tabs, this takes them strictly in sequence. What I miss about the Ctrl+Tab is the ability to easily toggle directly between two files you're editing, without re-arranging your tabs every time or having to remember whether it's up or down.

Answers (2)

The window menu list all open files. so you can toggle between any file you want without remembering the sequence . alt+W and then the letter denoting the position of the m file. Remember the list also contains variables opened in variable editor, though the two are separated by a line.

3 Comments

Thanks kindly for your answer.
I knew that the list of windows was listed under the Window menu but did not find this gave the "toggle" behaviour I like from Alt-Tab (between apps) and Ctrl-tabs (between docs) in MS Windows. You need to use different key presses in each direction, and you have to use different letters for different occasions.
Recently I found the forward and back buttons to go to last edit point more useful in this respect but by no means the behaviour I was after.
Alt+W is not working in MAC OS !!
Do you have any solution for MAC OS?
Looking in the Keyboard Shortcut Preferences I see that Alt+W is not a shortcut in the Windows Default Set. It is Copy in the Emacs Default Set. I don't remember what it is in the Mac Default Set.
The shortcut I believe you want is "Next Tab", Ctrl+Page Down in the Windows Default Set. To determine the keys you need to press in the Mac Default Set (and to change them if you want or need to do so, open up the Keyboard Shortcut preferences and search the shortcuts for Next Tab.
Use the Preferences button in the Environment section of the Home tab to open the Preferences window then select the Shortcuts sub-item under the Keyboard item in the MATLAB section.

Sign in to comment.

Alt-Tab to shift between applications and Ctrl-Tab to shift between documents

Categories

Find more on Environment and Settings in Help Center and File Exchange

Products

Asked:

on 15 Jun 2011

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!