SHA256
1
0
forked from pool/texlab
Commit Graph

5 Commits

Author SHA256 Message Date
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
3c53383379 - Update to version 5.1.0:
* Allow manually overriding the root directory using a texlabroot/.texlabroot marker file. See the wiki for more information. (#826, #838)
  * Deprecate texlab.rootDirectory setting in favor of .texlabroot files
  * Do not use .git, .chktexrc, .latexmkrc files/directories to determine the root directory (#826)
  * Fix building documents without an explicit root directory (#837)
- Changes from 5.0.0:
  * BREAKING: texlab.rootDirectory is now used as the folder path from which the compiler is executed relative to the main document. By default it is equal to ".". For more information, please visit the wiki.
  * Improve performance of completion by a huge margin due to a faster filtering method used internally
  * Do not discover project files beyond the provided workspace folders
  * Try to guess the root directory by checking for files such as .latexmkrc or Tectonic.toml if texlab.rootDirectory is not set
  * Update positions of reported build diagnostics when editing the affected line
  * Do not treat links to files as bidirectional by default. This prevents issues where texlab ends up compiling the wrong file in projects with shared files (#806, #757, #679)
  * Fix coverage of directories which need to be watched for changes (#502, #491)
  * Resolve links of the import package correctly
  * Use filterText of completion items when filtering internally (#829)
- Specfile changes:
  * Enable tests
  * Enable `--all-features` flag

OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=24
2023-01-28 01:18:18 +00:00
Soc Virnyl Estela
da40f92aa2 Accepting request 980345 from home:uncomfyhalomacro:branches:Publishing:TeXLive
- Update to version 4.0.0:
  * Bump version to v4.0.0
  * Add missing Cargo metadata
  * Use custom citation rendering instead of citeproc-rs (#629)
  * Remove reference to im crate
  * Add command line flag to print version
  * Fix deployment workflow
  * Bump crossbeam-utils from 0.8.6 to 0.8.8
  * Remove Clippy CI job
  * Bump unindent from 0.1.8 to 0.1.9 (#626)
  * Bump log from 0.4.16 to 0.4.17 (#624)

OBS-URL: https://build.opensuse.org/request/show/980345
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=3
2022-06-01 12:47:32 +00:00
Dr. Werner Fink
bf185fb456 Accepting request 963226 from home:uncomfyhalomacro
I want to maintain this package in Publishing/TexLive. This package is an LSP implementation for LaTeX called texlab

OBS-URL: https://build.opensuse.org/request/show/963226
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=1
2022-03-21 08:34:34 +00:00