mirror of
https://github.com/chylex/IntelliJ-AceJump.git
synced 2025-05-04 17:34:05 +02:00
update versions
This commit is contained in:
parent
99e0a50884
commit
6642eff1e0
@ -4,8 +4,8 @@ import org.jetbrains.intellij.tasks.*
|
||||
|
||||
plugins {
|
||||
idea apply true
|
||||
kotlin("jvm") version "1.8.0-Beta"
|
||||
id("org.jetbrains.intellij") version "1.10.0"
|
||||
kotlin("jvm") version "1.8.0"
|
||||
id("org.jetbrains.intellij") version "1.11.0"
|
||||
id("org.jetbrains.changelog") version "2.0.0"
|
||||
id("com.github.ben-manes.versions") version "0.44.0"
|
||||
}
|
||||
|
@ -51,7 +51,6 @@ internal class AceSettingsPanel {
|
||||
}
|
||||
|
||||
internal val rootPanel: JPanel = panel {
|
||||
|
||||
group("Characters and Layout") {
|
||||
row("Allowed characters in tags:") { cell(tagCharsField).columns(COLUMNS_LARGE) }
|
||||
row("Keyboard layout:") { cell(keyboardLayoutCombo).columns(COLUMNS_SHORT) }
|
||||
|
Loading…
Reference in New Issue
Block a user