editor with multiple tabs
8 次查看(过去 30 天)
显示 更早的评论
My 2017a for OSX seems to have problems with showing an editor with multiple tabs. The name of the files doesn't always show up in the top, and navigating through the files is difficult becuase of this. Also if I try to click on the dropdown menu to show all the tabs I have open in the editor window it doesn't always work. Sometimes it thinks I'm trying to click on the left most tab editor.
Unfortunately, I have not been able to figure out what actions make this happen, so thus far it seems intermittent, which I know is really unhelpful. I'm not sure if this is an OSX problem specifically?
0 个评论
回答(1 个)
Sanjana Ramakrishnan
2017-4-18
If the files are not showing in different tabs in the editor, then they might have been undocked. Docking them would open in separate tabs in the editor. Refer the example below to dock/undock files in the editor:
For instance, consider having 2 files : test1.m and test2.m open in the editor.
a) In the top right corner of the Editor window, you can click on a downwards arrow.
b) In order to see both the files at the same time, you may then choose "Undock test1.m".
c) This will open "test1.m' in a separate window and both "test1.m" and "test2.m" will be visible in separate windows.
d) You may reverse this by going to the top right corner of the newly opened window for "test1.m" and choose "Dock test1.m" and this will revert back to the original configuration.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!