[scite] Build command for Makefiles

2006-06-22 Thread Chris Sutcliffe
Is it possible to have 'Build' enabled for a Makefile (with no extension)? My Makefile has the syntax all highlighted, but the 'Build' command is disabled (i.e. the menu item is greyed out). I tried adding this to my SciTEUser.properties file: file.patters.cpp=$(file.patterns.cpp);make* to

Re: [scite] Build command for Makefiles

2006-06-22 Thread April White
Chris Sutcliffe wrote: Is it possible to have 'Build' enabled for a Makefile (with no extension)? My Makefile has the syntax all highlighted, but the 'Build' command is disabled (i.e. the menu item is greyed out). I encountered this. I put these lines within my user properties file:

Re: [scite] Build command for Makefiles

2006-06-22 Thread Neil Hodgson
Chris Sutcliffe: file.patters.cpp=$(file.patterns.cpp);make* The wildcard matcher can only handle *.ext style expressions. Neil ___ Scite-interest mailing list Scite-interest@lyra.org http://mailman.lyra.org/mailman/listinfo/scite-interest

Re: [scite] Build command for Makefiles

2006-06-22 Thread Robert Roessler
Chris Sutcliffe wrote: Is it possible to have 'Build' enabled for a Makefile (with no extension)? My Makefile has the syntax all highlighted, but the 'Build' command is disabled (i.e. the menu item is greyed out). I tried adding this to my SciTEUser.properties file: