简体   繁体   English

Embarcadero Delphi Xe5 Ide一分为二

[英]Embarcadero Delphi Xe5 Ide Split in two

Hi guys i have just installed Mydac into my delphi xe5 Ide and when i started it up afterwards the entire IDE Changed. 嗨,大家好,我刚刚将Mydac安装到我的delphi xe5 Ide中,然后当我启动它时,更改了整个IDE。 It has split in two in basic terms it looks alot like delphi 7 now. 它已基本分为两部分,现在看起来很像delphi 7。

When i compile the app i am working on. 当我编译应用程序时,我正在工作。 The IDE returns to what it normally looks like. IDE返回到通常的样子。 But on application close it reverts back to two individual parts. 但是在应用程序关闭时,它又恢复为两个单独的部分。

I have checked the tool palette, and all items usually in the IDE (they did no longer show) i can add them to the below form.(the form with my units and code). 我已经检查了工具选项板,所有通常在IDE中的项目(它们不再显示)都可以将它们添加到下面的表单中(包含我的单位和代码的表单)。

Everything is normal except for how it looks. 一切正常,除了外观。 It is hard to describe but basically the entire code editor and all tools linked to it has separated. 很难描述,但是基本上整个代码编辑器和链接到它的所有工具都是分开的。 And the main menu bar now also has a tool palette (looks like D7 basically) 而且主菜单栏现在还具有一个工具选项板(基本上看起来像D7)

Anybody Know the cause for this? 有人知道原因吗?

IDE的屏幕截图

Update: The image below shows how the ide opens now.with the answer below i can change the ide back to normal. 更新:下图显示了ide现在如何打开。下面的答案可以将ide恢复为正常状态。 But i cannot keep the changes if i restart Delphi. 但是如果重新启动Delphi,我将无法保留更改。 how can i make the changes permanent? 我如何才能使更改永久生效? 截图

Under the View menu, you will see an option named "Dock Edit Window". 在“查看”菜单下,您将看到一个名为“停靠编辑窗口”的选项。

This is enabled by default. 默认情况下启用。 I think you have unintentionally turned it off. 我认为您无意中将其关闭。 Enable it again, and your display should go back to what you're used to. 再次启用它,您的显示应该回到以前的样子。

Dock Edit Window 码头编辑窗口

The old school component palette is a different matter. 老派的组件调色板是另一回事。 Under View|Toolbars, see if you have Component selected. 在“视图” |“工具栏”下,查看是否已选择“组件”。 I'm not sure when this was reintroduced since I don't use this any more. 我不确定何时重新引入,因为我不再使用它了。

Enabling the Component Toolbar 启用组件工具栏

I'm not so sure about the docking, but to make sure the rest of the desktop settings are preserved between sessions, go to Tools|Options|Environment Options and make sure Project Desktop is selected under Autosave Options. 我不太确定是否要停靠,但要确保在会话之间保留其余桌面设置,请转至“工具” |“选项” |“环境选项”,并确保在“自动保存选项”下选择了Project Desktop。

Autosave Project Desktop 自动保存项目桌面

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM