◐ Shell
reader mode source ↗
Skip to content
Merged
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
Original file line number Diff line number Diff line change
Expand Up @@ -1570,6 +1570,8 @@ public Component getTreeCellRendererComponent(JTree tree, Object value, boolean
showTestDescriptionCheckBoxMenuItem.addActionListener(event -> {
applyShowTestDescription();
fixCheckBoxMenuItem(showTestDescriptionCheckBoxMenuItem);
});
testOverviewPopupMenu.add(showTestDescriptionCheckBoxMenuItem);
showWarningIndicatorCheckBoxMenuItem = new JCheckBoxMenuItem(UtplsqlResources.getString("PREF_SHOW_WARNING_INDICATOR_LABEL").replace("?", ""), true);
Expand Down
Toggle all file notes Toggle all file annotations