a.4.0.6
This commit is contained in:
parent
3e921df542
commit
8a9dd391a6
|
@ -1,6 +1,6 @@
|
||||||
#define MAJOR 4
|
#define MAJOR 4
|
||||||
#define MINOR 0
|
#define MINOR 0
|
||||||
#define PATCH 5
|
#define PATCH 6
|
||||||
|
|
||||||
#define VN__(a,b,c) #a"."#b"."#c
|
#define VN__(a,b,c) #a"."#b"."#c
|
||||||
#define VN_(a,b,c) VN__(a,b,c)
|
#define VN_(a,b,c) VN__(a,b,c)
|
||||||
|
|
18
4ed.cpp
18
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"
|
"and if you load README.txt you'll find all the key combos there are.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Newest features:\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"
|
"-New indent rule\n"
|
||||||
"-app->buffer_compute_cursor in the customization API\n"
|
"-app->buffer_compute_cursor in the customization API\n"
|
||||||
"-f keys are available\n"
|
"-f keys are available\n"
|
||||||
"\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"
|
"-Scroll bar on files and file lists\n"
|
||||||
"-Arrow navigation in lists\n"
|
"-Arrow navigation in lists\n"
|
||||||
"-A new minimal theme editor\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);
|
gui_post_scroll_vars(&view->gui_target, view->current_scroll);
|
||||||
break;
|
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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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!
|
Thank you for contributing to the 4coder project!
|
||||||
|
|
||||||
|
|
|
@ -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!
|
Thank you for contributing to the 4coder project!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue