mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[Java] Support file suggestion generator for -jar option in java command
IDEA-359243 GitOrigin-RevId: 893250239399bfc5699788c711a8f0c42e15dcd7
This commit is contained in:
committed by
intellij-monorepo-bot
parent
396a161c7a
commit
026ce3349f
@@ -38,6 +38,7 @@ class JavaShellCommandSpecsProvider : ShellCommandSpecsProvider {
|
||||
option("-jar") {
|
||||
argument {
|
||||
displayName(JavaTerminalBundle.message("java.command.terminal.jar.option.argument.jar.file.text"))
|
||||
suggestions(ShellDataGenerators.fileSuggestionsGenerator())
|
||||
}
|
||||
description(JavaTerminalBundle.message("java.command.terminal.jar.option.description"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user