mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 10:02:50 +00:00
AS1/2: Editing obfuscated identifiers via new paragraph (§) syntax
This commit is contained in:
@@ -44,7 +44,7 @@ import jsyntaxpane.components.Markers;
|
||||
*
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class QuickFindPanel extends JPanel implements ActionListener, jsyntaxpane.actions.QuickFindHandler {
|
||||
public class QuickFindPanel extends JPanel implements ActionListener {
|
||||
|
||||
public JTextField findTextField;
|
||||
public JButton prevButton, nextButton;
|
||||
@@ -163,7 +163,7 @@ public class QuickFindPanel extends JPanel implements ActionListener, jsyntaxpan
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
public void showQuickFind(final JTextComponent t, DocumentSearchData ds) {
|
||||
dsd = new WeakReference<>(ds);
|
||||
oldCaretPosition = t.getCaretPosition();
|
||||
|
||||
Reference in New Issue
Block a user