- Remove duplicate key map to work on v1.12
- Show context menu item only in TeX files
- Actually get displayfile script to work
- Correct path to displayfile script
- Fix reported error for Atom v1.12
- Add a context menu item to jump to pdf
- Improve snippets to support text with backslashes
- Ensure Okular is always run in the
--unique
instance - Fix an issue where TeXify would not stop running if
\end{document}
wasn't found - Improved heuristics for parse_tex_log
- Fix several minor issues (#65, #104)
- Use notifications for more user-friendly warnings / errors
- Added "delete temp files" command (
C-l backspace
) - Added cite completions for bibtex, natbib, apacite and csquote
- Speed up ref/cite completion autotrigger
- Snippet fixes
- Internal: reimplemented ref and cite panels without
space-pen-views
- Reordered this changelog :)
- Support for
pdf-view
! - Modularized viewer code to facilitate future support for other viewers
- Selectable console text
- Fixed an issue with the log parser
- Increased the size of the exec buffer to avoid errors with large projects
- Report error when no PDF is created
- Various internal improvements and fixes
- Ian Bacher is now on board as a contributor!
- Snazzy new resizable, colorized LaTeXTools Console, courtesy of Ian
- Lazy-loading modules to improve start-up time
- Settings: display only options that are actually honored
- Insert LaTeX commands or environments
- Allow absolute paths for bibliographies
- Some ref/cite and other fixes
- Updated manual
- Manual fixes
- User manual (in progress): building and ref/cite completion
- Catch errors reading log file
- Better handling of Sumatra error code 1; use
-reuse-instance
switch - Display a SaveAs dialog if build is run with an unsaved text editor
- Fix issues in config object
- Fix error occurring when LaTeXTools is loaded without an active text editor
- Make wrap-in-XXX work as in Sublime Text, using e.g.
C-l C-e
foremphasize
(rather thanC-l e
, which will be used to insert environments in a later release) - Fix wrap-in-bold command
- Other bugfixes
- Enable texlive on Windows
- Fine-tuned quote insertion code
- Small speed-up in cite completion
- Honor ref/cite autocompletion toggles
- Linux support
- Patched annoying behavior with single-quote matching
- $ and quotes matching and wrapping
- Fixed issue with multiple options / latexmk
- Wrap selection in emph, bold, and friends
- Wrap selection in arbitrary command or environment
- Close last opened environment
- Setting
program
andoption
s using%!TEX
lines (master file)
- Citation completion from bibliography files
- Reference completion
- Jump to errors / warnings
- Compiling / previewing on OSX
- Compiling / previewing on Windows
- Error log parsing
- LaTeXTools snippets