repaint quirks

This commit is contained in:
Manindra Moharana
2013-06-30 01:48:10 +05:30
parent 4fe3de6ee3
commit 6d3629305b
2 changed files with 7 additions and 5 deletions

View File

@@ -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()){