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


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to