Page 1 of 1

1-Line Trim Question

PostPosted: Fri Oct 26, 2018 10:06 am
by Neil Blanchard
Hi,

We recently got a change (I think) in the way that 1-Line Trim works. The top lines in the DcadWin.INI [General] section:

Code: Select all1LineTrim By Entity=
; Controls the behavior of the Entity toggle in 1LnTrim.
; If TRUE, Entity is automatically reset to on.
; If FALSE, Entity is automatically reset to off.
; If blank, the Entity toggle will retain its last status.


My 1-Line trim shortcut is:

Code: Select allY^;^F9^F4^$^$^
//1-Line Trim


With the 2 $ symbols at the end, it used to pick the trim line, and the outside - but it no longer works. How do I get it working again?

Re: 1-Line Trim Question

PostPosted: Fri Oct 26, 2018 10:38 am
by Roger D
I use
Q^;^1016#^F9^F4^$^$^
\\ Q- Trim to one line, 1016-One Line Trim by Entity On

Re: 1-Line Trim Question

PostPosted: Fri Oct 26, 2018 2:22 pm
by Neil Blanchard
Thanks Roger - that is just the ticket!