|
4 | 4 |
|
5 | 5 | - features
|
6 | 6 |
|
7 |
| - - The virtual document folder can be configured 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 |
|
|
21 | 26 |
|
22 | 27 | ### `@krassowski/code-jumpers 1.0.0` (???)
|
23 | 28 |
|
24 |
| -- breaking change: split away from `@krassowski/go_to_definition`, rename to `@krassowski/code-jumpers` ([#423]): |
25 |
| - - remove unused code |
26 |
| - - refactor history operations to track files and always use global location data |
27 |
| - - renames `uri` to `contents_path` to help avoid programmer issues |
| 29 | +- breaking changes |
| 30 | + - split away from `@krassowski/jupyterlab_go_to_definition`, renamed to `@krassowski/code-jumpers` ([#423]): |
| 31 | + - removed unused code |
| 32 | + - refactored history operations to track files and always use global location data |
| 33 | + - renamed `uri` to `contents_path` to help avoid programmer issues |
28 | 34 | with characters requiring URI encoding ([#406])
|
29 | 35 |
|
30 | 36 | [#406]: https://github.com/krassowski/jupyterlab-lsp/pull/406
|
|
121 | 127 | - rename operation status reporting got improved ([#318])
|
122 | 128 | - replaced the generic status icons with code check icon (coloured differently according to the status) ([#318])
|
123 | 129 | - added icons for all the features and their commands ([#318])
|
124 |
| - - refactored the codebase with a new architecture which allows dynamic feature, document widget adapter, and code editor registration ([#318]) |
| 130 | + - refactored the codebase with a new architecture which allows dynamic features, document widget adapter, and code editor registration ([#318]) |
125 | 131 | - 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])
|
126 | 132 | - syntax highlighting mode is adjusted to the language with the majority of the code in an editor ([#319])
|
127 | 133 | - copy diagnostics message and filter diagnostics from context menu of Diagnostic Panel ([#330])
|
128 | 134 |
|
129 | 135 | - bug fixes
|
130 | 136 |
|
131 |
| - - path-autocompletion issues were resolved upstream an this release adopts these changes |
132 |
| - - missing caret and document connection icons were restored in the statusbar popover ([#318]) |
| 137 | + - path-autocompletion issues were resolved upstream and this release adopts these changes |
| 138 | + - the missing caret and document connection icons were restored in the statusbar popover ([#318]) |
133 | 139 | - pressing "Cancel" rename during rename now correctly aborts the rename operation ([#318])
|
134 | 140 | - when a language server for a foreign document is not available an explanation is displayed (rather than the "Connecting..." status as before) ([4e5b2ad])
|
135 | 141 | - when jump target is not found a message is now shown instead of raising an exception ([00448d0])
|
|
0 commit comments