Skip to content

Commit

Permalink
Merge pull request #42 from ROCKTAKEY/texlab-5.7.0
Browse files Browse the repository at this point in the history
Texlab 5.7.0
  • Loading branch information
ROCKTAKEY committed Jul 17, 2023
2 parents 51bd8a0 + dae54ac commit b719363
Show file tree
Hide file tree
Showing 3 changed files with 237 additions and 36 deletions.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
fail-fast: false
matrix:
emacs_version:
- '26.3'
- '27.1'
- '27.2'
- '28.1'
Expand Down
19 changes: 19 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,25 @@ It will run =latexmk -C= in the project.
This command replaces enviroment name to NEW-NAME in current position.
This edits most-inner environment containing the current position.

** =lsp-latex-cancel-build=
This command cancel build of texlab.

** =lsp-latex-find-environments=

*** =lsp-latex-complete-environment=
This function reads environment name from minibuffer and returns =lsp-latex-environment-location= instance.

It takes three arguments, =BUFFER=, =POINT=, =PROMPT=.
=PROMPT= is used as prompt for =consult--read=, which is wrapper of =completing-read=.
=BUFFER= and =POINT= specify basis to find environments.

* Commands with =lsp-latex-complete-environment=
** =lsp-latex-goto-environment=
Go to selected environment containing the current point.

** =lsp-latex-select-and-change-environment=
Change name of selected environment to NEW-NAME.

* Forward/inverse search
Forward search and inverse search are available. See also [[https://github.com/latex-lsp/texlab/wiki/Previewing][texlab official wiki]].

Expand Down
Loading

0 comments on commit b719363

Please sign in to comment.