From c52fe31bce52d55c3c6aec60b4bfe05d2d954a84 Mon Sep 17 00:00:00 2001 From: TheGag96 Date: Wed, 10 Feb 2016 23:40:24 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60823e9..f8f70e9 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # CodeWrite -A clone/alternative to ASMWiiRd +A clone/alternative to ASMWiiRd. + +Advantages over ASMWiiRd: +* Support for easy shortcuts like Crtl+A, Crtl+N, Crtl+S, Crtl+Shift+S, Crtl+O +* Confirms file discard with a popup +* Saves the insertion address to the .asm file and reloads it on re-open for convenience + +Just little things, really. I may add more features if I think of any useful ones. I might also rewrite this using GtkD instead of Tcl/Tk bindings due to how old and clunky the framework is. From 75faacb83142f15ad8d7c67d250e2f1780934553 Mon Sep 17 00:00:00 2001 From: TheGag96 Date: Wed, 10 Feb 2016 23:47:16 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f8f70e9..1dc6b0c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,12 @@ # CodeWrite A clone/alternative to ASMWiiRd. +![Screenshot](http://i.imgur.com/1FW9W73.png) + Advantages over ASMWiiRd: * Support for easy shortcuts like Crtl+A, Crtl+N, Crtl+S, Crtl+Shift+S, Crtl+O * Confirms file discard with a popup * Saves the insertion address to the .asm file and reloads it on re-open for convenience +* Compilation error gives a popup instead of dumping it to the code box Just little things, really. I may add more features if I think of any useful ones. I might also rewrite this using GtkD instead of Tcl/Tk bindings due to how old and clunky the framework is.