Jump to content

Repeat break command


Butch

Recommended Posts

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 \@

break.JPG

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...