hi all. this confused me for 5 days..
assume that there is a line of code i modified (added, removed):
printf ("hello world\n");
and i want a macro that when i select the line and press a fn key (F8, F9...etc), it will be like this:
(x x x is a constant number, never be changed, but yyy will be changed whenever i have to)
//[-start-yymmdd-AA0xxx0yyy-modify]//
printf ("hello world\n");
//[-end-yymmdd-AA0xxx0yyy-modify]//
or
//[-start-yymmdd-AA0xxx0yyy-add]//
printf ("hello world\n");
//[-end-yymmdd-AA0xxx0yyy-add]//
after 5 days after work trying, the result is a failure... can someone teach me, thanks