Forum > General
new software based in lazarus
Martin_fr:
If you looked at the FAQ (my previous link), there is another link to
http://wiki.lazarus.freepascal.org/Manual_Docker
This is an extension to lazarus, which can dock, the message window.
It is your best point to start.
Otherwise, I doubt anyone will know all the required locations, you will have to find them.
Run the IDE in a debugger, and set breakpoints in the constructor.
Also you can search the IDE-source code for IDEDocking / EnableIDEDocking:
It is an old attempt of make the IDE dockable.
It is not working any more (some parts still do), but it may still provide valuable hints.
--
Edit:
most files with a form, have a global var in the interface => use find in files for that var, or For the class-name
Navigation
[0] Message Index
[*] Previous page