summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/gui/QuickFindAction.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split GUI code to separate module (#242)Gravatar Runemoro2020-06-031-45/+0
| | | | | | | * Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>
* Quick find fixes (#133)Gravatar Gegy2019-05-121-0/+45
* Correctly offset quick find dialog, select all text on Ctrl+F, and set text to highlighted on open * Support quick find navigation with enter & shift+enter