Cudatext: issue with "selection: Add next ocurrence of selected word"

Created on 3 Sep 2020  路  7Comments  路  Source: Alexey-T/CudaText

Hi @Alexey-T

I have this text:

    WHEN MATCHED THEN UPDATE SET
      ,S.City `City
      ,S.Country = S.Country
      ,S.ExtraLine = S.ExtraLine
      ,S.[Function] = S.[Function]
      ,S.Postalcode = S.Postalcode
      ,S.[State] = S.[State]

And I want to select all occurrences of = S. using the option: "selection: Add next ocurrence of selected word" starting from top line, when the function reach the [ (Fourth match) it seems that cannot continue looking for more occurrences:

cudatext_2020-09-03_12-14-46

bug can be closed

All 7 comments

Good I am using T-SQL. Let me validate this.

Ok, now I see it!

I am trying with None lexer or SQL lexer but I am getting the same issue.

If I try use = S, in this case the function cannot found any more match.

seems, fixed now. Beta- later.

Working without problems.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

EchedeyLR picture EchedeyLR  路  3Comments

Alexey-T picture Alexey-T  路  5Comments

jczanfona picture jczanfona  路  5Comments

Alexey-T picture Alexey-T  路  5Comments

JairoMartinezA picture JairoMartinezA  路  5Comments