R – How to make the Lazarus IDE look and work like Delphi 2007 or newer

delphidelphi-2007lazaruspascal

I've begun working with using Lazarus to make some simple utilities for my own use on Ubuntu 9.10. I know many people like the modular Delphi 7 layout, but I hate it. I find it annoying and disruptive. I dislike using Gimp for the same reason.

I'd also prefer to have the Delphi 2007 palette menu. Is this possible within the latest version of Lazarus (v0.9.28.x) ?

How can I configure Lazarus to look like, or behave like, Delphi 2007/9/10?

Best Answer

I'm not sure that you can make it look like the newer Delphi IDEs.

I've used it in the past and I think that the D7 look is the only available option.

You could always edit the source and change it.

Related Topic