steve donovan:

>       if (props.GetInt("find.files.using.extension")) {
>           SString ext = "*.";
>           ext += filePath.Extension().AsInternal();
>           memFiles.Insert(ext);
>       }

   Since its fairly rare for a language to have a single extension
(C/C++ programmers will often have both .c/.h or similar) I was
expecting a second layer to this. If someone writes up a documentation
patch as well the above can go in.

   Neil
_______________________________________________
Scite-interest mailing list
Scite-interest@lyra.org
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to