Skip to content

Releases: Enlightenment/edi

EDI 0.1 released!

30 Aug 11:41
Compare
Choose a tag to compare

Features:

  • Added a monospaced font picker to settings
  • Indent newlines to match whitespace in the previous line
  • Trim trailing whitespace when saving

Bug fixes:

  • Stability improvements
  • 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

Pre-release for the new editor based v0.1

02 Jun 17:26
Compare
Choose a tag to compare

New features:

  • Brand new, faster, editor widget
  • Highlight error lines in C code
  • Add "run" buttons and launch configuration
  • Allow font selection in settings
  • Updated icon from raster
  • Remember open tabs and windows
  • Added a main menu
  • Add TODO / FIXME highlighter
  • Fix build requirements to efl/elementary 1.14

v0.0.2 adds settings and bug fixes

17 Mar 08:48
Compare
Choose a tag to compare
Pre-release

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

First preview release of EDI

21 Feb 14:24
Compare
Choose a tag to compare
Pre-release

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