Community
Participate
Working Groups
Build Identifier: 20100617-1415 The Workbench User Guide section "Getting Started->Basic Tutorial->Rearranging Views and Editors->Drop Cursors" states the following: "Restricted: If the mouse button is released when a restricted cursor is displayed, the view will not dock there. For example, a view cannot be docked in the editor area" At least the example provided is incorrect. I tried dragging a view (e.g. the project explorer or the outline view) on the editor area, but the "restricted" drop cursor did not appear. Instead the cursor became a regular dock cursor and I could successfully place the view either above, below, left or right of the editor area. Minimizing the editor will automatically maximize any adjacent view, thus effectively placing the view in the editor area. IIUC this means it is possible to dock a view in the editor area. In any case, no "restricted" drop cursor is shown. I would have fixed the docs myself if the docs allowed for user-contributed changes... Reproducible: Always Steps to Reproduce: 1. Start Eclipse Helios (I use Eclipse IDE for Java EE). 2. On the Welcome page click on "Workbench basics" 3. In the index tree select Getting Started->Basic Tutorial->Rearranging Views and Editors->Drop Cursors" 4. There you are.
"Minimizing the editor will automatically maximize any adjacent view, thus effectively placing the view in the editor area." To avoid confusion with actual maximizing... I actually meant: "Minimizing the editor will automatically enlarge adjacent views to occupy the space freed up by the minimized editor, thus effectively placing a view in the editor area."
Fixed in /org.eclipse.platform.doc.user/gettingStarted/qs-39c.htm. >I would have fixed the docs myself if the docs allowed for user-contributed >changes... You can check out the doc from CVS, fix it and attach a patch to the bug report.