mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 06:05:01 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ public class DocutilsCommandLineState extends RestCommandLineState {
|
||||
VirtualFile virtualFile = findOutput();
|
||||
if (virtualFile != null) {
|
||||
if (myConfiguration.openInBrowser()) {
|
||||
BrowserUtil.launchBrowser(virtualFile.getUrl());
|
||||
BrowserUtil.browse(virtualFile);
|
||||
}
|
||||
else {
|
||||
FileEditorManager.getInstance(myConfiguration.getProject()).openFile(virtualFile, true);
|
||||
|
||||
Reference in New Issue
Block a user