From: Sean H. <jal...@ho...> - 2007-05-03 03:39:17
|
On Wed, 02 May 2007 05:31:24 -0600, mikemc <mik...@bt...> wrote: > I still get the indent see below > one > two > three > > If you use editor.pl from the example files you get the same result, my > code > is based on this one anyway. > > I have tried > $Editor->SetIndent (0); > > But no joy Try $Editor->SetWrapStartIndent(0) |