mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
no mention of javadoc in platform code
This commit is contained in:
@@ -75,7 +75,7 @@ public class ExternalJavaDocAction extends AnAction {
|
||||
public static void showExternalJavadoc(List<String> urls) {
|
||||
final HashSet<String> set = new HashSet<String>(urls);
|
||||
if (set.size() > 1) {
|
||||
JBPopupFactory.getInstance().createListPopup(new BaseListPopupStep<String>("Choose javadoc root", ArrayUtil.toStringArray(set)) {
|
||||
JBPopupFactory.getInstance().createListPopup(new BaseListPopupStep<String>("Choose external documentation root", ArrayUtil.toStringArray(set)) {
|
||||
public PopupStep onChosen(final String selectedValue, final boolean finalChoice) {
|
||||
BrowserUtil.launchBrowser(selectedValue);
|
||||
return FINAL_CHOICE;
|
||||
|
||||
Reference in New Issue
Block a user