mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
cleanup
This commit is contained in:
@@ -38,7 +38,7 @@ public class XmlEqTypedHandler extends TypedHandlerDelegate {
|
||||
PsiElement at = file.findElementAt(editor.getCaretModel().getOffset() - 1);
|
||||
PsiElement atParent = at != null ? at.getParent() : null;
|
||||
if(atParent instanceof XmlAttribute && ((XmlAttribute)atParent).getValueElement() == null) {
|
||||
needToInsertQuotes = atParent instanceof XmlAttribute && ((XmlAttribute)atParent).getValueElement() == null;
|
||||
needToInsertQuotes = ((XmlAttribute)atParent).getValueElement() == null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user