| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ecode-haiku-0.7.0-x86_64.tar.gz | 2025-02-09 | 23.3 MB | |
| ecode-freebsd-0.7.0-x86_64.tar.gz | 2025-02-09 | 22.6 MB | |
| ecode-windows-0.7.0-arm64.zip | 2025-02-09 | 23.7 MB | |
| ecode-linux-0.7.0-arm64.AppImage | 2025-02-09 | 23.4 MB | |
| ecode-linux-0.7.0-arm64.tar.gz | 2025-02-09 | 23.2 MB | |
| ecode-linux-0.7.0-x86_64.AppImage | 2025-02-09 | 23.9 MB | |
| ecode-linux-0.7.0-x86_64.tar.gz | 2025-02-09 | 23.7 MB | |
| ecode-windows-0.7.0-x86_64.zip | 2025-02-09 | 23.4 MB | |
| ecode-macos-0.7.0-x86_64.dmg | 2025-02-09 | 23.6 MB | |
| ecode-macos-0.7.0-arm64.dmg | 2025-02-09 | 22.5 MB | |
| ecode 0.7.0 source code.tar.gz | 2025-02-09 | 32.9 kB | |
| ecode 0.7.0 source code.zip | 2025-02-09 | 47.4 kB | |
| README.md | 2025-02-09 | 2.9 kB | |
| Totals: 13 Items | 233.4 MB | 3 | |
- Added debugging support via a new plugin that implements the Debug Adapter Protocol. This is the first revision of the protocol implementation so can't promise it's perfect.
https://github.com/user-attachments/assets/0ab9e813-4085-4967-9035-9d3532451dc1
- Added: Allow to split editors views by dragging tabs into the tab widget corners.
https://github.com/user-attachments/assets/91b25963-58d9-4303-bd30-6b6a968b7a0d
- Added Ada syntax highlighting and LSP support.
- Side panel tabs order now is persisted between sessions.
- Fixed several bugs with multi-cursor editing ([#365]).
- Fixed terminal not working in Ubuntu Unity 24.10 ([#366]).
- ecode now will load if exists a user provided CSS stylesheet from the ecode configuration path
~/.config/ecode/style.css([#370]), like FirefoxuserChrome.css. - Fixed a some styling issues when switching color-scheme ([#371]).
- Fixed / improved line comments toggle ([#384]).
- Fixed a crash when clearing menu items ([#386]).
- Fixed window title color not matching user configuration on Windows 11 ([#385]).
- Fixes for file extensions (improperly filtering file extensions).
- Fixes
.txtfiles not being added into the project files. - Fixed highlighting issue in Javascript and TypeScript.
- Fixed a rare crash in the LSP.
- Fixed a crash when trying to highlight matching bracket where its line was hidden.
- Fixed enable/disable vertical scrollbar in editor not updating line-wrap.
- Fixed incorrectly adding watches of subfolders of currently loading directory creating the issue of not actually observing some folder files changes.
- Fixes in Git plugin staging.
- Fixed broken multiline function signature ([#388]).
- Line-wrap fix performance issue with updates over extremely long lines.
- Added incognito option parameter ([#373]).
- Added "delete-to-end-of-line" to text document commands (not binded by default).
- Added ${current_doc_dir} build variable (issue [#383]).
- Added: "flash cursor" command, this displays an animation to easily locate the current cursor, you can press 5 control (or add a keybinding for "flash-cursor" command), it can also be disabled in global document settings.
- Fixes in global search to avoid searching text in images.
- Fixed unexpected tab bar scrolling while clicking on a tab.
- Unactive tabs now shade text color a little bit.
- Fixed some window size issues on macOS.
- Speed up load times by loading asynchronously some resources before window creation and avoiding creating some of the largest submenues in settings menu.
- Fixed multi-line search in buffer bug.
- Added: display new line character in selection.
- Worked on several performance optimizations.
- Several minor fixes hard to mention.
- Cleaned up the project documentation