Author Topic: Python color coding with escaped {{ in f-string wrapped in single quote '  (Read 971 times)

rowbearto

  • Senior Community Member
  • Posts: 2344
  • Hero Points: 132
See attached picture.

Here is the text so you can copy/paste and repro:

Code: [Select]
        colorcodingFStringIssue = f'abc escaped {{abc}}'
        colorcodingFStringOK    = f"abc escaped {{abc}}"

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6975
  • Hero Points: 532
Re: Python color coding with escaped {{ in f-string wrapped in single quote '
« Reply #1 on: September 29, 2022, 02:09:06 AM »
Fixed for RC 1. Thanks for posting.

rowbearto

  • Senior Community Member
  • Posts: 2344
  • Hero Points: 132
Re: Python color coding with escaped {{ in f-string wrapped in single quote '
« Reply #2 on: September 29, 2022, 01:58:58 PM »
Thanks! You mentioned RC 1. Will beta4 be RC 1?

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6975
  • Hero Points: 532
Re: Python color coding with escaped {{ in f-string wrapped in single quote '
« Reply #3 on: September 29, 2022, 02:45:31 PM »
Yes

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6975
  • Hero Points: 532
RC 1 is available for download