mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-60813 View External Documentation doesn't work at the member level
This commit is contained in:
@@ -105,7 +105,8 @@ public class BrowserUtil {
|
||||
else {
|
||||
commandLine = new String[command.length + 1];
|
||||
System.arraycopy(command, 0, commandLine, 0, command.length);
|
||||
commandLine[commandLine.length - 1] = escapeUrl(urlString);
|
||||
commandLine[commandLine.length - 1] = SystemInfo.isMac && isUseDefaultBrowser() ? escapeUrl(redirectUrl(url, urlString))
|
||||
: escapeUrl(urlString);
|
||||
}
|
||||
Runtime.getRuntime().exec(commandLine);
|
||||
if (LOG.isDebugEnabled()) {
|
||||
|
||||
Reference in New Issue
Block a user