KDevelop 2 release?
Falk Brettschneider
gigafalk at yahoo.com
Fri Feb 23 22:39:32 GMT 2001
Hi,
Benjamin Ellis wrote:
>
> > There is no timetable for a KDevelop2 release, as this depends how much
> > help we will get from other developers. The current developer team is very
> > small and most of them have full time jobs or similiar obligations. I think
> > there will be no alpha release in the next 3 months. :-(
> >
>
> Perhaps the KDevelop team could post jobs they needed done so that the
> community could better help and know what needs to be done. I've thought
> about working on some KDevelop code for the version 2 release in the past,
> but I can't find any documentation on what it's supposed to do, how it's
> designed, or what needs to be done on it. I think the community would be
> more willing to help if they knew what they could help on.
It's like always: Most work for you is to study the sources of
KDevelop-2.0 by yourself. :)
Understand what's been going on by tracing the running program, watch
the callstacks and so on. It's not so hard to understand the 2.0 'cause
it's not much complex at present. Key classes are KDevelopCore, KDevelop
and main.cpp.
Soon you will realize what is missing and what is needed yet. :)
Take a look at README.devel, consider the idea of having a full modular
system with dynamical loading of components on demand. Study the kparts
architecture...
What we could need is the code completion for instance or a good
mechanism for that loading/unloading of components considering a user
configuration, versions of components, incompatible components and
related problems.
Bye,
F at lk
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list