lazarus/examples/dockmanager
2011-03-16 16:52:28 +00:00
..
design Formatting: joined lines where only ');' was split to its own line, in procedure defs. 2011-03-16 16:52:28 +00:00
docs docs: MiniIDE2 2010-05-24 13:07:31 +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 MakeSite: using default widgetset 2010-05-20 19:10:51 +00:00
ide_demo MakeSite: added painting to example form 2010-05-20 19:10:03 +00:00
ide_demo2 docs: MiniIDE2 2010-05-24 13:07:31 +00:00
package LCL (mostly), Replace Assert(False... with //DebugLn(... Now Assert can be used for its original purpose again. 2011-03-13 18:21:51 +00:00
patches
toolbar
README.txt dockmanager example: added MiniIDE2 project 2010-05-21 11:25:33 +00:00

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


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/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
- elastic docksites
- multiple editor forms
- persistent layouts with special form handling

ide_demo2/MiniIDE2
==================
A Lazarus-like IDE with:
- dockable windows, including editor forms
- persistent layouts with special form handling

In contrast to MiniIDE this project only uses dockable forms,
floating in a hostsite that allows to dock multiple forms together.
An editor form only is one of such forms, special only in the save/reload of its content.
An elastic site is created only for the MainBar, to allow for monolithic (single-form) layouts.


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