mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 10:00:42 +01:00
repaint quirks
This commit is contained in:
@@ -1580,6 +1580,7 @@ public class ASTGenerator {
|
||||
|
||||
public void handleRefactor(){
|
||||
if(editor.ta.getSelectedText() == null){
|
||||
editor.statusError("Highlight the class/function/variable name first");
|
||||
return;
|
||||
}
|
||||
if (!frmRename.isVisible()){
|
||||
|
||||
Reference in New Issue
Block a user