从双显示器切换到单显示器时的 Xcode 窗口位置

发布于 2024-07-11 13:24:40 字数 351 浏览 9 评论 0原文

当我在家工作时,我将 MacBook 插入 20 英寸显示器作为第二个(右侧)显示器。我在较大的显示器上在 Xcode 中进行所有编辑,并将菜单栏、调试和文档保留在笔记本电脑上 问题是,

当我与第二个显示器断开连接并希望在“笔记本电脑”模式下处理代码时,每当我打开文件进行编辑时,它几乎完全显示在屏幕之外,我必须将其拖到屏幕上。我理解(某种程度上)为什么会发生这种情况,因为我上次在不同的显示器中打开它,我想做的是重置 Xcode 中的窗口位置,以便编辑窗口完全显示在笔记本电脑显示器上。关于如何做到这一点有什么想法吗?

我什至愿意将条目从首选项中剔除(或设置一个 applescript 来做到这一点),但 xcode plist 对我来说是难以理解的。

When I'm working at home I plug my MacBook in to my 20" monitor as a second (right side) monitor. I do all my editing in Xcode on the larger monitor, and leave the menu bar, debugging and documentation on the laptop's monitor.

The problem is when I disconnect from the second monitor and want to work on code in "laptop" mode. Now, whenever I open a file for editing, it shows up almost entirely off the screen and I have to drag it over to edit it. I understand (sort of) why this is happening, since I last had it open in a different monitor. What I'd like to do is reset the window positions in Xcode so the edit windows show up completely on the laptop monitor. Any ideas on how to do this?

I'd even be willing to nuke entries out of the preferences (or set up an applescript to do it) but the xcode plist is inscrutable to me.

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

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

发布评论

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

评论(1

離殇 2024-07-18 13:24:40

在finder中右键单击该项目,选择显示包内容,然后删除两个username.*文件。 它不是自动化的......但它有效。

此外,如果您使用某种版本控制系统,您可能需要将 username.* 添加到您的忽略模式中。

Right click the project in finder, select show package contents, and delete the two username.* files. Its not automated... but it works.

Additionally if your using some kind of version control system you probably want to add username.* to your ignore pattern.

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