this probably only effects people using Qt from Trolltech. due to how Qt works most of my classes have 3 files.
take the class called "PathologyListViewItem"
defined in: PathologyListViewItem.h
function bodies in: PathologyListViewItem.cpp
auto generated file for qt from the .h file: moc_PathologyListViewItem.cpp
when i use the "open file in workspace" all of the moc_*.cpp files are also listed, since they are part of the workspace. since they are auto generated i never (normally) want to open these. so if i could tell VAX to exclude all files matching a given pattern then i could trim out the things i never want to see
Of course specific for every project and workspace. I would also like to see a "include" filter, where I see files from certain (choosen) #include paths.