mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 13:25:29 +00:00
search panel with configurable regexp/ignorecase
(same in last commit)
This commit is contained in:
@@ -262,6 +262,7 @@ public class DocumentSearchData {
|
||||
quickFindDlg.showFor(target);
|
||||
quickFindDlg.setIgnoreCase(ignoreCase);
|
||||
quickFindDlg.setRegularExpression(regularExpresion);
|
||||
|
||||
}
|
||||
|
||||
public void showQuickFindDialog(JTextComponent target) {
|
||||
|
||||
Reference in New Issue
Block a user