2
2
3
3
# Externally used constants (pom.xml, bundle.xml, extension.xml, sqldeveloper.xml)
4
4
EXTENSION_NAME =utPLSQL for SQL Developer
5
+ # suppress inspection "UnusedProperty"
5
6
EXTENSION_DESCRIPTION =Extension for running unit tests in SQL Developer.
6
7
EXTENSION_OWNER =Philipp Salvisberg
8
+ # suppress inspection "UnusedProperty"
7
9
MIN_SQLDEV_VERSION =12.2.0.19.0.7
8
10
9
11
# Icons
@@ -18,6 +20,7 @@ REFRESH_ICON=/org/utplsql/sqldev/resources/images/refresh.png
18
20
RUN_ICON =/org/utplsql/sqldev/resources/images/run.png
19
21
RUN_WORKSHEET_ICON =/org/utplsql/sqldev/resources/images/run_worksheet.png
20
22
DEBUG_ICON =/org/utplsql/sqldev/resources/images/debug.png
23
+ STOP_ICON =/org/utplsql/sqldev/resources/images/stop.png
21
24
CLEAR_ICON =/org/utplsql/sqldev/resources/images/clear.png
22
25
CHECKMARK_ICON =/org/utplsql/sqldev/resources/images/checkmark.png
23
26
STATUS_ICON =/org/utplsql/sqldev/resources/images/status.png
@@ -26,6 +29,7 @@ PROGRESS_ICON=/org/utplsql/sqldev/resources/images/progress.png
26
29
CODE_COVERAGE_ICON =/org/utplsql/sqldev/resources/images/coverage.png
27
30
28
31
# Translatable text
32
+ # suppress inspection "UnusedProperty"
29
33
PREF_LABEL =utPLSQL
30
34
PREF_USE_REALTIME_REPORTER_LABEL =Use realtime reporter?
31
35
PREF_USE_REALTIME_REPORTER_HINT =Requires utPLSQL v3.1.4 or later. Opens a worksheet for older versions.
@@ -83,6 +87,9 @@ RUNNER_RERUN_TOOLTIP=Rerun all tests
83
87
RUNNER_RERUN_WORKSHEET_TOOLTIP =Rerun all tests in a new worksheet
84
88
RUNNER_DEBUG_TOOLTIP =Rerun all tests with PL/SQL Debugger
85
89
RUNNER_CODE_COVERAGE_TOOLTIP =Rerun all tests with code coverage
90
+ RUNNER_STOP_TOOLTIP =Stops the consumer session of the current test run immediately, the JDBC connection might be closed delayed
91
+ RUNNER_STOP_TEST_MESSAGE =Test disabled due to abortion of the test run.
92
+ RUNNER_STOP_RUN_MESSAGE =Test run aborted.
86
93
RUNNER_CLEAR_BUTTON =Clear run history
87
94
RUNNER_TESTS_LABEL =Tests
88
95
RUNNER_FAILURES_LABEL =Failures
@@ -92,7 +99,7 @@ RUNNER_WARNINGS_LABEL=Warnings
92
99
RUNNER_INFO_LABEL =Info
93
100
RUNNER_INITIALIZING_TEXT =Initializing...
94
101
RUNNER_RUNNING_TEXT =Running tests...
95
- RUNNER_FINNISHED_TEXT =Finished.
102
+ RUNNER_FINISHED_TEXT =Finished.
96
103
RUNNER_NO_TESTS_FOUND_TEXT =No tests found.
97
104
RUNNER_RUN_MENUITEM =Run test
98
105
RUNNER_RUN_WORKSHEET_MENUITEM =Run test in new worksheet
0 commit comments