Skip to content

Releases: arnauda-gh/Alwide

v1.0.8

Choose a tag to compare

@github-actions github-actions released this 18 Jun 17:05
15f60f1

What's Changed

  • feature : mousetoggle few and ofw. by @arnauda-gh in #41
  • Support for backward/foreward mouse button. But almost all terminal d… by @arnauda-gh in #42
  • Enhance mouse toggle features and performance improvements by @arnauda-gh in #43

Full Changelog: v1.0.7...v1.0.8

What's Changed

  • feature : mousetoggle few and ofw. by @arnauda-gh in #41
  • Support for backward/foreward mouse button. But almost all terminal d… by @arnauda-gh in #42
  • Enhance mouse toggle features and performance improvements by @arnauda-gh in #43

Full Changelog: v1.0.7...v1.0.8

v1.0.7

Choose a tag to compare

@github-actions github-actions released this 17 Jun 08:58
4ccc7e6

What's Changed

  • Enhance mouse support and add hover popup buttons by @arnauda-gh in #39
  • Enhance mouse support and add context menus for file operations by @arnauda-gh in #40

Generated by Github Copilot

v1.0.7 brings significant improvements to the mouse-driven experience in Alwide, making the terminal IDE even more intuitive and user-friendly.

What's New
Hover Popup Buttons: Interactive elements now appear on hover for quick access to common actions
File Explorer Menus: Right-click file operations make file management seamless without keyboard commands
Improved Mouse Handling: Enhanced mouse support across the editor for a more desktop-like experience

Full Changelog: v1.0.6...v1.0.7

v1.0.6

Choose a tag to compare

@github-actions github-actions released this 16 Jun 04:59
de7e484

What's Changed

Full Changelog: v1.0.5...v1.0.6

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 14 Jun 07:46
f2f9320

What's Changed

Generated by Github Copilot

This merge request includes several improvements to LSP (Language Server Protocol) integration and documentation:

LSP Completion Enhancements

  • Added intelligent completion item sorting based on prefix matching (exact match, prefix match with case sensitivity, and case-insensitive matching)
  • Simplified the replace range detection logic for completions
  • Improved completion sorting to show most relevant results first

LSP Server Robustness

  • Added support for text document synchronization kind detection from server capabilities
  • Implemented proper handling of full vs. incremental text synchronization
  • Improved LSP initialization to skip notifications during server startup
  • Enhanced LSP packet reading with better timeout handling and error reporting
  • Fixed completion list parsing to handle both array and object responses from LSP servers

Bug Fixes

  • Fixed UTF-16 offset calculations for proper LSP position encoding
  • Corrected action parameter order in undo/redo operations
  • Improved error handling in LSP notification and response dispatchers (replaced assertions with proper logging)

Documentation Updates

  • Fixed README table formatting for LSP server examples
  • Updated LSP server names and installation commands for accuracy:
    • HTML: html-languageservervscode-html-language-server
    • CSS: css-languageservervscode-css-language-server
    • JSON: json-languageservervscode-json-language-server
    • Makefile: Updated command to use cargo install makefile-lsp
    • VHDL: Updated to vhdl_ls with proper cargo installation

Code Quality

  • Refactored logger functions for better organization
  • Added logger threshold getter function
  • Improved code formatting and consistency throughout

Full Changelog: v1.0.4...v1.0.5

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 12 Jun 07:59

What's Changed

Full Changelog: v1.0.2...v1.0.4

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 10 Jun 10:47
7968be6

What's Changed

  • Features/search improvement by @arnauda-gh in #25
  • quick nix fix around rustup/rustc/cargo installation by @boyreau in #27
  • pinned nixos/nixpkgs/26.05 for reproductibility by @boyreau in #28
  • Features/user notification by @arnauda-gh in #31
  • Notification Popup & Improve mouse for codeAction & remove clang18 dependency. by @arnauda-gh in #32

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 09 Jun 08:14

Keys arrows + modifiers behavior corrected.

Full Changelog: v1.0.1...v1.0.2

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 09 Jun 06:23
c28b9c0

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Jun 09:26
c09e208

What's Changed

New Contributors

Full Changelog: v0.8.0...v1.0.0

v0.8.0 - LSP & Language Features

Pre-release

Choose a tag to compare

@arnauda-gh arnauda-gh released this 20 May 12:50
724fe5e
v0.8.0 - LSP & Intelligence Update