Difference between revisions of "Manual Docker"

From Free Pascal wiki
Jump to navigationJump to search
Line 1: Line 1:
There's been a lot of patches and wishes for Messages window to be docked at the source editor of Lazarus IDE. All patches were eventually rejected, because Messages window must be dockable by using Docking manager, that's not yet fully implemented for all widgetset.
+
=== About ===
 +
''My Component'' is a ...  
  
Keeping Messages window floating might be very annoying for some people, especially coming from Delphi.
+
Its main caracteristics are :
  
This IDE extension allows Messages window to dock to the source editor.
+
* ...
 +
* ...
 +
* etc
  
Manual Docker extension can be downloaded from here: http://sourceforge.net/project/showfiles.php?group_id=92177&package_id=309522
+
The download contains the component, an installation package and a demo application, that illustrates the features of the component along with some instrumentation for evaluating the chart on a given system.
  
== Installation ==
 
  
# Download the extension sources.
+
=== Screenshot ===
# Copy the extensions source directory to Lazarus/Components directory.
 
# Start Lazarus IDE (if not started)
 
# Open installed packages manager Package->Configure installed packages...
 
# Select "manualdock 1.0" from "Available packages list" 
 
# Press "Save and rebuild IDE".
 
  
== How-to Use ==
+
Here is an exemple of ''My Component''.  
 
After Lazarus IDE is rebuilt with the extension, you should see an additional menu item at View menu, named "Dock Messages window".
 
  
Selecting this menu item will dock/undock messages window from the source editor.
+
=== Author ===
 +
 
 +
 
 +
=== License ===
 +
[http://svn.freepascal.org/svn/lazarus/trunk/COPYING.modifiedLGPL modified] [http://svn.freepascal.org/svn/lazarus/trunk/COPYING.LGPL LGPL] (same as the FPC RTL and the Lazarus LCL). You can contact the author if the modified LGPL doesn't work with your project licensing.
 +
 
 +
=== Download ===
 +
The latest stable release can be found on ''link to the lazarus-ccr sf download location''.
 +
 
 +
=== Change Log ===
 +
* Version 1.0 ''date''
 +
 
 +
=== Dependencies / System Requirements ===
 +
* None
 +
 
 +
Status: ''Stable / Alpha''
 +
 
 +
Issues:
 +
 
 +
 
 +
=== Installation ===
 +
* step 1
 +
* step 2
 +
 
 +
=== The ''My Component'' Example Application ===
 +
 
 +
'''Installation'''
 +
* Open TestMyComponent.lpi
 +
* compile
 +
* run

Revision as of 10:25, 14 February 2009

About

My Component is a ...

Its main caracteristics are :

  • ...
  • ...
  • etc

The download contains the component, an installation package and a demo application, that illustrates the features of the component along with some instrumentation for evaluating the chart on a given system.


Screenshot

Here is an exemple of My Component.

Author

License

modified LGPL (same as the FPC RTL and the Lazarus LCL). You can contact the author if the modified LGPL doesn't work with your project licensing.

Download

The latest stable release can be found on link to the lazarus-ccr sf download location.

Change Log

  • Version 1.0 date

Dependencies / System Requirements

  • None

Status: Stable / Alpha

Issues:


Installation

  • step 1
  • step 2

The My Component Example Application

Installation

  • Open TestMyComponent.lpi
  • compile
  • run