Delphi 10 Seattle 不要在启动时打开上次使用的项目
Delphi 10 Seattle do NOT open last used project on start
我是 Delphi 的新手,来自 Visual Studio 这是一个简单的问题(我猜):如何防止 Delphi 10 Seattle 打开上次使用的项目(组) 当我开始 IDE?
我找到了一些关于 .dsk 文件及其作用的信息:
The .dsk file records your current settings for:
- Desktop layout
- Breakpoints
- Watch items
- Files currently open in the IDE
When you reopen the project later, the .dsk file is read, and your
desktop layout, your breakpoints, and your watches are all restored.
Also, all files that were opened when the project was closed are
opened again, regardless of whether they are used by the project.
当我打开一个项目时,我对此很满意。但是请不要在我启动IDE时打开它。大多数情况下,我想开始或打开另一个项目,而不是我正在处理的上一个项目。
我搜索了选项和互联网,但找不到解决方案。有人吗?
在 IDE 自动保存选项(Tools\Options\Envinroment 选项)中禁用 "Project desktop"。
But please do not open it when I start the IDE. Mostly I want to start or open another project than the last one
当然,我手头没有西雅图,我在XE2安顿下来。
但是尝试更改快捷方式。
-np: No welcome page. Does not display the welcome page after starting the IDE. np also stands for No Project. Independently of Environment Options Project desktop the last opened project will not be opened
http://docwiki.embarcadero.com/RADStudio/Tokyo/en/IDE_Command_Line_Switches_and_Options
saving the layout and position of the tool windows like Refactorings,
这就是 "Desktop" 工具栏上的 "Layout" 组合框的作用。除非你想在不同的项目中使用不同的布局。 R-单击 IDE 的工具按钮或进入查看|工具栏菜单以打开 "Desktop" 栏。或者使用“查看|桌面”菜单。
我是 Delphi 的新手,来自 Visual Studio 这是一个简单的问题(我猜):如何防止 Delphi 10 Seattle 打开上次使用的项目(组) 当我开始 IDE?
我找到了一些关于 .dsk 文件及其作用的信息:
The .dsk file records your current settings for:
- Desktop layout
- Breakpoints
- Watch items
- Files currently open in the IDE
When you reopen the project later, the .dsk file is read, and your desktop layout, your breakpoints, and your watches are all restored. Also, all files that were opened when the project was closed are opened again, regardless of whether they are used by the project.
当我打开一个项目时,我对此很满意。但是请不要在我启动IDE时打开它。大多数情况下,我想开始或打开另一个项目,而不是我正在处理的上一个项目。 我搜索了选项和互联网,但找不到解决方案。有人吗?
在 IDE 自动保存选项(Tools\Options\Envinroment 选项)中禁用 "Project desktop"。
But please do not open it when I start the IDE. Mostly I want to start or open another project than the last one
当然,我手头没有西雅图,我在XE2安顿下来。 但是尝试更改快捷方式。
-np: No welcome page. Does not display the welcome page after starting the IDE. np also stands for No Project. Independently of Environment Options Project desktop the last opened project will not be opened
http://docwiki.embarcadero.com/RADStudio/Tokyo/en/IDE_Command_Line_Switches_and_Options
saving the layout and position of the tool windows like Refactorings,
这就是 "Desktop" 工具栏上的 "Layout" 组合框的作用。除非你想在不同的项目中使用不同的布局。 R-单击 IDE 的工具按钮或进入查看|工具栏菜单以打开 "Desktop" 栏。或者使用“查看|桌面”菜单。