So what do you want to select then?
Simple answer, everything that I can.
The problem with the new dialog is that I don't know what I can
Most important in my situation is to be able to build every single package by hand and then build the IDE to use them with out rebuilding them.
This is important because the laptop I'm working on has heating problems and shuts down when is over heated if I can't break the process up to smaller more manageable steps I'll not be able to actually do any installation after a number of packages.
The new dialog is simpler than the previous one. Most notably you don't need to select different things (like LCL) to build because it happens automatically now. You don't need command line params any more than before.
Agreed, its so simple that it needs an expert to know what and how to set it up.
Just a Noob's perspective though as I get more experience I might even prefer the new dialog than the old one, until then....
Building of Examples was in a wrong place anyway IMO and I replaced it with Tools -> Example Projects ...
The controls got reorganized but they are not more complex in any way.
That was the 1st that got disabled after I failed to install a few packages (over heating problem) and I do agree examples do not belong in that dialog at all.
A menu entry might be nice for testers but its not required for every day use and it can easily be added as an external tool on the tools menu I think.
If you update your Lazarus, then add EnableLibOverlay to the defines and enable it.
Or Lazarus may not start.
Thank you I noted that down.
Edit :One last question is there any lcl as well as fpc version define I can use in my code if needed?
lcl: http://wiki.lazarus.freepascal.org/Lazarus_0.9.26_release_notes#LCL_major_changes (it's not a define though, but rather a constant)
fpc: FPC_FULLVERSION. For 2.6.0 -> 20600
Thats something but you should consider adding some defines for fpc as well as for lazarus to make it easier for component writers to support multiple versions and stop all this requirements of getting the latest svn - snapshot build in order to use a package.
Thank you all for your valuable inside and time it is very much appreciated.