Re: [scite] File type patterns like Makefile* do not work

2007-07-01 Thread Neil Hodgson
Alexander Kriegisch: Could you point me to the place inthe source code where the globbing is done and also to the place where it is called for 'file.patterns.foo'? Maybe I can hack it for myself with my extremely limited C/C++ abilities. I would also provide a patch to the mailing list which som

Re: [scite] File type patterns like Makefile* do not work

2007-06-30 Thread Alexander Kriegisch
> SciTE globs can only match '*' as a prefix, not as a suffix. Could you point me to the place inthe source code where the globbing is done and also to the place where it is called for 'file.patterns.foo'? Maybe I can hack it for myself with my extremely limited C/C++ abilities. I would also provi

Re: [scite] File type patterns like Makefile* do not work

2007-06-29 Thread Alexander Kriegisch
>> Well, then why does it work with SciTE for Windows systems? > >It doesn't work for me on Windows. I apologise, it does not work here either. Yesterday I did not really test the "Makefile*" example, but another pattern named "fwmod*" in the bash language properties. This works, but not beca

Re: [scite] File type patterns like Makefile* do not work

2007-06-29 Thread Neil Hodgson
Alexander Kriegisch: Well, then why does it work with SciTE for Windows systems? It doesn't work for me on Windows. Neil ___ Scite-interest mailing list Scite-interest@lyra.org http://mailman.lyra.org/mailman/listinfo/scite-interest

Re: [scite] File type patterns like Makefile* do not work

2007-06-29 Thread Alexander Kriegisch
>> file.patterns.make=makefile*;Makefile*;*.mak;configure*;*.mk > >SciTE globs can only match '*' as a prefix, not as a suffix. I will > remove "configure*" from others.properties. Well, then why does it work with SciTE for Windows systems? Would you consider making it work on Linux as well i

Re: [scite] File type patterns like Makefile* do not work

2007-06-29 Thread Neil Hodgson
Alexander Kriegisch: file.patterns.make=makefile*;Makefile*;*.mak;configure*;*.mk SciTE globs can only match '*' as a prefix, not as a suffix. I will remove "configure*" from others.properties. Neil ___ Scite-interest mailing list Scite-interest

[scite] File type patterns like Makefile* do not work

2007-06-29 Thread Alexander Kriegisch
Hello! In my others.properties I use this option line: file.patterns.make=makefile*;Makefile*;*.mak;configure*;*.mk Patterns with a "*" at the end do not work as expected in SciTE 1.71 on my Linux box, i.e. "Makefile.in" will not be highlighted correctly. In SciTE 1.74 on Windows the same patter