Releases: Ekopalypse/NppLspClient
v.0.0.31-alpha
Attention: This is a developer/early adaptor version
Fixes issue #24 where the WebView2 user_data_folder was created in the npp application directory when multiple instances were used.
Note: The sources have NOT been updated and are therefore out of date
v.0.0.30-alpha
Attention: This is a developer/early adaptor version
New features:
- support of tcp mode for language servers
- first x86 (32bit) version
Fixes:
- hover dialog uses plugin config dir as its user data folder
Note: The sources have NOT been updated and are therefore out of date
v.0.0.29-alpha
Attention: This is a developer/early adaptor version
New features:
- each dialog has its own config section
Fixes:
- hover dialog continuously changes its size
Note: The sources have NOT been updated and are therefore out of date
v.0.0.28-alpha
Attention: This is a developer/early adaptor version
Sorry, this invalidates the previous configuration of the shortcuts,
i.e. assigned shortcuts no longer work correctly due to the new arrangement of the menu items.
It is also necessary to manually clean up the config.xml and remove the old NppLspClient entries.
New features:
- Persist hover dialog window size between uses
Fixes:
- Persist dockable dialog position and visibility across session, fixes #17
Note: The sources have NOT been updated and are therefore out of date
v.0.0.27-alpha
Attention: This is a developer/early adaptor version
New features:
- new language server configuration option: initialization_options
for more info which options are supported by the server, check its documentation
the client expects it to be a valid json string likeor as a multiline definitioninitialization_options = '{"completion":{"limit": 1000}}'
initialization_options = '''{ "completion":{ "limit": 1000 } }'''
- hover dialog using webview component
- manual completion option added
- introduce lsp commands
- handle workspace edits
Cleanups and fixes.
Note: The sources have NOT been updated and are therefore out of date
v.0.0.26-alpha
Attention: This is a developer/early adaptor version
This and earlier versions are ONLY compatible with Npp < v8.6.3
New features:
- multiple workspaces per server
- code actions
Cleanups and fixes.
Note: The sources have NOT been updated and are therefore out of date
v.0.0.25-alpha
This and earlier versions are ONLY compatible with Npp < v8.6.3
Attention: This is a developer/early adaptor version
No new feature, mainly cleanups and fixes.
Note: The sources have NOT been updated and are therefore out of date
v.0.0.24-alpha
Attention: This is a developer/early adaptor version
New RENAME feature, cleanups and fixes.
The rename dialog is considered beta-stable, i.e. it should always close and cancel the action when the ESC key is pressed or execute the action when the Enter/Return key is pressed.
Note: The sources have NOT been updated and are therefore out of date
v.0.0.23-alpha
Attention: This is a developer/early adaptor version
No new functions, the hover and symbol dialog has been slightly redesigned.
Note: The sources have NOT been updated and are therefore out of date
v.0.0.22-alpha
Attention: This is a developer/early adaptor version
No new features, only cleanups and fixes.
Note: The sources have NOT been updated and are therefore out of date