Recent

Author Topic: Lazarus just with one window  (Read 24032 times)

dicas3d

  • Jr. Member
  • **
  • Posts: 81
    • Site oficial do Lazarus Portugal
Lazarus just with one window
« on: April 04, 2011, 12:02:58 pm »
Hello.
I'm the creator of the comunity Lazarus Portugal and few users of my site ask if the Lazarus have a way fo use with just one windows like this plugin (http://wiki.lazarus.freepascal.org/Manual_Docker). but compatible with the last version of Lazarus.

LazaruX

  • Hero Member
  • *****
  • Posts: 597
  • Lazarus original cheetah.The cheetah doesn't cheat
Re: Lazarus just with one window
« Reply #1 on: April 04, 2011, 12:14:03 pm »
I think the "anchordocking" example shuold do the trick, but I could not get it working.

dicas3d

  • Jr. Member
  • **
  • Posts: 81
    • Site oficial do Lazarus Portugal
Re: Lazarus just with one window
« Reply #2 on: April 04, 2011, 12:25:42 pm »
I not found anchordocking . Where I can found thsi plugin.

DelphiFreak

  • Sr. Member
  • ****
  • Posts: 259
    • Fresh sound.
Re: Lazarus just with one window
« Reply #3 on: April 04, 2011, 12:40:37 pm »
Goto menu item "Packages"
Add the Package which is named something like "AnchorDockingDsgn".
Recompile the IDE.

Now you can dock thogether all the Windows like you want.

Hope this helps.
Linux Mint 22, Lazarus 4.0, Windows 11, Delphi 12 Athens, Delphi 13 Florence

LazaruX

  • Hero Member
  • *****
  • Posts: 597
  • Lazarus original cheetah.The cheetah doesn't cheat
Re: Lazarus just with one window
« Reply #4 on: April 04, 2011, 08:32:29 pm »
Goto menu item "Packages"
Add the Package which is named something like "AnchorDockingDsgn".
Recompile the IDE.

Now you can dock thogether all the Windows like you want.

Hope this helps.
I have done this, but after recompiling I am not able to dock anything, is there also a new menu entry somewhere? (Like in manualdocker?)

jixian.yang

  • Full Member
  • ***
  • Posts: 173
Re: Lazarus just with one window
« Reply #5 on: April 05, 2011, 05:26:15 am »
Drag the bar with a cross, not the title bar of the window.

jmLandsvik

  • New Member
  • *
  • Posts: 29
Re: Lazarus just with one window
« Reply #6 on: April 05, 2011, 10:06:10 am »
Oki, have followed the recipy here, and it's working...(Docking that is)

except,

Window placement is NOT saved, and re-opens everywhere everytime.

And the Tools/Options/Environtment/Desktop ->[Save destop settings file] does not produce any file that I can find!

//JM

DirkS

  • Sr. Member
  • ****
  • Posts: 251
Re: Lazarus just with one window
« Reply #7 on: April 05, 2011, 10:26:22 am »
After installing Anchor docking there should be a couple of new options in the menu. It's either in 'Tools' or 'Environment' (depends on exactly which Laz version you're using).

- Save window layout as default
- Save window layout to file
- Load window layout from file

The default is saved in anchordocklayout.xml in the Laz config dir

Gr.
Dirk.

avra

  • Hero Member
  • *****
  • Posts: 2583
    • Additional info
Re: Lazarus just with one window
« Reply #8 on: April 05, 2011, 10:26:54 am »
If you just want to dock messages window to editor window, then you can use menu option View / Dock Messages Window.
ct2laz - Conversion between Lazarus and CodeTyphon
bithelpers - Bit manipulation for standard types
pasettimino - Siemens S7 PLC lib

dicas3d

  • Jr. Member
  • **
  • Posts: 81
    • Site oficial do Lazarus Portugal
Re: Lazarus just with one window
« Reply #9 on: April 05, 2011, 10:47:21 am »
How I solve the bugs the appear when I install this plugin?
I don't found the solution for the bug.

DirkS

  • Sr. Member
  • ****
  • Posts: 251
Re: Lazarus just with one window
« Reply #10 on: April 05, 2011, 10:51:39 am »
If you just want to dock messages window to editor window, then you can use menu option View / Dock Messages Window.
You'll have to install manualdock first, of course.

Gr.
Dirk.

Leledumbo

  • Hero Member
  • *****
  • Posts: 8835
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Lazarus just with one window
« Reply #11 on: April 05, 2011, 11:13:31 am »
Quote
How I solve the bugs the appear when I install this plugin?
I don't found the solution for the bug.
Which one? Manual docker? If yes, then my proposed solution is to install AnchorDockingDsgn package. AFAIK manual docker was written due to incapability of the IDE windows to be docked and it's no longer usable with the current IDE state.

TurboRascal

  • Hero Member
  • *****
  • Posts: 672
  • "Good sysadmin. Bad programmer."™
Re: Lazarus just with one window
« Reply #12 on: April 12, 2011, 02:59:27 am »
I'm using anchordocking in 0.9.30 with no problems. However, I've found docking everything to one window is very impractical - unlike D2005+, the Form Editor is independent of all other windows; therefore, if I click the Object Inspector or the Component Palette to work with the form, it hides behind the joint window. Those two GUI elements must be positioned separately so Form Editor remains visible when they are clicked.
Regards, ArNy the Turbo Rascal
-
"The secret is to give them what they need, not what they want." - Scotty, STTNG:Relics

avra

  • Hero Member
  • *****
  • Posts: 2583
    • Additional info
Re: Lazarus just with one window
« Reply #13 on: April 12, 2011, 11:12:52 am »
I've found docking everything to one window is very impractical
I never liked docking everything. I dock just messages to editor and it works fine.
ct2laz - Conversion between Lazarus and CodeTyphon
bithelpers - Bit manipulation for standard types
pasettimino - Siemens S7 PLC lib

TurboRascal

  • Hero Member
  • *****
  • Posts: 672
  • "Good sysadmin. Bad programmer."™
Re: Lazarus just with one window
« Reply #14 on: April 12, 2011, 12:37:05 pm »
I never liked docking everything. I dock just messages to editor and it works fine.

That's why I hate newer Delphi versions ;)

Besides Messages I also used Docking to join Code Explorer and Project Inspector together so they don't float around, but finally I also joined them to the Editor/Messages too (because I usually use Editor and those two together). Main window and Object Inspector are left independent because of Form Editor, as I described. I'm quite satisfied with this arrangement now...
Regards, ArNy the Turbo Rascal
-
"The secret is to give them what they need, not what they want." - Scotty, STTNG:Relics

 

TinyPortal © 2005-2018