logic: added project setup support for Sonargraph projects (Java and CMake-JSON modules supported)
* added classes for loading a Sonargraph project * added Sonargraph options to project setup wizard * added test for generating indexer commands from Sonargraph modules * fixed sqlite storage crashing in constructor when parent directory of provided path does not exist * removed unused FileRegister from Java indexing * removed unused info from IndexerCommandJava * refactored loading and saving of SourceGroupSettings * extracted sourcepaths settings to own class that can be re-used * merged CDB wizard contentents for source file and indexed paths * unified wizard content for sonargraph project path * removed include filters from default source groups * extracted generation of RefreshInfo from Project to RefreshInfoGenerator * added tests for RefreshInfoGenerator * added language and standard selection to sonargraph project setup * added auto-detection for indexed header paths of sonargraph cmake json modules * Sonargraph::Project can enable/disable support for specific modules * warn if sonargraph project contains no matching modules * indexed headers can be detected from sonargraph project
This commit is contained in:
@@ -606,6 +606,9 @@
|
||||
<Component Id='Project_256_256_Png' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='Project_256_256' Name='project_256_256.png' DiskId='1' Source='./../../../bin/app/data/gui/icon/project_256_256.png' KeyPath='yes' />
|
||||
</Component>
|
||||
<Component Id='Sonargraph_Icon_Png' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='Sonargraph_Icon' Name='sonargraph_icon.png' DiskId='1' Source='./../../../bin/app/data/gui/icon/sonargraph_icon.png' KeyPath='yes' />
|
||||
</Component>
|
||||
<Component Id='Vs_icon_Png' Guid='*' Win64="$(var.Win64)">
|
||||
<File Id='Vs_icon' Name='vs_icon.png' DiskId='1' Source='./../../../bin/app/data/gui/icon/vs_icon.png' KeyPath='yes' />
|
||||
</Component>
|
||||
|
||||
@@ -338,6 +338,7 @@
|
||||
<ComponentRef Id='Mvn_icon_Png'/>
|
||||
<ComponentRef Id='ProjectIco'/>
|
||||
<ComponentRef Id='Project_256_256_Png'/>
|
||||
<ComponentRef Id='Sonargraph_Icon_Png'/>
|
||||
<ComponentRef Id='Vs_icon_Png'/>
|
||||
|
||||
<ComponentRef Id='ErrorPng'/>
|
||||
|
||||
Reference in New Issue
Block a user