Menu

#1027 Bug #945 reappears in TeXstudio 2.8 and the fix for previous versions fails

None
fixed
nobody
None
1
2014-07-03
2014-06-30
No

The structure view once again inserts plenty of html, css, etc. When I click on one of those, it complains that it cannot find html.tex etc. (cf. attached screenshot).

Adding Options -> Configure TeXstudio -> Custom Highlighting -> minted as verbatim solves the problem in 2.7, but not in 2.8.

1 Attachments

Related

Bugs: #1027
Feature Requests: #1029

Discussion

  • Tim Hoffmann

    Tim Hoffmann - 2014-06-30

    Works here. Can you please post a minimal example that shows the effect?

     
  • Gilles Everling

    Gilles Everling - 2014-06-30

    Sure:
    \documentclass[a4paper]{book}
    \usepackage[utf8]{inputenc}
    \usepackage[T1]{fontenc}
    \usepackage{lmodern, forloop}
    \usepackage{graphicx, minted, url, fancyhdr, picins, pdfpages, alltt, exercise, multirow, longtable, tabu}
    \usepackage[framemethod=default]{mdframed}
    \usepackage[hidelinks, pdfpagemode=UseOutlines, pdfstartview={FitH top}]{hyperref}
    \begin{document}
    \mainmatter
    {\scriptsize
    \inputminted[tabsize=2, linenos=true]{html}{CoreCompetences/HTML5/skeleton1.html}}
    \end{document}

     
  • Gilles Everling

    Gilles Everling - 2014-06-30

    Here's an even smaller example, producing the same structure screenshot:
    \documentclass[a4paper]{book}
    \usepackage{minted}
    \begin{document}
    \inputminted[tabsize=2, linenos=true]{html}{CoreCompetences/HTML5/skeleton1.html}
    \end{document}

     
  • Jan  Sundermeyer

    Jan Sundermeyer - 2014-07-03

    was fixed by Tim in repository

     
  • Jan  Sundermeyer

    Jan Sundermeyer - 2014-07-03
    • status: open --> fixed
    • Group: -->
     
  • Gilles Everling

    Gilles Everling - 2014-07-03

    I've donwloaded the new minted.cwl from https://sourceforge.net/p/texstudio/hg/ci/default/tree/completion/ and put it into the settings folder, but this does not solve the problem.

     
    • Jan  Sundermeyer

      Jan Sundermeyer - 2014-07-03

      it was fixed in the stable branch ...

      Am 03.07.2014 20:09, schrieb Gilles Everling:

      I've donwloaded the new minted.cwl from
      https://sourceforge.net/p/texstudio/hg/ci/default/tree/completion/ and
      put it into the settings folder, but this does not solve the problem.


      [bugs:#1027] http://sourceforge.net/p/texstudio/bugs/1027/ Bug #945
      reappears in TeXstudio 2.8 and the fix for previous versions fails

      Status: fixed
      Group:
      Created: Mon Jun 30, 2014 06:46 PM UTC by Gilles Everling
      Last Updated: Thu Jul 03, 2014 05:41 PM UTC
      Owner: nobody

      The structure view once again inserts plenty of html, css, etc. When I
      click on one of those, it complains that it cannot find html.tex etc.
      (cf. attached screenshot).

      Adding Options -> Configure TeXstudio -> Custom Highlighting -> minted
      as verbatim solves the problem in 2.7, but not in 2.8.


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/texstudio/bugs/1027/

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

       

      Related

      Bugs: #1027

  • Tim Hoffmann

    Tim Hoffmann - 2014-07-03

    Just changing the cwl can't solve the problem. You have to use a modified executable. It will be fixed in the next official release. Until then, you can use this executable as replacement of texstudio.exe in your installation.

     
  • Gilles Everling

    Gilles Everling - 2014-07-03

    Thanks a lot, that solves the problem.

     

Log in to post a comment.