[Lazarus] New experimantal beta feature - View same source in multiple Windows

Hans-Peter Diettrich DrDiettrich1 at aol.com
Sat Nov 21 11:30:23 CET 2009


Martin schrieb:

> => All this is not likely to be fixed soon => the idea is to wait what 
> happens to IDE docking

I'm just trying to hook into IDE docking, by replacing the LDockCtrl 
unit. Since LDockCtrl is part of the LCL package, it IMO can be 
overridden in a (local test) Lazarus project by a direct reference to a 
different implementation, with no other modifications required so far.

If this approach doesn't work as expected, LDockCtrl should be splitted 
into an IDE specific and an implementation specific (anchor docking) 
part. Possibly a new package must be created, that is used in all the 
IDE packages.

Another approach would replace the LDockCtrl unit in the (local test) 
LCL package, but this would influence all projects, not only the IDE.

DoDi





More information about the Lazarus mailing list