lazarus/examples/dockmanager
mattias b9d95ad55c IDE: comments
git-svn-id: trunk@47940 -
2015-02-21 19:18:05 +00:00
..
design DockMaster: fix form positioning 2012-03-23 09:43:41 +00:00
docs fixed spelling mistakes, found by lintian 2014-02-05 12:07:46 +00:00
easyedit examples: convert 2 examples to FPC resources 2013-09-29 09:42:32 +00:00
easytree * fix *nix compilations of some examples due to misspelt {$R ...lfm} statements. Fix by ocean mantis issue #26605 2014-08-19 13:43:19 +00:00
elasticsite IDE: comments 2015-02-21 19:18:05 +00:00
ide_demo
ide_demo2
package fixed spelling mistakes, found by lintian 2014-02-05 12:07:46 +00:00
patches Dragging: fixes for trunk 2011-07-28 04:27:40 +00:00
toolbar examples: replace some forms stored in lrs with FPC resource forms 2013-09-29 07:26:58 +00:00
README.txt fixed spelling mistakes, found by lintian 2014-02-05 12:07:46 +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 one 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)