This commit is contained in:
Allen Webster 2016-05-20 10:00:26 -04:00
parent 3e921df542
commit 8a9dd391a6
4 changed files with 8 additions and 16 deletions

View File

@ -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)

18
4ed.cpp
View File

@ -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
}
}

View File

@ -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!

View File

@ -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!