|
4 | 4 |
|
5 | 5 | - features |
6 | 6 |
|
7 | | - - The virtual document folder can be configure with `JP_LSP_VIRTUAL_DIR` or |
8 | | - `LanguageServerManager.virtual_documents_dir`. Its default value is kept |
| 7 | + - the virtual documents' folder can be configured with `JP_LSP_VIRTUAL_DIR` or |
| 8 | + `LanguageServerManager.virtual_documents_dir`; its default value is kept |
9 | 9 | unchanged: _contents.root_dir_ / `.virtual_documents` ([#416]) |
10 | 10 |
|
11 | 11 | [#416]: https://github.com/krassowski/jupyterlab-lsp/issues/416 |
12 | 12 |
|
13 | | -### `@krassowski/jupyterlab-lsp 2.0.9` (???) |
| 13 | +### `@krassowski/jupyterlab-lsp 2.1.0` (???) |
| 14 | + |
| 15 | +- features |
| 16 | + |
| 17 | + - added "click to jump" functionality (by default using <kbd>Ctrl</kbd> modifier) ([#423]) |
| 18 | + - added "jump back" command, by default activated with <kbd>Ctrl</kbd> + <kbd>o</kbd> ([#423]) |
14 | 19 |
|
15 | 20 | - bug fixes |
16 | 21 |
|
|
23 | 28 | [#403]: https://github.com/krassowski/jupyterlab-lsp/issues/403 |
24 | 29 | [#421]: https://github.com/krassowski/jupyterlab-lsp/issues/421 |
25 | 30 |
|
26 | | -### `@krassowski/jupyterlab_go_to_definition 2.0.0` (???) |
| 31 | +### `@krassowski/code-jumpers 1.0.0` (???) |
27 | 32 |
|
28 | | -- features |
29 | | - |
30 | | - - breaking change: renames `uri` to `contents_path` to help avoid programmer issues |
| 33 | +- breaking changes |
| 34 | + - split away from `@krassowski/jupyterlab_go_to_definition`, renamed to `@krassowski/code-jumpers` ([#423]): |
| 35 | + - removed unused code |
| 36 | + - refactored history operations to track files and always use global location data |
| 37 | + - renamed `uri` to `contents_path` to help avoid programmer issues |
31 | 38 | with characters requiring URI encoding ([#406]) |
32 | 39 |
|
33 | 40 | [#406]: https://github.com/krassowski/jupyterlab-lsp/pull/406 |
| 41 | +[#423]: https://github.com/krassowski/jupyterlab-lsp/pull/423 |
34 | 42 |
|
35 | 43 | ### `@krassowski/jupyterlab-lsp 2.0.8` (2020-10-25) |
36 | 44 |
|
|
123 | 131 | - rename operation status reporting got improved ([#318]) |
124 | 132 | - replaced the generic status icons with code check icon (coloured differently according to the status) ([#318]) |
125 | 133 | - added icons for all the features and their commands ([#318]) |
126 | | - - refactored the codebase with a new architecture which allows dynamic feature, document widget adapter, and code editor registration ([#318]) |
| 134 | + - refactored the codebase with a new architecture which allows dynamic features, document widget adapter, and code editor registration ([#318]) |
127 | 135 | - the document in the connections list in the statusbar popover are now represented by easy-to-understand DocumentLocator (breadcrumbs) widget rather than an internal id ([bacc006]) |
128 | 136 | - syntax highlighting mode is adjusted to the language with the majority of the code in an editor ([#319]) |
129 | 137 | - copy diagnostics message and filter diagnostics from context menu of Diagnostic Panel ([#330]) |
130 | 138 |
|
131 | 139 | - bug fixes |
132 | 140 |
|
133 | | - - path-autocompletion issues were resolved upstream an this release adopts these changes |
134 | | - - missing caret and document connection icons were restored in the statusbar popover ([#318]) |
| 141 | + - path-autocompletion issues were resolved upstream and this release adopts these changes |
| 142 | + - the missing caret and document connection icons were restored in the statusbar popover ([#318]) |
135 | 143 | - pressing "Cancel" rename during rename now correctly aborts the rename operation ([#318]) |
136 | 144 | - when a language server for a foreign document is not available an explanation is displayed (rather than the "Connecting..." status as before) ([4e5b2ad]) |
137 | 145 | - when jump target is not found a message is now shown instead of raising an exception ([00448d0]) |
|
0 commit comments