You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* remove target path from settings ui
* add missing colons
* set timeout per function to 30
* fix description for source paths
* remove redundant help labels & validate build dir
Copy file name to clipboardexpand all lines: clion-plugin/src/main/resources/messages/UTBot.properties
+6-5
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,10 @@ settings.project.target.wrong.conversion=Possibly wrong target path. Could not c
10
10
settings.project.testsDir=Tests directory:
11
11
settings.project.testsDir.wrong=Wrong relative path to tests directory
12
12
settings.project.sourcePaths.wrong.conversion=Possibly wrong source path. Could not create relative path from remote path or this path
13
-
settings.project.remotePath=Path to project on remote machine
14
-
settings.project.serverName=Server host name
15
-
settings.project.port=Server port
16
-
settings.project.cmakeOptions=Cmake options
13
+
settings.project.remotePath=Path to project on remote machine:
14
+
settings.project.serverName=Server host name:
15
+
settings.project.port=Server port:
16
+
settings.project.cmakeOptions=Cmake options:
17
17
settings.enabled.title=Plugin enabled:
18
18
actions.reconnect=Reconnect to Server
19
19
requests.assertion.description.progress=Generating for assertion...
@@ -37,7 +37,7 @@ paths.buildDirectory.description=Relative path to build directory with compile_c
37
37
paths.target.description=Path to target which is passed to UTBot. You can select targets in UTBot targets tool window
38
38
paths.cmakeOptions.description=Options passed to CMake command. <a href=https://github.com/UnitTestBot/UTBotCpp/wiki/vscode-extension-settings#cmake-options>Learn more</a>
39
39
paths.testsDir.description=Relative path to directory in which tests will be generated. <a href=https://github.com/UnitTestBot/UTBotCpp/wiki/vscode-extension-settings#tests-directory>Learn more</a>
40
-
paths.sourceDirectories.description=Mark/unmark directory as source by double-clicking or using actions from context menu. You can also unmark or mark directories in UTBot project view pane. <a href=https://github.com/UnitTestBot/UTBotCpp/wiki/vscode-extension-settings#source-directories>Learn more</a>
40
+
paths.sourceDirectories.description=Mark/unmark directory as source by using actions from context menu. You can also unmark or mark directories in UTBot project view pane. <a href=https://github.com/UnitTestBot/UTBotCpp/wiki/vscode-extension-settings#source-directories>Learn more</a>
41
41
testsGeneration.verboseFormatting.description=If set to true, tests will be formatted in more detailed form. <a href=https://github.com/UnitTestBot/UTBotCpp/wiki/vscode-extension-settings#verbose-formatting>Learn more</a>
0 commit comments