22
33# Externally used constants (pom.xml, bundle.xml, extension.xml, sqldeveloper.xml)
44EXTENSION_NAME =utPLSQL for SQL Developer
5+ # suppress inspection "UnusedProperty"
56EXTENSION_DESCRIPTION =Extension for running unit tests in SQL Developer.
67EXTENSION_OWNER =Philipp Salvisberg
8+ # suppress inspection "UnusedProperty"
79MIN_SQLDEV_VERSION =12.2.0.19.0.7
810
911# Icons
@@ -18,6 +20,7 @@ REFRESH_ICON=/org/utplsql/sqldev/resources/images/refresh.png
1820RUN_ICON =/org/utplsql/sqldev/resources/images/run.png
1921RUN_WORKSHEET_ICON =/org/utplsql/sqldev/resources/images/run_worksheet.png
2022DEBUG_ICON =/org/utplsql/sqldev/resources/images/debug.png
23+ STOP_ICON =/org/utplsql/sqldev/resources/images/stop.png
2124CLEAR_ICON =/org/utplsql/sqldev/resources/images/clear.png
2225CHECKMARK_ICON =/org/utplsql/sqldev/resources/images/checkmark.png
2326STATUS_ICON =/org/utplsql/sqldev/resources/images/status.png
@@ -26,6 +29,7 @@ PROGRESS_ICON=/org/utplsql/sqldev/resources/images/progress.png
2629CODE_COVERAGE_ICON =/org/utplsql/sqldev/resources/images/coverage.png
2730
2831# Translatable text
32+ # suppress inspection "UnusedProperty"
2933PREF_LABEL =utPLSQL
3034PREF_USE_REALTIME_REPORTER_LABEL =Use realtime reporter?
3135PREF_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
8387RUNNER_RERUN_WORKSHEET_TOOLTIP =Rerun all tests in a new worksheet
8488RUNNER_DEBUG_TOOLTIP =Rerun all tests with PL/SQL Debugger
8589RUNNER_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.
8693RUNNER_CLEAR_BUTTON =Clear run history
8794RUNNER_TESTS_LABEL =Tests
8895RUNNER_FAILURES_LABEL =Failures
@@ -92,7 +99,7 @@ RUNNER_WARNINGS_LABEL=Warnings
9299RUNNER_INFO_LABEL =Info
93100RUNNER_INITIALIZING_TEXT =Initializing...
94101RUNNER_RUNNING_TEXT =Running tests...
95- RUNNER_FINNISHED_TEXT =Finished.
102+ RUNNER_FINISHED_TEXT =Finished.
96103RUNNER_NO_TESTS_FOUND_TEXT =No tests found.
97104RUNNER_RUN_MENUITEM =Run test
98105RUNNER_RUN_WORKSHEET_MENUITEM =Run test in new worksheet
0 commit comments