Author:admin

Date:2008-09-17T13:53:28.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@3 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
jfiat
2008-09-17 13:53:28 +00:00
parent 4fee9356ea
commit 2ee31ab9c7
763 changed files with 36576 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[[Property:title|Windows tool]]
[[Property:weight|5]]
* [[Windows tool: Introduction|Introduction]]
* [[Window list|Window list]]
* [[Window menu|Window menu]]
* [[Window related commands|Window related commands]]

View File

@@ -0,0 +1,13 @@
[[Property:title|Window list]]
[[Property:weight|1]]
The window list is the main part of the [[Windows tool: Introduction|window tool]] .
[[Image:windows-tool]]
It displays all opened development windows. Left-clicking a development window in the list raises it so that it becomes the top-level window. Right-clicking one pops up a context menu.
The four first commands, '''Close''', '''Minimize''', '''Maximize''' and '''Raise''', are relative to the clicked development window. The last command, '''New window''', creates a new development window.

View File

@@ -0,0 +1,7 @@
[[Property:title|Window menu]]
[[Property:weight|2]]
The '''window''' menu is divided into two parts. The first one is composed of the [[Window related commands|window-related commands]] . The second one is the list of all opened development windows. Clicking any of these raises the selected development window, so that it becomes the top-level window.

View File

@@ -0,0 +1,11 @@
[[Property:title|Window related commands]]
[[Property:weight|3]]
A few commands give the possibility to manage the development windows globally. They are located both in the [[Window menu|Window menu]] and in the main toolbar.
* '''New window''': this command ( [[Image:new-window-icon]] ) creates a new empty development window. Note that it is also possible to [[Pick-and-drop mechanism|drop]] a class or a feature on it to create a development window that is immediately centered on the dropped item.
* '''Minimize all''': this command ( [[Image:windows-minimize-all-icon]] ) iconifies all development windows.
* '''Raise all''': this command ( [[Image:windows-raise-all-icon]] ) raises all minimized development windows.
* '''Raise unsaved windows''': this command raises all the development windows that have not been saved. It may be combined with the '''Minimize all''' command to find easily which development windows need to be saved.