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