summaryrefslogtreecommitdiff
path: root/src/main/java/cuchaz/enigma/gui/EnigmaQuickFindDialog.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split GUI code to separate module (#242)Gravatar Runemoro2020-06-031-90/+0
| | | | | | | * Split into modules * Post merge compile fixes Co-authored-by: modmuss50 <modmuss50@gmail.com>
* fix unwanted declaration navigation during Quick FindGravatar asie2019-06-151-1/+6
|
* Quick find fixes (#133)Gravatar Gegy2019-05-121-0/+85
* 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