Skip to content

Commit 372fe3b

Browse files
add debug icon and debug utPLSQL test context menu for realtime reporter
1 parent 4734c40 commit 372fe3b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ INFO_ICON=/org/utplsql/sqldev/resources/images/info.png
1717
REFRESH_ICON=/org/utplsql/sqldev/resources/images/refresh.png
1818
RUN_ICON=/org/utplsql/sqldev/resources/images/run.png
1919
RUN_WORKSHEET_ICON=/org/utplsql/sqldev/resources/images/run_worksheet.png
20+
DEBUG_ICON=/org/utplsql/sqldev/resources/images/debug.png
2021
CLEAR_ICON=/org/utplsql/sqldev/resources/images/clear.png
2122
CHECKMARK_ICON=/org/utplsql/sqldev/resources/images/checkmark.png
2223
STATUS_ICON=/org/utplsql/sqldev/resources/images/status.png
@@ -65,8 +66,8 @@ PREF_DELETE_EXISTING_FILES_LABEL=Delete existing files in output directory?
6566
PREF_CONFIRM_IMPORT_TITLE=Snippets imported
6667
PREF_CONFIRM_IMPORT_MESSAGE=Snippets imported into %s. Please restart SQL Developer for this change to take effect.
6768
MENU_RUN_TEST_LABEL=Run utPLSQL test
69+
MENU_DEBUG_TEST_LABEL=Debug utPLSQL test...
6870
MENU_CODE_COVERAGE_LABEL=Code coverage...
69-
MENU_DEBUG_TEST_LABEL=Debug utPLSQL test
7071
MENU_GENERATE_TEST_LABEL=Generate utPLSQL test
7172
WINDOW_CODE_COVERAGE_REPORT_LABEL=Code coverage report
7273
WINDOW_PATHS_LABEL=utPLSQL paths
@@ -79,9 +80,10 @@ WORKSHEET_TITLE=utPLSQL
7980
RUNNER_VIEW_TITLE=utPLSQL
8081
RUNNER_REFRESH_TOOLTIP=Reset ordering and refresh
8182
RUNNER_RERUN_TOOLTIP=Rerun all tests
82-
RUNNER_CLEAR_BUTTON=Clear run history
8383
RUNNER_RERUN_WORKSHEET_TOOLTIP=Rerun all tests in a new worksheet
84+
RUNNER_DEBUG_TOOLTIP=Rerun all tests with PL/SQL Debugger
8485
RUNNER_CODE_COVERAGE_TOOLTIP=Rerun all tests with code coverage
86+
RUNNER_CLEAR_BUTTON=Clear run history
8587
RUNNER_TESTS_LABEL=Tests
8688
RUNNER_FAILURES_LABEL=Failures
8789
RUNNER_ERRORS_LABEL=Errors

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ PREF_DELETE_EXISTING_FILES_LABEL=Bestehende Dateien im Ausgabeverzeichnis l\u00f
4242
PREF_CONFIRM_IMPORT_TITLE=Code-Schnipsel importiert
4343
PREF_CONFIRM_IMPORT_MESSAGE=Code-Schnipsel in %s importiert. Bitte starten Sie den SQL Developer neu, um diese \u00c4nderung zu aktivieren.
4444
MENU_RUN_TEST_LABEL=utPLSQL Test ausf\u00fchren
45+
MENU_DEBUG_TEST_LABEL=utPLSQL Test debuggen...
4546
MENU_CODE_COVERAGE_LABEL=Codeabdeckung...
46-
MENU_DEBUG_TEST_LABEL=utPLSQL Test debuggen
4747
MENU_GENERATE_TEST_LABEL=utPLSQL Test generieren
4848
WINDOW_CODE_COVERAGE_REPORT_LABEL=Codeabdeckungs-Bericht
4949
WINDOW_PATHS_LABEL=utPLSQL Pfade
@@ -57,6 +57,7 @@ RUNNER_VIEW_TITLE=utPLSQL
5757
RUNNER_REFRESH_TOOLTIP=Sortierung zur\u00fccksetzen und aktualisieren
5858
RUNNER_RERUN_TOOLTIP=Alle Tests erneut ausf\u00fchren
5959
RUNNER_RERUN_WORKSHEET_TOOLTIP=Alle Tests in einem neuen Arbeitsblatt erneut ausf\u00fchren
60+
RUNNER_DEBUG_TOOLTIP=Alle Tests erneut mit dem PL/SQL Debugger ausf\u00fchren
6061
RUNNER_CODE_COVERAGE_TOOLTIP=Alle Tests mit Codeabdeckung ausf\u00fchren
6162
RUNNER_CLEAR_BUTTON=Run History l\u00f6schen
6263
RUNNER_TESTS_LABEL=Tests

0 commit comments

Comments
 (0)