File extension of c++ files used on d compiler sources
    Jacob Carlborg via Digitalmars-d 
    digitalmars-d at puremagic.com
       
    Tue Jul 15 00:22:26 PDT 2014
    
    
  
On 15/07/14 01:14, Domingo Alvarez Duarte wrote:
> Hello !
>
> I'm starting to look at the d compiler sources and I'm using netbeans to
> navigate through the sources, netbeans is very good at showing
> warnings/errors with it's own internal parser, but because all the c++
> source files use ".c" as file extension they are interpreted as "C"
> files and shows a lot of errors parsing then as "C" files.
Can't you manually specify the language of the files? I've done that in 
Xcode, it's only necessary to do once per file.
-- 
/Jacob Carlborg
    
    
More information about the Digitalmars-d
mailing list