We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6048621 commit c1e973aCopy full SHA for c1e973a
sqldev/src/main/java/org/utplsql/sqldev/ui/preference/PreferencePanel.xtend
@@ -88,7 +88,7 @@ class PreferencePanel extends DefaultTraversablePanel {
88
runTab.alignLabelsLeft = true
89
runTab.add(
90
runTab.field.label.withText(UtplsqlResources.getString("PREF_USE_REALTIME_REPORTER_LABEL")).component(
91
- useRealtimeReporterCheckBox))
+ useRealtimeReporterCheckBox).withHint(UtplsqlResources.getString("PREF_USE_REALTIME_REPORTER_HINT")))
92
93
runTab.field.label.withText(UtplsqlResources.getString("PREF_UNSHARED_WORKSHEET_LABEL")).component(
94
unsharedWorksheetCheckBox))
0 commit comments