mirror of
https://github.com/chylex/IntelliJ-AceJump.git
synced 2025-01-06 04:42:46 +01:00
move functions
This commit is contained in:
parent
05e8c0ea30
commit
360e25c102
@ -20,10 +20,10 @@ class AceSettingsPanel {
|
||||
private var tagForegroundColorWheel = ColorPanel()
|
||||
private var tagBackgroundColorWheel = ColorPanel()
|
||||
|
||||
fun Cell.short(component: JComponent) = component(growPolicy = SHORT_TEXT)
|
||||
fun Cell.medium(component: JComponent) = component(growPolicy = MEDIUM_TEXT)
|
||||
|
||||
internal val rootPanel: JPanel = panel {
|
||||
fun Cell.short(component: JComponent) = component(growPolicy = SHORT_TEXT)
|
||||
fun Cell.medium(component: JComponent) = component(growPolicy = MEDIUM_TEXT)
|
||||
|
||||
noteRow(aceString("tagCharsToBeUsedHeading"))
|
||||
row(aceString("tagCharsToBeUsedLabel")) { medium(tagCharactersField) }
|
||||
noteRow(aceString("colorsToBeUsedHeading"))
|
||||
|
Loading…
Reference in New Issue
Block a user