Skip to content

Releases: DandyHQ/mace

Hyper Gothic

03 Oct 10:07
Compare
Choose a tag to compare

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

07 Aug 09:20
Compare
Choose a tag to compare
v0.3 - Uber Cubism Pre-release
Pre-release

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

18 Jul 22:20
Compare
Choose a tag to compare
v0.2 - Surreal Ninja Pre-release
Pre-release

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

29 May 04:46
Compare
Choose a tag to compare
May 29 version Pre-release
Pre-release

Submittable version for COSC345 Assignment 2.