Releases: j4cobgarby/eddy
Releases · j4cobgarby/eddy
Snug as a bug in a rug, part II
- 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
Implemented an extensible syntax highlighter! Add new languages in Langs.cpp
, and rebuilding.
Also, moved out of beta!
Deep space line
Implemented line numbers in the editor. They are the colour of the status bar, so dependent on the editing mode.
Wget there be light
Implemented a way to open files from a URL!
Snug as a bug in a rug
Fixed a whole load of really important potentially disastrous bugs.
Open sesame
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
Implemented a find and replace dialog - just press f
in NORMAL
mode.
You can use regexes, too!
Rock and scroll!
Implemented scrolling!
Also, it's now compiled in C++14 instead of 11
First-case scenario
You can open files, edit them, save them, create new files, etc.