Auto-Refresh classes after renaming
This commit is contained in:
parent
c8337e74fd
commit
e47e63062c
1 changed files with 3 additions and 0 deletions
|
@ -1433,6 +1433,7 @@ public class MainViewerGUI extends JFrame implements FileChangeNotifier {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
new RenameFields().start();
|
new RenameFields().start();
|
||||||
|
workPane.refreshClass.doClick();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -1453,6 +1454,7 @@ public class MainViewerGUI extends JFrame implements FileChangeNotifier {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
new RenameMethods().start();
|
new RenameMethods().start();
|
||||||
|
workPane.refreshClass.doClick();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -1464,6 +1466,7 @@ public class MainViewerGUI extends JFrame implements FileChangeNotifier {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
new RenameClasses().start();
|
new RenameClasses().start();
|
||||||
|
workPane.refreshClass.doClick();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue