Avoid firing on pure number

This commit is contained in:
regs01 2023-10-30 00:35:36 +00:00 committed by Maxim Ganetsky
parent bcd4138db4
commit cda109f74b

View File

@ -11656,7 +11656,8 @@ procedure TSourceEditorManager.SourceCompletionTimer(Sender: TObject);
Exit;
if (CodeAttribute = SYNS_XML_AttrComment) or
(CodeAttribute = SYNS_XML_AttrString)
(CodeAttribute = SYNS_XML_AttrString) or
(CodeAttribute = SYNS_XML_AttrNumber)
then
Exit;