Author Topic: Color coding profile  (Read 523 times)

wbullaughey

  • Community Member
  • Posts: 83
  • Hero Points: 2
Color coding profile
« on: September 23, 2021, 08:38:04 PM »
When I open my project I get the popup message box with "Color coding profile 'C Shell': Invalid type 'bqbackslash'"

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6874
  • Hero Points: 530
Re: Color coding profile
« Reply #1 on: September 24, 2021, 04:29:08 PM »
Sounds like your old config didn't get upgraded perfectly.

You'll need to manually remove "bqbackslash" from your user.cfg.xml:

<colorcoding_profiles n="colorcoding_profiles.C Shell" version="?">
    <styles v="... dqbackslash"/>
</colorcoding_profiles>

After removing the word "bqbackslash", save and reload your options when prompted. Alternatively, you could just delete the "styles" line since I suspect you haven't made any intentional changes to it.