Butch 10 Posted July 13, 2009 Hello! I have a problem when repeating break command. When I use break at point command everything goes fine, but when Im finished and select "repeat break command" and select a point it creates a gap! It splits a line into 2 segments but there is a gap betwen the 2 lines How to avoid this and get normal break without the gap? Quote Share this post Link to post Share on other sites
lpseifert 10 Posted July 13, 2009 The Break at Point "command" isn't an actual command, it is a macro that uses the Break command. ^C^C_break \_f \@ So when you repeat, it just invokes the Break command, and the gap is normal behavior. If you don't want the gap, don't use repeat, click on the toolbar icon instead. Quote Share this post Link to post Share on other sites
stevsmith 12 Posted July 14, 2009 In the cui, change the macro setup to this. The macro reads currently. ^C^C_break \_f \@ add the * to the beginning *^C^C_break \_f \@ Quote Share this post Link to post Share on other sites
jfg 10 Posted July 16, 2009 Out of curiosity, what does the * do? Quote Share this post Link to post Share on other sites
lpseifert 10 Posted July 16, 2009 repeats the macro; similar to issuing Multiple prior to a command Quote Share this post Link to post Share on other sites