-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/TheGag96/CodeWrite
- Loading branch information
Showing
1 changed file
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,12 @@ | ||
# CodeWrite | ||
A clone/alternative to ASMWiiRd | ||
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. |