Releases: Enlightenment/edi
Edi 0.8
Features:
- C# syntax-highlighting and project support.
- UI rearrangement.
- Internal icons.
- Toolbar configurable.
- Tab movement (dragging).
- Tab bar mouse scrolling.
- Support for EDI as standalone text editor.
- Improved mime type handling.
- Complete widget configuration in settings.
- API additions and improvements.
- Move all examples to meson.
Bug fixes:
- Debugging reliability.
- SCM filepanel improvements.
- Fix wizard reliablity.
- Search stabililty improvements.
- Fixes and improvements for FreeBSD and OpenBSD.
- Transparancy fixes.
- Many stability fixes.
- Improvements to the EFL code widget.
- Improve file save behaviour.
- Fix welcome content black hole (Escape).
Minor release of 0.7 branch to fix build issues
Updating the API to EFL 1.22.x version changes.
Edi 0.7 - themes and translucency!
Another exciting installment of the Edi IDE :)
Features:
- Added theme support and new themes.
- Added editor translucency option.
- Added option to show hidden files
Bug fixes:
- Fix issues where panels would change size or not fully shrink
- Improvements to the UI and flow
- General stability fixes with Edi and Edi SCM
Notifications, split view and EFL examples in 0.6.1
Edi 0.6.1 is a fairly large point release update, but not quite big enough to be 0.7!
The full list of feature additions is:
- Added notification support.
- Added split-view option for editors.
- Updated project wizard and added new project templates.
- Include EFL examples in project wizard.
- Add support for Go projects.
- Improved debugging support.
- Added edi_scm helper command.
- Replace all in project.
There are also lots of stability fixes, most of them focussed on SCM git support.
Edi now includes debugging and git support
Edi release 0.6 is a major step forward towards a full IDE. Git support and an integrated debugger add to the development workflow and the addition of code snippets and improved search functionality adds to the rich editor.
New Features:
- Multiple panel support in main UI
- Integrate GDB debugger console
- Add snippet support to the code editor
- Add SCM support (git)
- Provide tab completion & suggestions for autosuggest and snippets
- Add rust language and clang build support
- Highlight all search results
- Wrap search around at end of document
- Add checkout project to welcome screen
- Add translation support
Bug fixes:
- Fix issue where large projects could cause slow starts
- Fix Project templating fails with special characters in projects settings
- Fix EDI does not open window on some mime/file types
- Fix Search should wrap around
Bugfix release with latest EFL
Update of our 0.5 release using the latest APIs in EFL 1.19 release.
Features:
- menu: Indicate saved status in menu and toolbar
- cmdline: don't try to open unknown file types
Bug fixes:
- Fix issue where replaced text could not be undone
- Fix python project detection
A huge new release with autosuggest, inline documentation and new project features
Lots of great new features since 0.4 - please test this beta and hopefully we can roll an official release soon after :)
Features:
- Add support for compile command databases with clang
- Add Undo/Redo support
- Add support for basic python projects
- Syntax highlighting support now includes python
- Add inline documentation lookup using libclang
- Add code autosuggest using libclang
- Add wrap-around in search
- Add double click to expand/contract in the file panel
- Add delete and open directory in terminal menu options in file panel
- Add a TODO/FIXME listing panel
- Add search in project
Bug fixes:
- Fix issues with OpenBSD
- filepanel: Don't filter folders when searching for files
- Fix duplicate files in file listing panel
- Reset search term when activating search
- Improve portability of project creation
- Add pkgbuild support for libedi
- Fix tab bar to be more like tabs
- Fix various stability issues
EFL 1.18, Elm_Code from EFL including inline errors
The first release based on Elm_Code having migrated to EFL. Hopefully lots of new features and improvements to the editor will now flow more readily :)
Features:
- Auto-detected build provider for project
- Filter file list based on ignored build files
- Allow filtering of file list using regular expressions
- Display build errors inline in editor
- Support opening a single file
Bug fixes:
- Fix some missing icons
- Fix about and settings window attributes
EDI update for EFL 1.17 with new features
Updated to the latest EFL release (1.17) which makes for a smoother UI with various bug fixes.
Additionally the following changes were made to EDI itself since the last release.
Features:
- Option to inserts spaces instead of tabs
- Add file filtering for hunting down files in the list
- Double click to select word, triple click to select line
- Return of the undo feature!
Bug fixes:
- Focus input popups when they appear
- Support fish and other non-bash shells for build & test
- Fix crash when deleting a selection ending with newline
Not a major release but breaking changes in EFL need to be matched
Features:
- Highlight the current line when editing
- Update to EFL 1.16 release
Bug fixes
- Correct selection so it works backwards as well
- Don't remove highlighting of lines when backspace/delete or newline are entered
- When opening unrecognised files and cancelling choice don't remember as opened
- Fix issue with whitespace indenting on newline when splitting at whitespace