Skip to content

Commit

Permalink
Fix closing quick outline dialog after selection (#888)
Browse files Browse the repository at this point in the history
Fix closing quick outline dialog after selection
  • Loading branch information
travkin79 committed Jan 8, 2024
1 parent f1d643e commit c658b0d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.lsp4e/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Language Server Protocol client for Eclipse IDE (Incubation)
Bundle-SymbolicName: org.eclipse.lsp4e;singleton:=true
Bundle-Version: 0.18.1.qualifier
Bundle-Version: 0.18.2.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.12.0",
org.eclipse.equinox.common;bundle-version="3.8.0",
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.lsp4e/pom.xml
Expand Up @@ -7,7 +7,7 @@
</parent>
<artifactId>org.eclipse.lsp4e</artifactId>
<packaging>eclipse-plugin</packaging>
<version>0.18.1-SNAPSHOT</version>
<version>0.18.2-SNAPSHOT</version>

<build>
<plugins>
Expand Down
Expand Up @@ -113,6 +113,7 @@ protected Control createDialogArea(Composite parent) {
} catch (BadLocationException e) {
LanguageServerPlugin.logError(e);
}
close();
}
});

Expand Down

0 comments on commit c658b0d

Please sign in to comment.