Is there a keyboard shortcut in TeXnicCenter to complete the current environment? In other words, it should add the appropriate \end{....}.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
| show 3 more comments |
|
(Summarising comments as an answer, so that this question is 'answered'.) It seems that you are looking for a keyboard shortcut to take the input
and have TeXniccenter automatically close the environment with
(i.e. to close whatever the last environment opened was.) At present, the answer is 'TeXniceenter does not have such a function'. Perhaps lodge a feature request. |
||||
|
Ctrl+Space. – Gonzalo Medina Jun 15 '11 at 18:07\begin{<env>}\end{<env>}at once (and in this circumstances auto completion can be handy), and fill the contents afterwards; this helps to prevent forgetting to end an environment. – Gonzalo Medina Jun 15 '11 at 19:29C-c ]closes the current environment. – Seamus Jul 1 '11 at 10:24