Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 667b5fc

Browse files
add resources for code coverage (icon and tooltip text)
1 parent e677de7 commit 667b5fc

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

sqldev/src/main/resources/org/utplsql/sqldev/resources/UtplsqlResources.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ CHECKMARK_ICON=/org/utplsql/sqldev/resources/images/checkmark.png
2222
STATUS_ICON=/org/utplsql/sqldev/resources/images/status.png
2323
# progress.gif - the animated version - does not work
2424
PROGRESS_ICON=/org/utplsql/sqldev/resources/images/progress.png
25+
CODE_COVERAGE_ICON=/org/utplsql/sqldev/resources/images/coverage.png
2526

2627
# Translatable text
2728
PREF_LABEL=utPLSQL
@@ -79,6 +80,7 @@ RUNNER_REFRESH_TOOLTIP=Reset ordering and refresh
7980
RUNNER_RERUN_TOOLTIP=Rerun all tests
8081
RUNNER_CLEAR_BUTTON=Clear run history
8182
RUNNER_RERUN_WORKSHEET_TOOLTIP=Rerun all tests in a new worksheet
83+
RUNNER_CODE_COVERAGE_TOOLTIP=Rerun all tests with code coverage
8284
RUNNER_TESTS_LABEL=Tests
8385
RUNNER_FAILURES_LABEL=Failures
8486
RUNNER_ERRORS_LABEL=Errors

sqldev/src/main/resources/org/utplsql/sqldev/resources/UtplsqlResources_de.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ RUNNER_VIEW_TITLE=utPLSQL
5555
RUNNER_REFRESH_TOOLTIP=Sortierung zurücksetzen und aktualisieren
5656
RUNNER_RERUN_TOOLTIP=Alle Tests erneut ausführen
5757
RUNNER_RERUN_WORKSHEET_TOOLTIP=Alle Tests in einem neuen Arbeitsblatt erneut ausführen
58+
RUNNER_CODE_COVERAGE_TOOLTIP=Alle Tests mit Codeabdeckung ausführen
5859
RUNNER_CLEAR_BUTTON=Run History löschen
5960
RUNNER_TESTS_LABEL=Tests
6061
RUNNER_FAILURES_LABEL=Fehlschläge

0 commit comments

Comments
 (0)