Menu

Brace-mismatch error recognition in Texstudio?

Vahid
2014-02-23
2014-03-05
  • Vahid

    Vahid - 2014-02-23

    I've been trying to find in Texstudio the ability in Texlipse in recognizing brace matching errors, but no success so far.

    In Texlipse whenever a single brace is in your document a red line is drawn underneath it which decreases error handling time. Take this little code for example

    \usepackage{amsmath}
    
    \begin{document}
    
    \begin{align}
      a &= 1\frac{3}{2}}\\ % "}" after {2} is extra
      b &= 2\frac{3}{4}
    \end{align}
    
    \end{document}
    

    In Texstudio you can only become aware of the error, if the cursor is placed after or befor the brace. Is there such an option in it? Is it manually possible to add this capability to it?

     
    • Jan  Sundermeyer

      Jan Sundermeyer - 2014-03-05

      With mathematical expressions, unmatched braces are not that uncommon.
      (e.g. as range separations)
      So marking them could cause agony ...

      On 23.02.2014 11:37, Vahid wrote:

      I've been trying to find in Texstudio the ability in Texlipse in
      recognizing brace matching errors, but no success so far.

      In Texlipse whenever a single brace is in your document a red line is
      drawn underneath it which decreases error handling time. Take this
      little code for example

      \usepackage{amsmath}

      \begin{document}

      \begin{align}
      a &= 1\frac{3}{2}}\ % "}" after {2} is extra
      b &= 2\frac{3}{4}
      \end{align}

      \end{document}

      In Texstudio you can only become aware of the error, if the cursor is
      placed after or befor the brace. Is there such an option in it? Is it
      manually possible to add this capability to it?


      Brace-mismatch error recognition in Texstudio?
      https://sourceforge.net/p/texstudio/discussion/907839/thread/4d780fd7/?limit=25#1b73


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/texstudio/discussion/907839/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       
  • Benito van der Zander

    The parentheses commands are in Idefix/Parentheses/...

    E.g. you can press ctrl+shift+p,m to jump to the next mismatched one

     
    • Vahid

      Vahid - 2014-02-23

      Thank you. But as you mentioned it can find the next one. And to find the next one, you should activate the trigger once again and it is done after all manually.

       

Anonymous
Anonymous

Add attachments
Cancel