Difference between revisions of "IDE Window: Desktops"

From Free Pascal wiki
Jump to navigationJump to search
(new)
 
Line 1: Line 1:
 +
=Desktops=
 +
Each desktop is a configuration of opened windows in IDE: window visible states and positions.
 +
For example, you can make desktop which shows Source Editor, Object Inspector and Messages windows.
 +
 +
"Debug" desktop is used when you activate "Debug" build mode in project options. For example, debug desktop can show additionally the "Call Stack" window and hide Source Editor window.
 +
 
=Dialog "Desktops"=
 
=Dialog "Desktops"=
  
Dialog can be called from IDE's Tools menu. Each desktop is a configuration of opened windows in IDE.
+
Dialog can be called from IDE's Tools menu. It allows to create/delete/rename desktops and choose any of them as debug desktop.
For example, you can make desktop which shows Source Editor, Object Inspector and Messages windows.
 

Revision as of 19:38, 18 October 2015

Desktops

Each desktop is a configuration of opened windows in IDE: window visible states and positions. For example, you can make desktop which shows Source Editor, Object Inspector and Messages windows.

"Debug" desktop is used when you activate "Debug" build mode in project options. For example, debug desktop can show additionally the "Call Stack" window and hide Source Editor window.

Dialog "Desktops"

Dialog can be called from IDE's Tools menu. It allows to create/delete/rename desktops and choose any of them as debug desktop.