summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar 2xsaiko2020-04-29 18:24:29 +0200
committerGravatar GitHub2020-04-29 12:24:29 -0400
commit0eff06096bc4852f2580f20a0c5bf970ecf66987 (patch)
treefc6c996c66abde850aa8598a24da134c37d1d531 /build.gradle
parentThis doesn't need to be scaled, potentially fixes circular class loading cras... (diff)
downloadenigma-0eff06096bc4852f2580f20a0c5bf970ecf66987.tar.gz
enigma-0eff06096bc4852f2580f20a0c5bf970ecf66987.tar.xz
enigma-0eff06096bc4852f2580f20a0c5bf970ecf66987.zip
Rewrite search dialog (#233)
* Fix searching * Make buttons use localization * Fix rename field opening when pressing shift+space * Tweak search algorithm * Add a bit of documentation * Remove duplicate example line * Use max() when building the inner map instead of overwriting the old value * Keep search dialog state * Formatting * Fix cursor key selection not scrolling to selected item * Don't set font size * Rename close0 to exit * Fix wrong scrolling when selecting search dialog entry
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index f771ec7c..a42b2257 100644
--- a/build.gradle
+++ b/build.gradle
@@ -53,7 +53,6 @@ dependencies {
53 implementation 'net.fabricmc:cfr:0.0.1' 53 implementation 'net.fabricmc:cfr:0.0.1'
54 implementation 'com.bulenkov:darcula:1.0.0-bobbylight' 54 implementation 'com.bulenkov:darcula:1.0.0-bobbylight'
55 implementation 'de.sciss:syntaxpane:1.2.0' 55 implementation 'de.sciss:syntaxpane:1.2.0'
56 implementation 'me.xdrop:fuzzywuzzy:1.2.0'
57 implementation 'com.github.lukeu:swing-dpi:0.6' 56 implementation 'com.github.lukeu:swing-dpi:0.6'
58 57
59 testImplementation 'junit:junit:4.+' 58 testImplementation 'junit:junit:4.+'