Some type of highlight setting

Some type of highlight setting

2
NewbieNewbie
2

    Sep 07, 2004#1

    Whenever I'm editing a php file, it highlights the end of a string that I'm on... For example:

    globalize($_REQUEST, array('return' => STR, 'orderby' => STR, 'direction' => STR));

    If I was editing the string above and had my mouse on either of the bold parentheses I marked, the corresponding ending/beginning parenthese will be highlighted. Where can I turn this setting off?

    6,602548
    Grand MasterGrand Master
    6,602548

      Sep 07, 2004#2

      Open Advanced - Configuration... - Syntax Highlighting and disable Enable Auto Brace Matching at the bottom of the dialog.
      Best regards from an UC/UE/UES for Windows user from Austria

      2
      NewbieNewbie
      2

        Sep 07, 2004#3

        Thank you sir. :)