phofman / vs-plugin

Visual Studio Plugin for BlackBerry Native Development
13 stars 3 forks source link

PuppetMasterWizardEngine doesn't build filter-tree #30

Closed phofman closed 9 years ago

phofman commented 9 years ago

Currently, when wizard-engine is processing files, it renames them and put into requested directory. However this directory structure is not reflected in created 'folder-filters' inside the project structure.

This is a bit painful, as files are placed inside the project based on global filters' extensions. And it leads to situation, when translation files are not added into a project (they are disabled in .vsz descriptor) to avoid having two makefiles and .pro files next to each other.

phofman commented 9 years ago

Fix applied and pushed on 'develop' already.