forked from enlightenment/edi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
161 lines
3.6 KiB
161 lines
3.6 KiB
======= |
|
Edi 0.6 |
|
======= |
|
|
|
Features: |
|
|
|
* Integrate GDB debugger console |
|
|
|
|
|
======= |
|
Edi 0.5 |
|
======= |
|
|
|
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 |
|
|
|
|
|
======= |
|
Edi 0.4 |
|
======= |
|
|
|
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 0.3 |
|
======= |
|
|
|
Features: |
|
|
|
* Option to inserts spaces instead of tabs |
|
* Update to EFL 1.17 release for better toolbar handling |
|
* 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 |
|
|
|
|
|
======= |
|
Edi 0.2 |
|
======= |
|
|
|
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 |
|
|
|
|
|
======= |
|
Edi 0.1 |
|
======= |
|
|
|
Features: |
|
|
|
* Added a monospaced font picker to settings |
|
* Indent newlines to match whitespace in the previous line |
|
* Trim trailing whitespace when saving |
|
|
|
Bug fixes |
|
|
|
* T2057 Line numbers are not fully visible in new windows |
|
* #3 assume bash as default shell when creating a new project |
|
* #4 Unable to compile |
|
|
|
|
|
0.0.9 |
|
----- |
|
|
|
* New icon :) |
|
* Integrated elm_code editor |
|
- faster code highlighting |
|
- highlighting of error lines |
|
- highlighting of TODO lines |
|
- line width indicator in the editor |
|
- configurable tab stop width |
|
|
|
* Add a main menu and tidy up toolbar |
|
* Remember UI settings per project |
|
* Add launch configuration so we can run a built binary |
|
|
|
|
|
0.0.2 |
|
----- |
|
|
|
Features |
|
|
|
* Add a settings screen to control various display features |
|
* Support turning autosave on and off |
|
|
|
Bug fixes |
|
|
|
* Fix issues with re-opening closed tabs |
|
* Fix crash-on-open for some systems |
|
* Fix username lookup for Windows |
|
|
|
|
|
0.0.1 |
|
----- |
|
|
|
Features: |
|
|
|
* Editing and saving text files |
|
* Tabbed browsing of open files |
|
* Opening editor in a new window |
|
* Displaying directory for the project (directory) |
|
* link files out to external viewers / editors |
|
* No screen waste (toolbar, menu, tab are out of the way of the developer) |
|
* info panel with logs and useful output |
|
* Create new file |
|
|
|
* Simple build functions |
|
* Search & replace in file |
|
* Line numbers & go to line |
|
* Creation of new projects from name input and skeleton project files |
|
* Syntax highlighting |
|
* Diff rendering
|
|
|