Forum Discussion

jonathon's avatar
jonathon
Contributor
6 years ago
Solved

Syntax highlighting

Hi

 

I'm just wondering if there is a setting to enable language specific highlighting. I can see TestComplete hihglights some keywords. But I was hoping in my case to enable some Python syntax highlighting too?

  • Hey!

     

    I think the 'proxy error' is steering you in the wrong direction - I think the developers who developed the app have gotten their exception handling muddled - 400 is a bad request/malformed request, not relevant to a proxy and this is backed by your network guys.

     

    So - there's a problem with either the SOAP envelope or the payload within the SoapBody tag.

     

    If you can publish the SOAP request and response and the .wsdl and .xsd - we should be able to identify what went wrong!

     

    Cheers,

     

    richie

9 Replies

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    Yes. Under Tools -> Options -> Panels -> Code Editor there is a highlighting option that allows you to customize the syntax highlighting for different code languages.

    • jonathon's avatar
      jonathon
      Contributor

      Hi tristaanogre 

       

      Thanks for this. What I'm looking for is more so specific keyword highlighting. Take example this snippet in TestComplete

       

       

      I'm used to PyCharm, so it would be nice to see the distinction between keywords, like decorators with @classmethod, self, return, None etc

       

      This is what I see in PyCharm for instance.

       

       

      Maybe I didn't enable the right option?

      • jonathon's avatar
        jonathon
        Contributor

         Oh, ok I 've figured it out - thanks

         

        One think I couldn't seem to find was highlighting for just arguments?