|  | 
| 1 | 1 | <!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html --> | 
| 2 | 2 | <idea-plugin> | 
| 3 |  | -    <id>com.github.vol0n.utbotcppclion</id> | 
|  | 3 | +    <id>org.utbot.cpp.clion.plugin</id> | 
| 4 | 4 |     <name>UTBotCppClion</name> | 
| 5 | 5 |     <vendor>vol0n</vendor> | 
|  | 6 | +    <version>0.0.1</version> | 
| 6 | 7 | 
 | 
| 7 | 8 |     <depends>com.intellij.modules.platform</depends> | 
| 8 | 9 |     <depends>com.intellij.modules.clion.ide</depends> | 
|  | 
| 20 | 21 |         <coverageEngine implementation="org.utbot.cpp.clion.plugin.coverage.UTBotCoverageEngine"/> | 
| 21 | 22 |         <postStartupActivity implementation="org.utbot.cpp.clion.plugin.UTBotStartupActivity"/> | 
| 22 | 23 |         <projectConfigurable parentId="tools" instance="org.utbot.cpp.clion.plugin.settings.UTBotConfigurable" | 
| 23 |  | -                             id="com.huawei.utbot.cpp.ui.UTBotConfigurable" | 
|  | 24 | +                             id="org.utbot.cpp.clion.plugin.ui.UTBotConfigurable" | 
| 24 | 25 |                              displayName="UTBot Settings" | 
| 25 | 26 |                              nonDefaultProject="true"/> | 
| 26 | 27 |         <notificationGroup id="Custom Notification Group" displayType="BALLOON"/> | 
|  | 
| 53 | 54 |             <add-to-group group-id="ProjectViewPopupMenuModifyGroup" anchor="first"/> | 
| 54 | 55 |         </group> | 
| 55 | 56 | 
 | 
| 56 |  | -        <action id="com.huawei.utbot.cpp.actions.MarkSourceFolderAction" | 
|  | 57 | +        <action id="org.utbot.cpp.clion.plugin.actions.MarkSourceFolderAction" | 
| 57 | 58 |                 class="org.utbot.cpp.clion.plugin.actions.mark.MarkSourceFolderAction" text="UTBot: Mark As UTBot Folders" | 
| 58 | 59 |                 description="Marks selected folders as UTBot folders"> | 
| 59 | 60 |             <add-to-group group-id="actions.UTBot.projectTree" anchor="first"/> | 
| 60 | 61 |         </action> | 
| 61 | 62 | 
 | 
| 62 |  | -        <action id="com.huawei.utbot.cpp.actions.UnmarkSourceFolderAction" | 
|  | 63 | +        <action id="org.utbot.cpp.clion.plugin.actions.UnmarkSourceFolderAction" | 
| 63 | 64 |                 class="org.utbot.cpp.clion.plugin.actions.mark.UnmarkSourceFolderAction" text="UTBot: Unmark UTBot Folders" | 
| 64 | 65 |                 description="Unmarks selected folders as UTBot folders"> | 
| 65 |  | -            <add-to-group group-id="actions.UTBot.projectTree" relative-to-action="com.huawei.utbot.cpp.actions.MarkSourceFolderAction" | 
|  | 66 | +            <add-to-group group-id="actions.UTBot.projectTree" relative-to-action="org.utbot.cpp.clion.plugin.actions.MarkSourceFolderAction" | 
| 66 | 67 |                           anchor="after"/> | 
| 67 | 68 |         </action> | 
| 68 | 69 | 
 | 
| 69 |  | -        <action id="com.huawei.utbot.cpp.actions.AskServerToGenerateBuildDir" | 
|  | 70 | +        <action id="org.utbot.cpp.clion.plugin.actions.AskServerToGenerateBuildDir" | 
| 70 | 71 |                 class="org.utbot.cpp.clion.plugin.actions.AskServerToGenerateBuildDir" | 
| 71 | 72 |                 text="Generate Build Directory" description="Ask server to generate build dir"/> | 
| 72 |  | -        <action id="com.huawei.utbot.cpp.actions.ConfigureProjectAction" | 
|  | 73 | +        <action id="org.utbot.cpp.clion.plugin.actions.ConfigureProjectAction" | 
| 73 | 74 |                 class="org.utbot.cpp.clion.plugin.actions.configure.ConfigureProjectAction" text="Configure Project" | 
| 74 | 75 |                 description="Configure project so that server can generate tests"/> | 
| 75 |  | -        <action id="com.huawei.utbot.cpp.actions.AskServerToGenerateJsonForProjectConfiguration" | 
|  | 76 | +        <action id="org.utbot.cpp.clion.plugin.actions.AskServerToGenerateJsonForProjectConfiguration" | 
| 76 | 77 |                 class="org.utbot.cpp.clion.plugin.actions.AskServerToGenerateJsonForProjectConfiguration" | 
| 77 | 78 |                 text="Generate Missing Json Files" | 
| 78 | 79 |                 description="Ask server to generate missing json files"/> | 
| 79 |  | -        <action id="com.huawei.utbot.cpp.actions.ShowWizardAction" | 
|  | 80 | +        <action id="org.utbot.cpp.clion.plugin.actions.ShowWizardAction" | 
| 80 | 81 |                 class="org.utbot.cpp.clion.plugin.actions.ShowWizardAction" text="Quickstart Wizard" | 
| 81 | 82 |                 description="Show quickstart wizard"/> | 
| 82 |  | -        <action id="com.huawei.utbot.cpp.actions.ReconfigureProjectAction" | 
|  | 83 | +        <action id="org.utbot.cpp.clion.plugin.actions.ReconfigureProjectAction" | 
| 83 | 84 |                 class="org.utbot.cpp.clion.plugin.actions.configure.ReconfigureProjectAction" text="Reset Cache and Configure Project" | 
| 84 | 85 |                 description="UTBot: Reset cache and configure project"/> | 
| 85 | 86 | 
 | 
| 86 | 87 | 
 | 
| 87 |  | -        <action id="com.huawei.utbot.cpp.actions.GenerateForFileAction" | 
|  | 88 | +        <action id="org.utbot.cpp.clion.plugin.actions.GenerateForFileAction" | 
| 88 | 89 |                 class="org.utbot.cpp.clion.plugin.actions.generate.GenerateForFileAction" | 
| 89 | 90 |                 text="UTBot: Generate Tests For Current File" | 
| 90 | 91 |         > | 
|  | 
| 98 | 99 |                     anchor="first"/> | 
| 99 | 100 |         </action> | 
| 100 | 101 | 
 | 
| 101 |  | -        <action id="com.huawei.utbot.cpp.actions.GenerateForLineAction" | 
|  | 102 | +        <action id="org.utbot.cpp.clion.plugin.actions.GenerateForLineAction" | 
| 102 | 103 |                 class="org.utbot.cpp.clion.plugin.actions.generate.GenerateForLineAction" | 
| 103 | 104 |                 text="UTBot: Generate Tests For Current Line"> | 
| 104 | 105 |             <override-text place="EditorPopup" text="for Current Line"/> | 
| 105 | 106 |             <synonym text="UL"/> | 
| 106 | 107 |             <add-to-group | 
| 107 | 108 |                     group-id="actions.UTBot.editor" | 
| 108 | 109 |                     anchor="after" | 
| 109 |  | -                    relative-to-action="com.huawei.utbot.cpp.actions.GenerateForFileAction"/> | 
|  | 110 | +                    relative-to-action="org.utbot.cpp.clion.plugin.actions.GenerateForFileAction"/> | 
| 110 | 111 |         </action> | 
| 111 | 112 | 
 | 
| 112 |  | -        <action id="com.huawei.utbot.cpp.actions.GenerateForFunctionAction" | 
|  | 113 | +        <action id="org.utbot.cpp.clion.plugin.actions.GenerateForFunctionAction" | 
| 113 | 114 |                 class="org.utbot.cpp.clion.plugin.actions.generate.GenerateForFunctionAction" | 
| 114 | 115 |                 text="UTBot: Generate Tests For Current Function"> | 
| 115 | 116 |             <override-text place="EditorPopup" text="for Current Function"/> | 
| 116 | 117 |             <synonym text="UF"/> | 
| 117 | 118 |             <add-to-group | 
| 118 | 119 |                     group-id="actions.UTBot.editor" | 
| 119 | 120 |                     anchor="after" | 
| 120 |  | -                    relative-to-action="com.huawei.utbot.cpp.actions.GenerateForLineAction"/> | 
|  | 121 | +                    relative-to-action="org.utbot.cpp.clion.plugin.actions.GenerateForLineAction"/> | 
| 121 | 122 |         </action> | 
| 122 | 123 | 
 | 
| 123 |  | -        <action id="com.huawei.utbot.cpp.actions.GenerateForClassAction" | 
|  | 124 | +        <action id="org.utbot.cpp.clion.plugin.actions.GenerateForClassAction" | 
| 124 | 125 |                 class="org.utbot.cpp.clion.plugin.actions.generate.GenerateForClassAction" | 
| 125 | 126 |                 text="UTBot: Generate Tests For Current Class"> | 
| 126 | 127 |             <override-text place="EditorPopup" text="for Current Class"/> | 
| 127 | 128 |             <synonym text="UC"/> | 
| 128 | 129 |             <add-to-group | 
| 129 | 130 |                     group-id="actions.UTBot.editor" | 
| 130 | 131 |                     anchor="after" | 
| 131 |  | -                    relative-to-action="com.huawei.utbot.cpp.actions.GenerateForFunctionAction"/> | 
|  | 132 | +                    relative-to-action="org.utbot.cpp.clion.plugin.actions.GenerateForFunctionAction"/> | 
| 132 | 133 |         </action> | 
| 133 | 134 | 
 | 
| 134 |  | -        <action id="com.huawei.utbot.cpp.actions.GenerateForPredicateAction" | 
|  | 135 | +        <action id="org.utbot.cpp.clion.plugin.actions.GenerateForPredicateAction" | 
| 135 | 136 |                 class="org.utbot.cpp.clion.plugin.actions.generate.GenerateForPredicateAction" | 
| 136 | 137 |                 text="UTBot: Generate Tests With Prompted Result"> | 
| 137 | 138 |             <override-text place="EditorPopup" text="with Prompted Result"/> | 
| 138 | 139 |             <synonym text="UR"/> | 
| 139 | 140 |             <add-to-group | 
| 140 | 141 |                     group-id="actions.UTBot.editor" | 
| 141 | 142 |                     anchor="after" | 
| 142 |  | -                    relative-to-action="com.huawei.utbot.cpp.actions.GenerateForClassAction"/> | 
|  | 143 | +                    relative-to-action="org.utbot.cpp.clion.plugin.actions.GenerateForClassAction"/> | 
| 143 | 144 |         </action> | 
| 144 | 145 | 
 | 
| 145 |  | -        <action id="com.huawei.utbot.cpp.actions.GenerateForAssertionAction" | 
|  | 146 | +        <action id="org.utbot.cpp.clion.plugin.actions.GenerateForAssertionAction" | 
| 146 | 147 |                 class="org.utbot.cpp.clion.plugin.actions.generate.GenerateForAssertionAction" | 
| 147 | 148 |                 text="UTBot: Generate Tests That Fail Current Assertion"> | 
| 148 | 149 |             <override-text place="EditorPopup" text="That Fail Current Assertion"/> | 
| 149 | 150 |             <synonym text="UA"/> | 
| 150 | 151 |             <add-to-group | 
| 151 | 152 |                     group-id="actions.UTBot.editor" | 
| 152 | 153 |                     anchor="after" | 
| 153 |  | -                    relative-to-action="com.huawei.utbot.cpp.actions.GenerateForClassAction"/> | 
|  | 154 | +                    relative-to-action="org.utbot.cpp.clion.plugin.actions.GenerateForClassAction"/> | 
| 154 | 155 |         </action> | 
| 155 | 156 | 
 | 
| 156 |  | -        <action id="com.huawei.utbot.cpp.actions.GenerateForProjectAction" | 
|  | 157 | +        <action id="org.utbot.cpp.clion.plugin.actions.GenerateForProjectAction" | 
| 157 | 158 |                 class="org.utbot.cpp.clion.plugin.actions.generate.GenerateForProjectAction" | 
| 158 | 159 |                 text="UTBot: Generate Tests For Project" description="Generate tests for whole project"> | 
| 159 | 160 |             <override-text place="EditorPopup" text="For Project"/> | 
|  | 
| 163 | 164 |                     anchor="last"/> | 
| 164 | 165 |         </action> | 
| 165 | 166 | 
 | 
| 166 |  | -        <action id="com.huawei.utbot.cpp.actions.GenerateForFolderAction" | 
|  | 167 | +        <action id="org.utbot.cpp.clion.plugin.actions.GenerateForFolderAction" | 
| 167 | 168 |                 class="org.utbot.cpp.clion.plugin.actions.generate.GenerateForFolderAction" | 
| 168 | 169 |                 text="UTBot: Generate Tests For Folder"> | 
| 169 | 170 |             <synonym text="UF"/> | 
|  | 
| 172 | 173 |                     anchor="last"/> | 
| 173 | 174 |         </action> | 
| 174 | 175 | 
 | 
| 175 |  | -        <action id="com.huawei.utbot.cpp.actions.GenerateForSnippetAction" | 
|  | 176 | +        <action id="org.utbot.cpp.clion.plugin.actions.GenerateForSnippetAction" | 
| 176 | 177 |                 class="org.utbot.cpp.clion.plugin.actions.generate.GenerateForSnippetAction" | 
| 177 | 178 |                 text="UTBot: Generate Tests For Code Snippet" | 
| 178 | 179 |                 description="Generates tests for file without context of a project"> | 
|  | 
0 commit comments