Skip to content

ecode 0.4.4

Compare
Choose a tag to compare
@SpartanJ SpartanJ released this 05 Feb 23:46
· 59 commits to main since this release
  • Allow ignoring files in the file system tree view.
fs-treeview-ignore.mp4
  • Added support for out-of-the-box CJK characters in the editor.
    cfk-characters

  • Added Teal language support (syntax highlighting and linter).

  • Added support for CR line endings (Classic Macintosh).

  • Added "Refresh View" option in the tree view menu.

  • Added C# LSP support via OmniShap.

  • Added text document formatting LSP support (Formatter plugin now consumes LSP text document formatting when available).

  • Added LSP "textDocument/references" command support ("Find References to Symbol Under Cursor").

  • "Open Folder" now starts in the last folder opened instead of the ecode binary path.

  • Fixed AltGr not working on Windows for key combination.

  • Fixed tree view not synchronizing with the file system on Windows.

  • Fixed a crash in the file system listener when no file system path was loaded.

  • Fixed an issue that prevented "undo" previous changes correctly when files were trimmed on save.

  • Fixed a possible crash when selecting words.

  • Fixed a crash when dragging a file from a file explorer into ecode and dropping it into the terminal.

  • Fixed a crash when right-clicking the tree view if empty.

  • Fixed issues with line endings when new lines were mixed between CRLF and LF.

  • Fixed terminals not closing when changing folders.

  • Minor fixes in the LSP implementation.

  • Plus a lot of minor fixes.