Skip to content

Releases: j4cobgarby/eddy

Snug as a bug in a rug, part II

21 Jul 00:11
Compare
Choose a tag to compare
  • fixed not being able to open files which used any kind of line ending other than LF (e.g. Windows CRLF, or Old Mac CR)
  • fixed text sometimes wrapping since line numbers were implemented, offsetting the x of the lines so the top index for the substring was off

The highlight saga

20 Jul 19:13
Compare
Choose a tag to compare

Implemented an extensible syntax highlighter! Add new languages in Langs.cpp, and rebuilding.

Also, moved out of beta!

Deep space line

19 Jul 21:59
Compare
Choose a tag to compare

Implemented line numbers in the editor. They are the colour of the status bar, so dependent on the editing mode.

Wget there be light

18 Jul 18:48
Compare
Choose a tag to compare

Implemented a way to open files from a URL!

Snug as a bug in a rug

18 Jul 18:13
Compare
Choose a tag to compare

Fixed a whole load of really important potentially disastrous bugs.

Open sesame

18 Jul 02:13
Compare
Choose a tag to compare

Implemented a way to open files from within eddy! It's documented in the readme, but basically you just press o.

Out of sight, out of find

17 Jul 23:18
Compare
Choose a tag to compare

Implemented a find and replace dialog - just press f in NORMAL mode.

You can use regexes, too!

Rock and scroll!

17 Jul 19:57
Compare
Choose a tag to compare
Rock and scroll! Pre-release
Pre-release

Implemented scrolling!

Also, it's now compiled in C++14 instead of 11

First-case scenario

17 Jul 14:04
Compare
Choose a tag to compare
First-case scenario Pre-release
Pre-release

You can open files, edit them, save them, create new files, etc.