therube
|
|
« Reply #15 on: September 03, 2003, 01:28:46 pm » |
|
COL/LN counts not correct.
Column count goes from 1 to 4 to 5 to 6 to 7 ... - it skips 2 & 3.
|
|
|
Logged
|
|
|
|
Gena01
|
|
« Reply #16 on: September 03, 2003, 01:54:49 pm » |
|
Quote (therube @ Sep. 03 2003,14:28) | COL/LN counts not correct.
Column count goes from 1 to 4 to 5 to 6 to 7 ... - it skips 2 & 3. |
I'll do some testing of this. The column count it supposed to be updated since it "jumps" when it sees a tab character. So it should line up properly and report the position correctly.
Gena01
|
|
|
Logged
|
|
|
|
Gena01
|
|
« Reply #17 on: September 03, 2003, 01:56:11 pm » |
|
Quote (therube @ Sep. 03 2003,14:27) | Tabs revisited. This all deals with Win98 + 1.4.0.
if tab=space & tabsize=8 :: 8-5-7-7-7 if tab<>space & ts=8 :: 6-5-5-5-5
Further.
if tab<>space, the tab size option is not making a difference if tab=space & ts=4 :: 4-1-3-3-3 if tab=space & ts=6 :: 6-3-5-5-5
FWIW using v1.3.3
if tab=space & ts=9 :: 8-7-7-7-7 if tab=space & ts=4 :: 4-3-3-3-3 if tab<>space :: 6-5-5-5-5 regardless of ts |
What Font/Size you using for testing?
EDIT: Also what version of riched20.dll are you using?
Gena01
|
|
|
Logged
|
|
|
|
therube
|
|
« Reply #18 on: September 03, 2003, 03:45:23 pm » |
|
Quote | What Font/Size you using for testing? |
All Fixedsys regular / 11
Quote | Also what version of riched20.dll |
hmm, looks like i've got enough versions to make your head spin.
5.0.152.0 tab<>sapce, ts=8 :: 6-5-5-5-5 tab=space, ts=8 :: 8-5-7-7-7
5.3.22.2300 tab<>space, ts=8 :: 8-7-7-7-7
5.30.11.2410 tab<>space, ts=8 :: 8-7-7-7-7 tab=space, ts=8 :: 8-5-7-7-7
|
|
|
Logged
|
|
|
|
therube
|
|
« Reply #19 on: September 03, 2003, 03:47:44 pm » |
|
COL/LN error seems to be independant of any tab settings & riched20.dll's - ie: it occurs everywhere.
I'll take a look at Win2K later.
|
|
|
Logged
|
|
|
|
therube
|
|
« Reply #20 on: September 03, 2003, 08:27:06 pm » |
|
Ok, some more Win2K results.
Fixedsys Regular 11. riched20.dl, 5.30.23.1215
tab<>space, ts=8 :: 8-7-7-7-7 tab=space, ts=8 :: 8-5-7-7-7
Also, COL/LN error is the same as under Win98 - 1,4,5,6,7...
|
|
|
Logged
|
|
|
|
Gena01
|
|
« Reply #21 on: September 04, 2003, 09:18:39 am » |
|
I have fixed the column number bug.
Gena01
|
|
|
Logged
|
|
|
|
|