TeXiFy-IDEA icon indicating copy to clipboard operation
TeXiFy-IDEA copied to clipboard

Multiline todos do not work with Texify

Open dhmoclex opened this issue 2 years ago • 0 comments

Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version

IntelliJ 2023.2.2

Operating System

Windows 11

TeXiFy IDEA version

0.9.2

What I did (steps to reproduce)

  1. Check multiline todo option is active : In the IDE settings, select Editor | TODO, and check the "Treat indented text on the following lines as part of the same TODO" checkbox ;
  2. In a tex file type a multiline todo : Indent the text in comment lines that follow the initial comment line (with todo), you can use spaces and tabs, or a mix of both for indenting multiline TODO items.

Minimal example to reproduce the problem

\documentclass{article}
\begin{document}
    %todo: here is something to do later
    %   some additional details here
\end{document}

Expected behavior

The second comment line should be included in the todo.

Actual behavior

The second comment line is not included in the todo.

dhmoclex avatar Feb 13 '24 09:02 dhmoclex