Author Topic: Python string coloring  (Read 2181 times)

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
Python string coloring
« on: August 02, 2018, 05:09:35 PM »
Looks like this has improved - Nice.

But, it isn't listed in the changes for V23.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6862
  • Hero Points: 528
Re: Python string coloring
« Reply #1 on: August 02, 2018, 05:30:40 PM »
Hmm..we improved the color coding for a lot of languages in v22. I’m not aware of any changes for python string coloring in v23 but I could be wrong.

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
Re: Python string coloring
« Reply #2 on: August 02, 2018, 05:40:38 PM »
This problem: https://community.slickedit.com/index.php/topic,16143.msg62021.html#msg62021

Seems to be colored now where it didn't used to be.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6862
  • Hero Points: 528
Re: Python string coloring
« Reply #3 on: August 02, 2018, 08:29:44 PM »
You're right. We changed the Python color coding profile for strings quite a bit. It now uses the same interpolated string syntax as other languages even though Python doesn't support it. It just means that there will be some syntax that SlickEdit will make you think is supported by Python but it won't compile. Not great but it looks better for the normal case.