Auto completion

Baradé barade.barade at web.de
Tue Sep 27 10:16:07 UTC 2011


On Tuesday 27 Sep 2011 02:12:07 Milian Wolff wrote:
> Baradé, 26.09.2011:
> > Thanks for the quick answers.
> > 
> > On Monday 26 Sep 2011 20:52:57 Milian Wolff wrote:
> > > On Monday 26 September 2011 20:36:52 Baradé wrote:
> > > > Just some suggestions:
> > > > - When implementing void bla(BOOST_SCOPED_ENUM(MyEnum) 
value);
> > > > it
> > > > should auto complete with the preprocessor and not resolve it by
> > > > using MyEnum::enum_type.
> > > 
> > > This would require special boost-only logic which in turn would
> > > require a plugin-based C++ codecompletion. Certainly possible I
> > > think, but no small feat.
> > > 
> > > Thing is, not many (if any) of us KDevelop developers use Boost
> > > often,
> > 
> > hence
> > 
> > > someone else needs to step up for this.
> > 
> > Why does KDevelop resolve preprocessor statements at all and just don't
> > copy them?
> 
> FOO(asdf)->/* what now? */

Of course you need to know for the auto completion/validation. My question 
was rather about the resolving when implementing something since it doesn't 
make sense to me why the auto completion should behave like the 
preprocessor itself.




More information about the KDevelop-devel mailing list