lazarus/examples/dockmanager
2019-05-06 11:32:58 +00:00
..
docs fixed spelling mistakes, found by lintian 2014-02-05 12:07:46 +00:00
easyedit Examples: Remove PathDelim and LaunchingApplication settings from the projects. 2017-05-11 09:04:51 +00:00
easytree Examples: Remove PathDelim and LaunchingApplication settings from the projects. 2017-05-11 09:04:51 +00:00
elasticsite Examples: Use '/' as path delimiter in project settings. Works also on Windows. Issue #35524. 2019-05-06 11:32:58 +00:00
ide_demo Examples: Use '/' as path delimiter in project settings. Works also on Windows. Issue #35524. 2019-05-06 11:32:58 +00:00
ide_demo2 Examples: Use '/' as path delimiter in project settings. Works also on Windows. Issue #35524. 2019-05-06 11:32:58 +00:00
package examples: less hints 2016-03-01 15:20:46 +00:00
patches
toolbar Examples: Remove PathDelim and LaunchingApplication settings from the projects. 2017-05-11 09:04:51 +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)