Probably that one is the easest feature from all the other tickets, so want to give it a try just to see if it can be easy implemented. Just checked gui_mui.c and there nothing about tabs, so probabaly some new functions has to be added ?
I checked gui.c and gui_win32.c (where they have real tabs), and found some vars like FEAT_GUI_TABLINE and FEAT_VARTABS , dunno if any of them related to through..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Originally posted by: kas1e
Probably that one is the easest feature from all the other tickets, so want to give it a try just to see if it can be easy implemented. Just checked gui_mui.c and there nothing about tabs, so probabaly some new functions has to be added ?
I checked gui.c and gui_win32.c (where they have real tabs), and found some vars like FEAT_GUI_TABLINE and FEAT_VARTABS , dunno if any of them related to through..
Originally posted by: kas1e
Seems found, in gui_win32.c those functions seems to cover tabs:
add_tabline_popup_menu_entry()
show_tabline_popup_menu()
gui_mch_show_tabline()
gui_mch_showing_tabline()
gui_mch_update_tabline()
gui_mch_set_curtab()
And they all inside of FEAT_GUI_TABLINE, so probably that it.
Originally posted by: sodero
Good, that seems pretty straight forward. It's a nice feature to have, looks a lot more native that way.