edi/NEWS

216 lines
4.9 KiB
Plaintext
Raw Normal View History

2017-12-03 06:37:55 -08:00
=======
2018-02-10 13:01:26 -08:00
Edi 0.8
2017-12-03 06:37:55 -08:00
=======
Features:
* Added theme support and new themes.
2017-12-08 14:44:08 -08:00
* Added editor translucency option.
2018-02-10 13:01:26 -08:00
=======
Edi 0.7
=======
Features:
2017-12-03 06:37:55 -08:00
* Added notification support.
* Added split-view option for editors.
2018-02-10 13:01:26 -08:00
* Updated project wizard and added new project templates.
* Include EFL examples in project wizard.
2017-12-03 06:37:55 -08:00
* Improved debugging support.
* Added edi_scm helper command.
* Replace all in project.
2017-05-02 12:42:26 -07:00
=======
Edi 0.6
=======
Features:
2017-07-24 05:23:34 -07:00
* Multiple panel support in main UI
2017-05-02 12:42:26 -07:00
* Integrate GDB debugger console
2017-05-26 14:07:30 -07:00
* Add snippet support to the code editor
2017-07-06 19:16:55 -07:00
* Add SCM support (git)
2017-09-26 07:28:11 -07:00
* Provide tab completion & suggestions for autosuggest and snippets
2017-07-06 19:16:55 -07:00
* Add rust language and clang build support
* Highlight all search results
2017-09-26 07:28:11 -07:00
* Wrap search around at end of document
* Add checkout project to welcome screen
* Add translation support
2017-05-26 14:07:30 -07:00
2017-07-06 19:16:55 -07:00
Bug fixes:
2017-07-24 05:23:34 -07:00
* Fix issue where large projects could cause slow starts
2017-09-26 07:28:11 -07:00
* Fix T6044 Project templating fails with special characters in projects settings
* Fix T5480 EDI does not open window on some mime/file types
* Fix T1852 Search should wrap around
2017-05-26 14:07:30 -07:00
2017-05-26 13:38:34 -07:00
---------
Edi 0.5.1
---------
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
2017-05-02 12:42:26 -07:00
2017-04-14 08:30:38 -07:00
=======
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
2016-05-16 01:10:29 -07:00
=======
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
2016-05-16 01:10:29 -07:00
Bug fixes:
* Fix some missing icons
* Fix about and settings window attributes
2016-05-16 01:10:29 -07:00
=======
Edi 0.3
=======
Features:
* Option to inserts spaces instead of tabs
2016-02-11 06:18:27 -08:00
* 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!
2016-02-08 16:33:17 -08:00
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
2015-09-20 03:01:02 -07:00
=======
Edi 0.2
=======
Features:
* Highlight the current line when editing
2015-11-19 15:07:14 -08:00
* Update to EFL 1.16 release
2015-09-20 03:01:02 -07:00
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
2015-09-20 03:01:02 -07:00
=======
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
-----
2015-08-29 08:11:12 -07:00
* New icon :)
* Integrated elm_code editor
- faster code highlighting
- highlighting of error lines
2015-08-29 08:11:12 -07:00
- highlighting of TODO lines
- line width indicator in the editor
- configurable tab stop width
2015-08-29 08:11:12 -07:00
* 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
-----
2015-03-15 15:29:08 -07:00
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
-----
2015-02-19 14:16:16 -08:00
Features:
2015-02-19 14:16:16 -08:00
* 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
2015-02-19 14:16:16 -08:00
* 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