31
SlickEdit 2023 v28 Beta Discussion / Re: Git status indicators on Buffers tab
« Last post by curtiswren on September 27, 2023, 01:44:28 PM »I’m seeing it both with files in the workspace and not in the workspace
#include "slick.sh"
_command view_file_shared_screen() name_info(','VSARG2_MACRO|VSARG2_MARK|VSARG2_REQUIRES_EDITORCTL)
{
wfont_zoom(20);
view_line_numbers_toggle();
}
_command end_view_file_shared_screen() name_info(','VSARG2_MACRO|VSARG2_MARK|VSARG2_REQUIRES_EDITORCTL)
{
wfont_unzoom();
view_line_numbers_toggle();
}