Revisions of texlab

buildservice-autocommit accepted request 1178867 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 62)
baserev update by copy to link target
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 61)
- Update to version 5.16.1. Changes since then:
  * Don't treat `\label{}` and `\ref{}` with macro parameter as label commands
  * Fix parsing `latexmkrc` for `latexmk` versions older than `v4.8.4`
  * Remove unused `texlab.rootDirectory` setting from documentation
  * Add `texlab.experimental.labelDefinitionCommands` setting to customize the list of `\label`-like commands
  * Extend list of commands treated as command definitions and environment definitions
  * Allow the server to trigger the forward search in an editor-agnostic way:
    Running `texlab inverse-search --input <FILE> --line <LINE>` will open the specified document in the editor if the client supports it
  * Fix detection of log dir when using `latexmkrc` (use `$aux_dir` instead of `$out_dir`)
  * Fix extracting `$aux_dir` and `$out_dir` from `latexmkrc`
  * Add support for extracting `$aux_dir` and `$out_dir` from `latexmk >= v4.85` 
  * Improve log file change detection under Windows
  * Cleanup diagnostics of deleted files
  * Let `\declaretheorem` accept a list of environment names instead of just a single name
  * Use configured directories if not set explicitly by `latexmkrc` file
  * Replace tilde (`~`), environment variables, `${userHome}`, `${workspaceFolder}` in options
  * Replace tidle (`~`) and environment variables in `\include`-like commands
  * Add "Go To Definition" support for user-defined commands with `\def` and `\let`
  * Add "Find all References" for commands
  * Support more macros for defining commands
  * Avoid panicking when malformed URIs are sent to the server
  * Don't report errors for citations with macro arguments
  * Fix parsing `\label` with options (for example, when using `cleverref`)
  * Fix detecting project root if the home directory contains a `.latexmkrc` file
  * Improve support for handling `Tectonic.toml` projects
  * Cache results of project detection to improve performance
  * Triggering completion inside `\label{...}` will suggest undefined labels
  * Add snippets for `\( ... \)`, `\[ ... \]` and `\{ ... \}`
  * Don't return document symbol with empty name if `\item[]` is encountered
  * Fix extracting label numbers inside theorems defined by `ntheorem` package
buildservice-autocommit accepted request 1149578 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 60)
baserev update by copy to link target
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 59)
- Update specfile:
  * replace rust+cargo with cargo
- Update to version 5.12.3:
  * Fix completing includes in conjunction with \graphicspath
buildservice-autocommit accepted request 1140225 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 58)
baserev update by copy to link target
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 57)
- Update to version 5.12.2:
  * Fix parsing commands when they are used with subscript
  * Don't append a newline each time a BibTeX document is being formatted
  * Avoid trying to parse most of the TeX distro when building the dependency
    graph. Add `texlab.experimental.followPackageLinks` setting to allow
    re-enabling the old behavior
buildservice-autocommit accepted request 1132815 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 56)
baserev update by copy to link target
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 55)
- Update to version 5.12.0:
  * Infer `texlab.build.auxDirectory`, `texlab.build.logDirectory` and 
    `texlab.build.pdfDirectory` from `latexmkrc` if available
  * Do not report `undefined reference` errors when using `\nocite{*}`
  * Fix potential crash when parsing build log files 
  * Set the final tab stop of the `\begin` snippet inside the environment
- Remove cargo_config since vendored tarball includes it now
buildservice-autocommit accepted request 1130111 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 54)
baserev update by copy to link target
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) accepted request 1129856 from Atri Bhattacharya's avatar Atri Bhattacharya (badshah400) (revision 53)
* Update to version 5.11.0.
* Update rust+cargo required version to 1.70.0.
buildservice-autocommit accepted request 1114877 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 52)
baserev update by copy to link target
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) accepted request 1114871 from Olivier Belleux's avatar Olivier Belleux (Wolfheri) (revision 51)
- Remove lines in spec files due "failed to build"
 * # They deleted it.
   install -Dm644 texlab.1 -t %%{buildroot}%%{_mandir}/man1/
 * %{_mandir}/man1/texlab.1%{?ext_man}
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 50)
- Update to version 5.10.0:
  * Allow passing additional arguments to ChkTeX using texlab.chktex.additionalArgs
  * Fix loading bibliographies from kpathsea search path
  * Don't report duplicate results when using goto definition on includes
  * Fix project detection when there exist files with the same name
  * Do not report parse errors with $ in paths
buildservice-autocommit accepted request 1106226 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 49)
baserev update by copy to link target
buildservice-autocommit accepted request 1104878 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 48)
baserev update by copy to link target
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 47)
- Update to version 5.9.2:
  * Don't crash when using comments inside \include-like command
  * Folding ranges include only the contents instead of the entire range of the structure.
    For example, the folding range of an environment will start after the \begin and stop before the \end
buildservice-autocommit accepted request 1103656 from Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) (revision 46)
baserev update by copy to link target
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 45)
Replace obsoleted `disabled` option with `manual`
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 44)
- Reenable cargo test in %check.
Soc Virnyl Estela's avatar Soc Virnyl Estela (uncomfyhalomacro) committed (revision 43)
- Update to version 5.9.1:
  * fixed: improved performance when completing BibTeX entries
  * fixed: don't report unused entries for very large bibliographies
  * fixed: avoid redundant reparses after saving documents
- Changes from before 5.9.1 and after 5.7.0:
  * Use bibliographies found in BIBINPUTS environment variable
  * Add texlab.build.pdfDirectory setting
  * Fix search path for aux files when using \include instead of \input
  * Report diagnostics for unused and undefined labels
  * Report diagnostics for unused BibTeX entries and undefined citations
  * Report diagnostics for duplicate BibTeX entries
  * Report diagnostics for duplicate labels
  * Add texlab.build.auxDirectory and texlab.build.logDirectory settings
  * Deprecate texlab.auxDirectory in favor of texlab.build.auxDirectory
  * Fix parsing paths with |
  * Fix parsing LaTeX identifiers with =
Displaying revisions 1 - 20 of 62
openSUSE Build Service is sponsored by