Skip to content

ecode 0.4.5

Compare
Choose a tag to compare
@SpartanJ SpartanJ released this 14 Feb 15:00
· 66 commits to main since this release
  • Added support for indentation guides
    indentation-guides

  • Added command palette support (default opens with Ctrl/Cmd + P)
    command-palette

  • Added Java LSP support

  • Added Vue support (Syntax Highlighting and LSP)

  • Added ARM64 support.

  • Added an option to allow project files filtered by .gitignore to be allowed in the project scan (check explanation here).

  • Improvements in the LSP implementation (implemented showMessage and showDocument messages)

  • Improvements in the Process implementation, to avoid an issue that prevented ecode from killing children processes (issue #45)

  • Improved auto close XML tags (better language support).

  • Improved menu checkbox behavior (wasn't working with keyboard)

  • Allow to delete files in the file tree view using the delete key

  • Fixed LSP client URIs on Windows (basically fixes LSPs on Windows)

  • Fixed several encoding issues on Windows.

  • Fixed sidebar file view does not automatically update when renaming file/folder inside another file/folder on Windows (issue #30)

  • Fixed renaming folder name to one with a special character garbles character (issue #31)

  • Fixed renaming file/folder with a special character in it returns "Error renaming file" (issue #32)

  • Fixed an issue where an empty file couldn't be closed if it was the only file open in the editor (issue #33)

  • Fixed can't create a new file in the root folder when there is no empty space in the UI (issue #43)