Mail Archives: djgpp/1999/12/22/05:45:54
On Tue, 21 Dec 1999, salvador wrote:
> Hans Yperman wrote:
>
> > The Edit->Compact text function may do bad things with your code.
> >
> > (I assume in this example that a tab=8 spaces.)
> > Do this:(not indented, start at column 0)
> > *xy++=' ';
> > with the space between the quotes on the tabstops-1'th column. Now there
> > is no way to see the difference between tab and space on this place, so
> > Rhide replaces the space with a tab. At runtime,a tab is written in the
> > string,not a space.
> >
> > I hav not tested if the Expand all tabs function has an equivalent bug,
> > or if the same works in "double-quoted" strings.
>
> Which RHIDE version? I can't reproduce it with RHIDE 1.4.7.2 nor SETEdit 0.4.39.
>
At least I suceeded to reproduce it with my build of 1.4.7.1 which uses
the same editor version as 1.4.7 but was not able to reproduce it with
1.4.7.2 (unfortunatelly I didn't release it for DJGPP, only SET and I have
that). 1.4.7.2 use newer version od SETEDIT (0.4.35 if I remeber
correctly).
Andris
- Raw text -