gummi icon indicating copy to clipboard operation
gummi copied to clipboard

Commenting

Open eevleevs opened this issue 7 years ago • 1 comments

Please add function to commment/uncomment selected text.

eevleevs avatar Jul 22 '17 17:07 eevleevs

To anyone who needs this desperately, you can sort-of add it yourself using snippets. (However, this is only possible using the comment environment, you cannot make Gummi add % signs this way; and you cannot un-comment easily)

Add a snippet (Edit → Preferences → Editor) with the following text:

\begin{comment}
$1$SELECTED_TEXT
\end{comment}

and assign a shortcut key. You can then comment selected text by pressing this key combination.

dingens avatar Sep 04 '17 13:09 dingens