Home
Help
Search
Login
Register
SlickEdit Community
»
Archived Beta Discussions
»
SlickEdit 202x Beta Discussions
»
SlickEdit 2022 v27 Beta Discussion
»
Python color coding with escaped {{ in f-string wrapped in single quote '
« previous
next »
Print
Pages: [
1
]
Go Down
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
Python color coding with escaped {{ in f-string wrapped in single quote '
«
on:
September 29, 2022, 01:55:53 AM »
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}}"
Logged
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.
Logged
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?
Logged
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
Logged
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 #4 on:
October 03, 2022, 11:14:56 PM »
RC 1 is available for download
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
SlickEdit Community
»
Archived Beta Discussions
»
SlickEdit 202x Beta Discussions
»
SlickEdit 2022 v27 Beta Discussion
»
Python color coding with escaped {{ in f-string wrapped in single quote '