lazarus/examples/dockmanager
2010-05-19 16:01:00 +00:00
..
easyedit dockmanager example: updated MiniIDE project 2010-05-05 12:26:23 +00:00
easytree dockmanager example: introduce docking into non-empty root zone 2010-04-08 10:15:30 +00:00
elasticsite dockmanager example: made client windows visible in MakeSite project 2010-05-19 16:01:00 +00:00
ide_demo dockmanager example: updated MiniIDE project 2010-05-05 12:26:23 +00:00
package dockmanager example: made client windows visible in MakeSite project 2010-05-19 16:01:00 +00:00
patches dockmanager example: Patch to make IDE dockable, persistent 2009-12-27 12:22:36 +00:00
toolbar dockmanager examples: fixed session info and unit paths 2009-12-01 16:39:35 +00:00
README.txt dockmanager example: removed dock grabber, made MakeSite work as was. 2010-04-22 14:23:49 +00:00

The examples/dockmanager directory contains several projects,
provided by DoDi <DrDiettrich1@aol.com>

!!!BEWARE!!!
As long as new autosizing doesn't work properly,
you'll have to use -dOldAutoSize.


patches/
========
contains some patches, which may not yet have found their way into the LCL.

package/easydocking
===================
contains an tree docking manager, with notebook docking capabilities.
This package is used by the other projects.

easytree/easydocking
====================
demonstrates the EasyDockSite manager features.

easyedit/easyeditor
===================
demonstrates an multi-window editor with dockable pages (files).

elasticsite/project1
====================
demonstrates elastic dock sites, which become visible only after a control
has been docked into them.

elasticsite/SiteTest
====================
demonstrates elastic panels and dockable forms.

elasticsite/MakeSite
====================
demonstrates persistent layouts, using default features.
For special forms see ide_demo/MiniIDE

ide_demo/MiniIDE
================
A Lazarus-like IDE with:
- dockable windows
- multiple editor forms
- persistent layouts with special form handling

Loading a layout should not affect files in the editors, because these are project specific. This can result in empty editor windows, for now.
More features to come...


toolbar/test1
=============
mainly demonstrates TToolBar/TToolButton related problems.
(see provided patches)