Butch Posted July 13, 2009 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
lpseifert Posted July 13, 2009 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
stevsmith Posted July 14, 2009 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
lpseifert Posted July 16, 2009 Posted July 16, 2009 repeats the macro; similar to issuing Multiple prior to a command Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.