SoqlX icon indicating copy to clipboard operation
SoqlX copied to clipboard

Syntax Highlighting Issue - Fields that start with NOT

Open NormCopeland opened this issue 9 months ago • 1 comments

Describe the bug If a field name begins with NOT at the start of a where clause, the NOT portion of the field name is highlighted red as if it is a NOT().

To Reproduce Steps to reproduce the behavior:

  1. Write a query with a field name that start with 'NOT' at the start of the where clause.

Expected behavior A field name should not be highlighted blue, not red.

Screenshots screenshot 2023-11-08T11 33 29

The query still works fine - no real functionality loss is happening.

Desktop (please complete the following information):

  • OS: MacOS Sonoma 14.0 (23A344)
  • SoqlX Version 4.6

NormCopeland avatar Nov 08 '23 16:11 NormCopeland

good catch, thanks for reporting it.

superfell avatar Nov 11 '23 21:11 superfell