- #272728
-
-
- #777777
-
-
- #F7F7F7
- #777777
- #555555
- #444444
- white
-
-
-
- #F7F7F7
- #272728
-
-
-
-
- #272728
-
-
- #A0A0A0
- transparent
- #2F2F2F
-
-
-
- #F7F7F7
- #A0A0A0
- #272728
- #969696
-
-
-
- #F7F7F7
- #1F9C62
- #1F9C62
- #D95233
- #A0A0A4
- #CC3463
- #9368AD
- #D69C36
-
-
-
- white
- #777777
-
-
-
-
-
- transparent
- transparent
-
-
- #F7F7F7
- transparent
-
-
- transparent
- #F7F7F7
- #272728
-
-
-
-
- transparent
- transparent
-
-
- #A0A0A0
- #969696
- #191919
-
-
- transparent
- #969696
- #272728
-
-
-
-
- transparent
- transparent
-
-
-
-
- transparent
- #A0FF0000
- #000000
-
-
- #FFFF0000
-
-
-
-
- #207EA8
- #F7F7F7
-
-
- #006D93
- #134B63
-
-
-
-
-
-
- ide_plugins/sublime_text to your SublimeText/Packages folder
@@ -1819,7 +1819,44 @@
+
+ Create Compilation Database (Beta)
+ You can create a compilation database (CDB) from your VS solution. Coati projects can be created from CDBs. This feature will replace solution parsing as implemented in current Coati versions. The workflow from VS to Coati will be automated in the future. As of now CDBs have to be loaded manually in Coati.
+The CDB wizard is located in the Coati section in the VS menu bar. Note that the option is only useable if a solution containing at least one C/C++ project is loaded.
+ +
+ In the CDB wizard you can select projects you want to include in the CDB as well as the desired build target platform and configuration and a number of other options.
+ +
+ | Option | Description |
|---|---|
| Select Projects | The list of C/C++ projects in your solution. Check all projects you want to be included in the CDB. |
| De/Select All | Will select all projects if at least one project is not selected. If all projects are selected they will all be unselected. |
| Configuration | A dropdown list of the available build configurations. The selected configuration determines include paths and compile flags for the CDB. |
| Platform | A dropdown list of the available target platforms. The selected platform determines include paths and compile flags for the CDB. |
| Browse | Opens a folder browser to select the directory where the CDB will be created in. By default it is the directory of your solution. Instead of using the folder browser you can also paste a path into the adjacent text field. |
| CDB Name | This is the name for the CDB file. By default it is the same name as your solution. |
| C Standard | A dropdown list of all C standards supported by Coati. If your projects contain C files select the appropriate standard. Note that we aim to automate this selection in the future. |
| Cancel | Aborts the process and closes the wizard. |
| Create | Creates the CDB using the specified options. Note that at least one project has to be selected to start creating. |
Once the CDB was successfully created it can be found in the specified target directory. From this CDB you can create a Coati project as described above.
+