filter drop down list of materials

Hi all,

If I have a public variable such as

var torsoMat:Material;

The inspector will show a dropdown menu of all materials in the project. Is it possible to filter this list to only show materials that start with a specific string?

Thanks in advance

Bill

Use Unity 3 instead of Unity 2.6, since Unity 3 has a vastly improved list selector which includes search.

–Eric