6 Commits

Author SHA256 Message Date
Soc Virnyl Estela
bfba0d56d4 - 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 =

OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=43
2023-08-13 06:47:54 +00:00
Soc Virnyl Estela
72ca9d9a1d - Update to version 5.7.0
* Add symbol support for thmtools
  * Add texlab.findenvironments command to return the list of environments containing a position
  * Show inlay hints for labels after the command instead of inside the argument
  * Prevent adding trailing newline after formating with latexmk
  * Improving `\paragraph` parsing

OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=40
2023-07-09 09:32:09 +00:00
Soc Virnyl Estela
2f2c103452 - Update to version 5.5.1:
* Fix spurious completion results when completing environments
  * Fix regression when guessing cursor position after formatting
  * Fix parsing `\verb` command
  * Add `flalign` and `flalign*` to default list of math environments

OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=38
2023-05-08 03:57:44 +00:00
Soc Virnyl Estela
e5689a5e68 - Update to version 5.5.0:
* Allow optionally passing cursor position to textDocument/build request for use in forward search after building.
    Previously, the server had to guess the cursor position
  * Add experimental texlab.experimental.citationCommands setting to allow extending the list of citation commands
  * Add support for escaping placeholders in build arguments similar to forward search
  * Allow configuring completion matching algorithm
  * Fix regression introduced in v5.4.2 involving texlab.cleanArtifacts command.

OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=36
2023-04-22 10:59:50 +00:00
Soc Virnyl Estela
caff44a264 - Update to version 5.4.1:
* Do not return symbols with empty names
  * Repair `textDocument/formatting` request
  * From 5.4.0:
    - Add experimental settings to allow extending the list of special environments:
      * `texlab.experimental.mathEnvironments`
      * `texlab.experimental.enumEnvironments`
      * `texlab.experimental.verbatimEnvironments`
    - Add `texlab.changeEnvironment workspace command
    - Add `texlab.showDependencyGraph workspace command
    - Do not show caption or section names in label inlay hints
    - Include more user-defined commands in command completion
    - Parse nested `\iffalse` blocks correctly
    - Parse commands with multi-byte characters correctly
    - Fix checking whether a document can be a root file

OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=34
2023-04-10 23:54:04 +00:00
Soc Virnyl Estela
5d2b104e00 - Update to version 5.3.0:
* Apply percent decoding when searching for PDFs
  * Allow filtering document symbols using regex
  * Return [] instead of "not found" in code action
- Use zstd compression for vendored tarball.
- Restrict to tier 1 rust arches.

OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=32
2023-03-01 12:54:46 +00:00