diff --git a/README.txt b/README.txt index fb715b69..8373a073 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -Distribution Date: 31.5.2016 (dd.mm.yyyy) +Distribution Date: 11.6.2016 (dd.mm.yyyy) Thank you for contributing to the 4coder project! @@ -27,6 +27,20 @@ if you start digging and pressing hard enough. INSTRUCTIONS FOR USE ----------------------------------------------------- +****Changes in 4.0.7**** +Right clicking in a buffer now sets the mark. + +alt + d: brings up the debug view from which there are several options: + i - input + m - memory and threads + v - views +more debug features coming in the future. This is mostly here so that +I can help everyone gather better data for bug reports and get them +fixed more easily. + +****Changes in 4.0.5**** +Improved indentation rule + ****Changes in 4.0.3**** 4coder now uses 0% CPU when you are not using it. diff --git a/SUPERREADME.txt b/SUPERREADME.txt index d7220460..8b18bc56 100644 --- a/SUPERREADME.txt +++ b/SUPERREADME.txt @@ -1,4 +1,4 @@ -Distribution Date: 31.5.2016 (dd.mm.yyyy) +Distribution Date: 11.6.2016 (dd.mm.yyyy) Thank you for contributing to the 4coder project! @@ -27,6 +27,22 @@ See comments in 4coder_default_bindings.cpp for more detailed information. Functions to implement (optional in the dll, but required if you are using buildsuper.bat): get_bindings +NEW IN 4.0.7 +================ +Moved a lot of commands to the custom side. Almost all of them have the same name +they use to have just without cmdid_ on the front. Other than that cmdid_backspace +became backspace_char, and cmdid_delete became delete_char. + +Left and right clicks are now associated to key codes for bindings + +app->get_mouse_state returns the current mouse + +NEW IN 4.0.5: +================ +app->buffer_compute_cursor to get cursor position info without moving the cursor + +can now use f keys for bindings + NEW IN 4.0.3: ================ The build system for customizations has been changed. There is no longer a 4coder_custom.cpp.