Xcode 中基本的 Control-TAB (MRU) 行为在哪里?

发布于 2024-09-15 12:58:48 字数 237 浏览 6 评论 0原文

在大多数窗口环境的多文档编辑器中,Control-TAB 将利用 MRU 列表将用户带回到最后一个可见文件。在 Xcode 3.x 中完成此操作的适当命令是什么?

我目前已将 Ctrl-TAB 映射到“查看|上一个文件”,但这似乎不是 MRU。更糟糕的是,如果它到达列表的“开头”(应该是循环缓冲区),它就会退回到将实际的 TAB 字符插入到文本编辑器中。

In most multi-document editors for windowing environments, Control-TAB will utilize an MRU list to bring the user back to the last visible file. What is the appropriate command to accomplish this in Xcode 3.x?

I currently have Ctrl-TAB mapped to "View|Previous File", however this does not appear to be an MRU. Worse yet, if it hits the "beginning" of the list (should be a circular buffer), it falls back on inserting an actual TAB character into the text editor.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

泪眸﹌ 2024-09-22 12:58:48

在最近的 XCode (10.3) 中,在代码编辑器中按:

ctrl+1, right, right

然后使用向上向下键和输入
从最近文件的 MRU 排序列表中进行选择。

甚至可以选择增加历史记录的大小。

In recent XCode (10.3), when in a code editor press:

ctrl+1, right, right

Then use up and down keys and enter
to select from the MRU sorted list of recent files.

There is even an option to increase the size of the history.

山川志 2024-09-22 12:58:48

从 Xcode Version 3 开始,没有任何东西与您描述的 MRU 完全相同 - 但是,请查看 此页面 的一些选项将使您更接近您想要的行为。

As of Xcode Version 3, there isn't anything that's exactly like the MRU you describe - however, check out the discussion on this page for some options that will get you closer to the behavior you want.

自此以后,行同陌路 2024-09-22 12:58:48

在 Xcode 3(或任何 Mac 应用程序)中,您可以使用 Command-波浪号 (⌘~) 在打开的窗口之间切换。

在 Xcode 4 中,您可以使用 ⌘} 表示下一个选项卡,使用 ⌘{ 表示上一个选项卡 - 命令移动括号。

附带说明一下,出于某种原因,Xcode 4 不允许我将上一个/下一个选项卡的键绑定设置为标准 Control-Tab。当我尝试时,它会放入 Command-Control-Tab 中。

In Xcode 3 (or any Mac application) you can use Command-Tilde (⌘~) to switch between open windows.

In Xcode 4 you use ⌘} for next tab and ⌘{ for previous tab - command shift bracket.

As a side note, for some reason Xcode 4 won't let me set the key binding for previous/next tab to the standard Control-Tab. When I try it puts in Command-Control-Tab.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文