[hg at technosis.de: [Bug 145687] New: Makeactionfilter fails to parse compiler build output]

Alexander Neundorf neundorf at kde.org
Sat May 26 00:57:53 UTC 2007


On Thursday 24 May 2007 08:12, Andreas Pakulat wrote:
> On 23.05.07 20:55:54, Matt Rogers wrote:
> > On Wednesday 23 May 2007 20:20, Andreas Pakulat wrote:
> > > Hi,
> > >
> > > I'd like to apply the patch, but before that I'd like to know wether
> > > there's a reason why the makeactionfilter doesn't filter based on
> > > file extension? If there is I'll commit just the first change he
> > > proposes, else I'll commit the more extensive change which simplifies
> > > the regexpes a bit (I can't even read them at the moment).
> > >
> > > Andreas
> > > [snip]
> >
> > the makeactionfiler needs to be able to handle any extension that can be
> > handled by make. perhaps that's why it wasn't done before. IIRC, the list
> > includes at least:
> >  - java files
> >  - fortran files
>
> What file extensions are used for fortran?


http://cens.ioc.ee/pipermail/f2py-users/2000-September/000033.html

I've seen .f90, but I also know basically nothing about it.

Bye
Alex

>
> >  - C# files
>
> And which for C#?
>
> >  - C/C++ files
> >
> > So if the regexp can be modified to handle those, it's good.
>
> Yes, basically it'll be a group like
> (\.c|\.C|\.cpp|\.cxx|\.CXX|\.java|...)

I think .cc is also used for c++.
Bye
Alex




More information about the KDevelop-devel mailing list