Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ecode-macos-0.6.2-x86_64.dmg | 2024-11-01 | 23.2 MB | |
ecode-macos-0.6.2-arm64.dmg | 2024-11-01 | 21.6 MB | |
ecode-haiku-0.6.2-x86_64.tar.gz | 2024-10-30 | 23.5 MB | |
ecode-freebsd-0.6.2-x86_64.tar.gz | 2024-10-30 | 22.3 MB | |
ecode-windows-0.6.2-arm64.zip | 2024-10-30 | 23.5 MB | |
ecode-linux-0.6.2-arm64.AppImage | 2024-10-30 | 23.0 MB | |
ecode-linux-0.6.2-arm64.tar.gz | 2024-10-30 | 22.8 MB | |
ecode-linux-0.6.2-x86_64.AppImage | 2024-10-30 | 23.5 MB | |
ecode-linux-0.6.2-x86_64.tar.gz | 2024-10-30 | 23.2 MB | |
ecode-windows-0.6.2-x86_64.zip | 2024-10-30 | 23.0 MB | |
ecode 0.6.2 source code.tar.gz | 2024-10-30 | 27.2 kB | |
ecode 0.6.2 source code.zip | 2024-10-30 | 31.5 kB | |
README.md | 2024-10-30 | 2.8 kB | |
Totals: 13 Items | 229.5 MB | 0 |
Another small release with some nice improvements and many important fixes.
- When files are opened from a file explorer or from the command line and there is currently a running ecode instance files will be loaded in the last ecode instance instead of launching a new ecode instance. Option to toggle this is at
Settings -> Window -> Open Files in New Window
, which is disabled by default (issue [#58]). - Added Regular Expressions support in all searches (document and global) (issue [#147]).
- Added Regular Expressions support in syntax highlighter (issue [#225]).
- Display subfolder hint/info when two or more files have the same file name but different paths.
- ecode now offers nightly builds available from here.
- ecode releases can now be triggered from Github Actions, simplifying the work required for new releases (this will probably translate in more frequent releases).
- Improvements in syntax highlighting for CMake files and Makefiles.
- Improved theming support, now changing themes during the same instance should work correctly (before this some colors glitched and were not applied properly, a restart was needed).
https://github.com/user-attachments/assets/794148d7-e5c9-4a71-a56b-bb63617486fd
- Added a glob match for path and extension search in the "Locate" bar (write "g your_glob_match") (issue [#336]).
- Added keybindings to the Auto Complete plugin. Now user can customize how auto-complete is triggered and consumed (issue [#336]).
- Improvements in command palette fuzzy search.
- Added a new document command to select a whole line ("select-single-line"), this differs from the normal "select-line" command that will select only the contents in the line without the last new line character (issue [#340]).
- Added support for Windows Shortcuts (.lnk files).
- Added Windows arm64 builds.
- Updated German translation (thanks to @NullPlane).
- Fixed a critical crash ocurred when the application was run on low-memory scenarios due to an invalid memory access, it was critical when ecode was run from Haiku (issue [#292]).
- Fixed a critical crash when files were closed during its loading (issue [#330]).
- Fixed cursor selection not selecting while hovering over minimap (issue [#333]).
- Fixed general performance issues in Haiku (this was causing huge load times).
- Fixed
Recent Files
andRecent Folders
buttons in Welcome Screen not being reactive (issue [#339]). - Fixed a crash in build settings when adding or removing build steps and then writting into another step settings.
- Several performance optimizations for big files, large lines and also for rendering.
- And many more minor changes.