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

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

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

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 instead