Skip to content

Commit

Permalink
OpenProjectAction.java aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenartur committed Oct 1, 2024
1 parent c924da4 commit 9e3d2a7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ public void run(IStructuredSelection selection) {
}

private void internalRun(List<?> initialSelection) {
// ListSelectionDialog dialog= new ListSelectionDialog(getShell(), getClosedProjectsInWorkspace(), ArrayContentProvider.getInstance(), new JavaElementLabelProvider(), ActionMessages.OpenProjectAction_dialog_message);
ListSelectionDialog dialog= ListSelectionDialog.of(getClosedProjectsInWorkspace()).contentProvider(ArrayContentProvider.getInstance()).labelProvider(new JavaElementLabelProvider()).message(ActionMessages.OpenProjectAction_dialog_message).create(getShell());
dialog.setTitle(ActionMessages.OpenProjectAction_dialog_title);
if (initialSelection != null && !initialSelection.isEmpty()) {
Expand Down

0 comments on commit 9e3d2a7

Please sign in to comment.