Skip to content

Releases: Ekopalypse/NppLspClient

v.0.0.31-alpha

02 Nov 15:57
15a92ec
Compare
Choose a tag to compare
v.0.0.31-alpha Pre-release
Pre-release

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

10 Sep 17:52
15a92ec
Compare
Choose a tag to compare
v.0.0.30-alpha Pre-release
Pre-release

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

08 Sep 14:32
15a92ec
Compare
Choose a tag to compare
v.0.0.29-alpha Pre-release
Pre-release

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

27 Aug 07:21
15a92ec
Compare
Choose a tag to compare
v.0.0.28-alpha Pre-release
Pre-release

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

25 Aug 10:42
15a92ec
Compare
Choose a tag to compare
v.0.0.27-alpha Pre-release
Pre-release

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 like
    initialization_options = '{"completion":{"limit": 1000}}'
    
    or as a multiline definition
    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

26 Feb 19:37
15a92ec
Compare
Choose a tag to compare
v.0.0.26-alpha Pre-release
Pre-release

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

19 Feb 11:12
6d8c054
Compare
Choose a tag to compare
v.0.0.25-alpha Pre-release
Pre-release

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

17 Feb 18:27
6d8c054
Compare
Choose a tag to compare
v.0.0.24-alpha Pre-release
Pre-release

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

15 Feb 11:48
6d8c054
Compare
Choose a tag to compare
v.0.0.23-alpha Pre-release
Pre-release

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

12 Feb 07:42
6d8c054
Compare
Choose a tag to compare
v.0.0.22-alpha Pre-release
Pre-release

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