Releases: DandyHQ/mace
Releases · DandyHQ/mace
Hyper Gothic
This is the version for Assignment 4. We have not implemented everything we wanted but Mace is a functional text editor that works well enough for, well, text editing.
Added features:
- Copy and paste with the X11 clip board.
- How scrolling works and which side the scroll bar on is configurable.
- Region indenting.
- Go to.
- Improved auto indentation.
- Probably some other stuff.
Have fun.
v0.3 - Uber Cubism
Since version 0.2 a lot has changed:
- Improved tests and static analysing.
- Undo/Redo have been implemented.
- Added a toml configuration file that can set key bindings
and a few other things. - Scrolling has been redone to work more like xterm/acme.
- Arrow keys have been added.
- And lots of bug fixes.
v0.2 - Surreal Ninja
A lot of progress has been :
- Better rendering.
- Multiple cursors.
- Key bindings.
- Dumb auto-indenting.
- Removed Lua.
But we still have a long way to go:
- We still don't have a tillable interface.
- No easy way to open files.
- No way to open directories.
- No system copy buffer integration.
- No extensible or configurable.
May 29 version
Submittable version for COSC345 Assignment 2.