Configuration stuff in KDev4

Andreas Pakulat apaku at gmx.de
Sat Mar 24 19:34:24 UTC 2007


On 24.03.07 13:37:15, Matt Rogers wrote:
> 
> On Mar 8, 2007, at 4:14 PM, Andreas Pakulat wrote:
> 
> > Hi,
> >
> > Matt you said some time ago we shall not touch the config-stuff in
> > KDev4, however this is a major problem when we want to start eating  
> > our
> > own dogfood.
> >
> > For example I just implemented the qmakebuilder so it runs qmake,
> > however this is currently hardcoded to "qmake-qt4" binary because I  
> > have
> > no configuration available that I could use.
> >
> > I do understand that you probably don't have the time to implement  
> > this,
> > but could you maybe at least write a wiki page as to what your plans
> > are.  Then somebody else could implement it and we could move forward.
> >
> > Andreas
> >
> >
> 
> Posted. See http://kdevelop.org/mediawiki/index.php/ 
> KDevelop_4_Configuration for what I could remember

Just a small note here, because I don't really know how to put this in a
proper form into the wiki:

Project configuration dialog can't act different wether a project is
loaded or not. This is confusing. Also we need a way to have project
configuration work on multiple projects.

I propose this:

- one Menu entry to change default settings for new projects
- either a menu entry Project Configuration with a subentry for each
  loaded project (eventually also with a <default> entry) or keep this
  in the context menu of the project manager view.

The problem with 1 project config entry is that we then need to hook up
projectmanager view with projectcontroller to supply a way to get at the
"currently selected project". And if we do that, people may write
plugins that depend on a "currently selected project", which is not a
good idea, as we wanted to avoid that. Plugins should always be able to
work with 0..n projects.

Andreas
 
-- 
You have an ambitious nature and may make a name for yourself.




More information about the KDevelop-devel mailing list