在 Delphi 2010 中运行应用程序时如何阻止 IDE 窗口最大化
我注意到,如果我将 Delphi 2010 IDE 窗口设置为最大化以外的其他窗口,那么当我从 IDE 内部运行应用程序时,它会自动最大化。当程序关闭时,IDE 窗口大小会调整回运行程序之前的大小。
有什么办法可以关闭这种烦人的行为吗?
I noticed that if I set the Delphi 2010 IDE window to be something other than maximized it automatically maximizes when I run an application friom inside the IDE. When the program is closed, the IDE window resizes back to the size it was prior to running the program.
Is there anyway to turn off this annoying behavior?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
发生这种情况是因为您定义了调试桌面。您可以关闭调试桌面功能,或定义不同的桌面视图作为调试桌面。
设置位于视图 |如果我没记错的话,桌面菜单。
我发现这个功能非常强大,特别是与我的多个显示器结合使用。调试桌面位于单独的监视器上,因此它不会与我的应用程序窗口重叠。我还可以配置我的标准桌面中未显示的调用堆栈、监视、本地窗口的布局。
This happens because you have defined a Debug Desktop. You can either switch off the Debug Desktop feature, or define a different desktop view to be your Debug Desktop.
The settings are under the View | Desktops menu if I recall correctly.
I find this feature very powerful, especially combined with my multiple monitors. The debug desktop lives on a separate monitor so it doesn't overlap with my app window. And I can also configure the layout of call stack, watches, locals windows that I don't show in my standard desktop.