FileView: Added support for opening the properties or context menu for each item. A user-defined item can also be used on parent measures (in case someone wants to open the properties/context menu from another source - a "dummy" parent measure will be needed).

Usage:
!CommandMeasure MeasureName ContextMenu
!CommandMeasure MeasureName Properties
This commit is contained in:
Brian Ferguson
2014-02-07 12:34:16 -07:00
parent d0fd184063
commit 05d256ced3
5 changed files with 206 additions and 37 deletions

View File

@ -36,6 +36,11 @@
<ItemGroup>
<ResourceCompile Include="PluginFileView.rc" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Common\Common.vcxproj">
<Project>{19312085-aa51-4bd6-be92-4b6098cca539}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>