- Fix command to executes
tectonicwatch mode 0cb3fe9 - Add
end_colto diagnostic b50989e - Some diagnostics are missing in quickfix at first compile 19c7f24
- add
warn_nofilecase 6f7f5e8
- Fix that wrong file name is shown in fidget message title while compiling d7dde49
- Fix that wrong failed message when tex file is closed 79b7c5f
- Add
\documentclass[*]{subfiles}pattern to find main file f112858 - Check nil to proper catch data 963c590
- Show relative path when
warn_pkgindicates a file in project 191474c - Fix where non English characters would broken db5ad3a
- Separate
cleanup_auxfiles()independently fromcompile()675066c
- Add
cleanup_auxfiles()to clear aux file of project. 517403d - Supports
view()for multiple sub-file project 9a0a7a9- It shows pdf files of main tex file in project.
- Add
inheritconsecutive compile mode for onSave 40bcee9 - Supports multiple sentences of
warn_pkganderror_pkgin diagnostic message. 54cc6d6, f09afd5 - Add workspace diagnostics to quickfix list automatically c347261
- Add diagnostics of texlab/texflow to quickfix ead177a
- Extend message length limit to 60 1109067
- Check
nilmsg to add diagnostics to ignore them. c255272 Add current file path to detect in. 8bf2c86get_filepath()- But it is weird because
/**/must include current directory. - This function will not removed.
- But it is weird because
- Check
pdffile is existed first beforeview()starts. 734e704- It will prevent to open empty file.
- Unify drive character also for Windows in
sep_unify(). 77e0ef3 - Use
texflow.ioto initiate serverdata at plugin startup instead of python script. c5c7826- It Will cause fast plugin loading times.
- Push commands to one side in commands.lua for lazy loading functions. 24236f6
- Separate progress/notifying function to
notify.lua. 3cd4e6c
- Show progress message dynamically when compiling. 786ab31
- Required
fidget.nvim. If not, notification usevim.notify()
- Required
- Clean up auxiliary files process is added before
compile_core()usingcompile_safe(). 88380fb - Add
pdfTeX warningmessage pattern for warning diagnostics. 0b735e6 - 🔨 Breaking changes : Now
texview.nvimsupports for multiple file project directory. 9e19622- Check diagnostics for multiple files and show them whenever the file which has error is loaded.
- Support
@maintexand@curtextokens.- The existing
@texis changed to@curtexto distinguish. @maintexwill detect main file in project by some sequence. but there are limitations that only one file allows to@default_filesin case of setting by.latexmkrc.
- The existing
- Getting
filedatawill be fast. Remove dependency from argument. - Reconstruct
parser.py, It dedicates to process whole file without slicing for multiprocessing. - Add
check_max_print_line()to adjust maximum column of log file- It aids to proper parsing file path in log file.
- It only supports for MikTeX. TeXLive users must adjust them in
texmf.cnfmanually.
- Add error pattern starts with
!d8f399e- now
-file-line-erroroflatexmkdoesn't be necessary option. - Some errors are not converted to format of
<filename>:<line>:<msg>with-file-line-error
- now
- Fix bug that invoke error when *.tex buffer is deleted after viewer is closed first. 478f092
- Fix for bug that diagnostics don't be reset after compile success 0fa31f2
- Add
Diagnosticsfeature after compile to show diagnostic result in statuscolumn a775c44- Source name of diagnostics is
texflow
- Source name of diagnostics is
- Add
onSaveconfig to implement continuous compile 74ddd42
openAfterconfig is belong totexflow.config.latexconfiguration 29fcf7a
- Fix for autocmd to close pdf viewer when tex file is closed 8602a65
- Original behavior is from b9cfcc0
- Reconstruct
build.luato separate and make simpler. ab57e14
- Add Usage / Features ca5aa9b
- Add python library to implement Inverse Search
- ✔️ Inverse Searching using cli option of viewer is confirmed
- Add
pcall()tojobstopto deal with nil job id
- Add
view()function to open pdf file corresponding with tex file b9cfcc0- ✔️ Forward Searching using cli option of viewer is confirmed.
- Opened viewer is closed also when the matched tex file is closed.
- Add
OpenAfteroption forcompile()function to open viewer after compile automatically 410bfb8 compile()function does in tex file location regardless with current work directory.
- Add progress message while compiling latex using fidget.nvim f004708