Debugger maintainers (was Re: maintainers (was Re: Me wants me RIDE ;)
Amilcar do Carmo Lucas
amilcar at ida.ing.tu-bs.de
Thu Oct 6 19:19:05 UTC 2005
On Thursday 06 October 2005 12:29, Roberto Raggi wrote:
> On Wednesday 05 October 2005 12:21, Amilcar do Carmo Lucas wrote:
> > All project managers have similar functions (code duplication I know).
> > But when I did it Roberto and harryF told me not to change the base
> > classes, so I duplicated code all over the place :(
>
> Hi Vladimir + Amilcar
>
> you may want to look at the KDevProjectBuilder in KDevelop 3.x..
> http://websvn.kde.org/branches/KDE/3.5/kdevelop/buildtools/projectmanager/i
>nterfaces/kdevprojectbuilder.h
>
> KDevProjectBuilder provides useful methods to handle executables
>
> virtual bool isExecutable(ProjectItemDom dom) const = 0;
> virtual ProjectItemDom defaultExecutable() const = 0;
> virtual void setDefaultExecutable(ProjectItemDom dom) = 0;
>
> ciao robe
That one looks nice but it needs a couple more things:
virtual QString runDirectory() const;
virtual QString runArguments() const;
virtual QString environString() const;
Can you add these ?
--
Amilcar Lucas
Current webmaster
The KDevelop project
More information about the KDevelop-devel
mailing list