Posted by: Dennis
« on: February 03, 2021, 03:03:27 PM »Get hotfix 2 when it is available, that should fix the multiple cursor hang issue.
123456
123456
123456
123456
123456
123456
123456
123456
123456
_command temp3() name_info(','VSARG2_MACRO|VSARG2_MARK|VSARG2_REQUIRES_EDITORCTL)
{
_macro('R',1);
select_block();
cursor_down(8);
last_event(name2event('C_C'));copy_to_clipboard();
bottom_of_buffer();
slick_enter();
linewrap_rubout();
linewrap_rubout();
linewrap_rubout();
paste();
deselect();
_select_char('','E');
bottom_of_buffer();
select_it("CHAR",'','E');
execute("convert-to-multiple-cursors",'a');
//cursor_left();
//end_line();
//linewrap_delete_char();
//cursor_up();
}
_command last_recorded_macro() name_info(','VSARG2_MULTI_CURSOR|VSARG2_MACRO|VSARG2_MARK|VSARG2_REQUIRES_EDITORCTL)
{
_macro('R',1);
end_line();
deselect();
linewrap_delete_char();
cursor_up();
}
_command last_recorded_macro() name_info(','VSARG2_MACRO|VSARG2_MARK|VSARG2_REQUIRES_EDITORCTL)
{
_macro('R',1);
select_block();
cursor_down(9);
cut();
cursor_down(10);
c_enter();
c_enter();
c_enter();
c_enter();
c_enter();
c_enter();
c_enter();
c_enter();
c_enter();
c_enter();
c_enter();
cursor_up(10);
paste();
cursor_right();
linewrap_delete_char();
cursor_right();
linewrap_delete_char();
cursor_right();
linewrap_delete_char();
cursor_right();
linewrap_delete_char();
cursor_right();
linewrap_delete_char();
cursor_right();
linewrap_delete_char();
cursor_right();
linewrap_delete_char();
cursor_right();
linewrap_delete_char();
cursor_right();
linewrap_delete_char();
end_line();
c_enter();
cursor_up();
deselect();
_select_char('','E');
cursor_down();
select_it("CHAR",'','E');
cut();
cursor_up(13);
paste();
cursor_right(2);
}