Evpok / latex-autocomplete

LaTeX autocompletion for atom
Other
9 stars 3 forks source link

Autocomplete on last line #6

Closed 314eter closed 8 years ago

314eter commented 8 years ago

When autocompleting the last line of a document:

\begin{env} % cursor was here
\end{env}
% jumps to here

With itemize:

\begin{itemize} % cursor was here
  \item \end{itemize}
% jumps to here
Evpok commented 8 years ago

I don't have this issue, but when I try to autocomplete in the last line, the autocomplete is actually triggered twice (with funky consequences). Looking into this.

Evpok commented 8 years ago

Btw are you on some kind of holy crusade? I see you filed similar issues on latexer. No complaining, though, nice to see this is useful enough that you took the time to report those :)

Evpok commented 8 years ago

Not so pleased with how I dealed with the cursor position, though

314eter commented 8 years ago

It's fixed :+1:

I was using latexer, when I found a really annoying bug, so I reported and fixed it. Then I found some more problems, that were more difficult, so I switched to latex-autocomplete. My crusade is over now. :wink: