From 8a9dd391a6d595444d090ac5f746d7c879ef15b4 Mon Sep 17 00:00:00 2001 From: Allen Webster Date: Fri, 20 May 2016 10:00:26 -0400 Subject: [PATCH] a.4.0.6 --- 4coder_version.h | 2 +- 4ed.cpp | 18 +++++------------- README.txt | 2 +- SUPERREADME.txt | 2 +- 4 files changed, 8 insertions(+), 16 deletions(-) diff --git a/4coder_version.h b/4coder_version.h index 52984cc5..a73750ef 100644 --- a/4coder_version.h +++ b/4coder_version.h @@ -1,6 +1,6 @@ #define MAJOR 4 #define MINOR 0 -#define PATCH 5 +#define PATCH 6 #define VN__(a,b,c) #a"."#b"."#c #define VN_(a,b,c) VN__(a,b,c) diff --git a/4ed.cpp b/4ed.cpp index 359ca30e..ee76e7db 100644 --- a/4ed.cpp +++ b/4ed.cpp @@ -4031,11 +4031,15 @@ App_Step_Sig(app_step){ "and if you load README.txt you'll find all the key combos there are.\n" "\n" "Newest features:\n" + "-Tied the view scrolling and the list arrow navigation together\n" + "-Scroll bars are now toggleable with ALT-s for show and ALT-w for hide\n" + "\n" + "New in alpha 4.0.5:" "-New indent rule\n" "-app->buffer_compute_cursor in the customization API\n" "-f keys are available\n" "\n" - "New in alpha 4.0.3 and 4.0.4\n" + "New in alpha 4.0.3 and 4.0.4:\n" "-Scroll bar on files and file lists\n" "-Arrow navigation in lists\n" "-A new minimal theme editor\n" @@ -4516,18 +4520,6 @@ App_Step_Sig(app_step){ gui_post_scroll_vars(&view->gui_target, view->current_scroll); break; } - -#if 0 - if (view->gui_target.did_file){ - if (view->prev_cursor_pos != view->file_data.cursor.pos){ - view_move_view_to_cursor(view); - } - } - - if (view->current_scroll){ - gui_post_scroll_vars(&view->gui_target, view->current_scroll); - } -#endif } } diff --git a/README.txt b/README.txt index 50b7fe33..dee1fb03 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -Distribution Date: 18.5.2016 (dd.mm.yyyy) +Distribution Date: 20.5.2016 (dd.mm.yyyy) Thank you for contributing to the 4coder project! diff --git a/SUPERREADME.txt b/SUPERREADME.txt index 0a098f61..d1995677 100644 --- a/SUPERREADME.txt +++ b/SUPERREADME.txt @@ -1,4 +1,4 @@ -Distribution Date: 18.5.2016 (dd.mm.yyyy) +Distribution Date: 20.5.2016 (dd.mm.yyyy) Thank you for contributing to the 4coder project!