[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Visibility - ojbectState based on path?

Hey. I'd like to limit the visibility of an action to those resources in a particular path. For instance <project-name>/src/folderA/fileC where everything under "src" should have these action as an option. I tried the following, but a.) I'm not sure what name would be use and b.) I'm not sure if wildcard'ing the path would work.

<objectState name="path" value="*/src/*" />
<objectState name="fullpath" value="*/src/*" />
<objectState name="filepath" value="*/src/*" />

Ideas/suggestions?

Thanks.

-Chris