diff options
| author | 2020-04-29 18:24:29 +0200 | |
|---|---|---|
| committer | 2020-04-29 12:24:29 -0400 | |
| commit | 0eff06096bc4852f2580f20a0c5bf970ecf66987 (patch) | |
| tree | fc6c996c66abde850aa8598a24da134c37d1d531 /README.md | |
| parent | This doesn't need to be scaled, potentially fixes circular class loading cras... (diff) | |
| download | enigma-fork-0eff06096bc4852f2580f20a0c5bf970ecf66987.tar.gz enigma-fork-0eff06096bc4852f2580f20a0c5bf970ecf66987.tar.xz enigma-fork-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 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -12,7 +12,6 @@ Enigma includes the following open-source libraries: | |||
| 12 | - [Guava](https://github.com/google/guava) (Apache-2.0) | 12 | - [Guava](https://github.com/google/guava) (Apache-2.0) |
| 13 | - [SyntaxPane](https://github.com/Sciss/SyntaxPane) (Apache-2.0) | 13 | - [SyntaxPane](https://github.com/Sciss/SyntaxPane) (Apache-2.0) |
| 14 | - [Darcula](https://github.com/bulenkov/Darcula) (Apache-2.0) | 14 | - [Darcula](https://github.com/bulenkov/Darcula) (Apache-2.0) |
| 15 | - [fuzzywuzzy](https://github.com/xdrop/fuzzywuzzy/) (GPL-3.0) | ||
| 16 | - [jopt-simple](https://github.com/jopt-simple/jopt-simple) (MIT) | 15 | - [jopt-simple](https://github.com/jopt-simple/jopt-simple) (MIT) |
| 17 | - [ASM](https://asm.ow2.io/) (BSD-3-Clause) | 16 | - [ASM](https://asm.ow2.io/) (BSD-3-Clause) |
| 18 | 17 | ||