1
0
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:
breandan 2022-12-29 16:38:21 +11:00
parent 99e0a50884
commit 6642eff1e0
2 changed files with 2 additions and 3 deletions
build.gradle.kts
src/main/kotlin/org/acejump/config

View File

@ -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"
}

View File

@ -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) }