From 0eff06096bc4852f2580f20a0c5bf970ecf66987 Mon Sep 17 00:00:00 2001 From: 2xsaiko Date: Wed, 29 Apr 2020 18:24:29 +0200 Subject: 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--- README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 24fc9c5..7d01dac 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ Enigma includes the following open-source libraries: - [Guava](https://github.com/google/guava) (Apache-2.0) - [SyntaxPane](https://github.com/Sciss/SyntaxPane) (Apache-2.0) - [Darcula](https://github.com/bulenkov/Darcula) (Apache-2.0) - - [fuzzywuzzy](https://github.com/xdrop/fuzzywuzzy/) (GPL-3.0) - [jopt-simple](https://github.com/jopt-simple/jopt-simple) (MIT) - [ASM](https://asm.ow2.io/) (BSD-3-Clause) -- cgit v1.2.3