On Fri, Sep 13, 2013 at 1:33 PM, Graeme Geldenhuys <[email protected]> wrote: > This is probably the single biggest lacking feature of the Lazarus IDE. > Is anybody working on implementing Project Groups (like Delphi has had a > lifetime ago)?
Not actively. Mattias has added references to current project to some places so the code can use them instead of Project1 directly. This is very preliminary though. Soon a branch for Lazarus 1.2 will be forked. After that trunk would be open for such new big feature. > does anybody with the IDE know-how venture to guess how a > large or complex task this would be? Off the bat I can't think it is a > huge task, so I might try and implement it myself - unless I am missing > some non-obvious stumbling block - and hence the reason it has not been > implemented to date. Unfortunately it is quite a complex task. The biggest challenge is to refactor the code so that Project1 is not referred to directly. A project holds lots of data including session info. A quick search for "Project1" in Lazarus sources gives 846 matches. Juha -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
