mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
AT-1085 Highlighting tests on Ruby
GitOrigin-RevId: 5ed92f653eff38b7e906fb90edf028b9230f96d6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0e99c5275c
commit
73792937ab
+5
@@ -25,6 +25,11 @@ open class CommandChain : MarshallableCommand, Iterable<MarshallableCommand> {
|
||||
return this
|
||||
}
|
||||
|
||||
fun addCommands(commands: Collection<MarshallableCommand>): CommandChain {
|
||||
_chain.addAll(commands)
|
||||
return this
|
||||
}
|
||||
|
||||
/**
|
||||
* Pattern for adding a command: %YOUR_COMMAND_PREFIX COMMAND_PARAM_1 .. COMMAND_PARAM_N
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user