Compare files line numbering truncated to 1 digit

Post bugs related to the IDE here
galah
New User
New User
Posts: 2
Joined: Mon Sep 13, 2010 1:21 pm
Location: Adelaide, Australia

Compare files line numbering truncated to 1 digit

Post by galah »

When using Tools>CompareFiles/Folders the line numbers are restricted to 1 digit, only the Most Significant Digit is displayed right justified.
So lines 1 to 9 display correctly as
1
2
3
4
5
6
7
8
9 but then
lines 10 to 19 display as
1 instead of 10
1 instead of 11
.................same for 12,13,14,15,16
1 instead of 17
1 instead of 18
1 instead of 19

lines 20 to 29 display as

2 instead of 20
2 instead of 21
2 instead of 22
.........same for 23,24,25,26
2 instead of 27
2 instead of 28
2 instead of 29
and so on.

98 will display as 9
99 will display as 9
100 will display a 1
101 will display as 1

999 will display as 9
1000 will display as 1
1001 will display as 1

2000 will display as 2
3000 will display as 3
4000 will display as 4
5000 will display as 5


The displayed digit is right justified.

I have tried it on multiple computers using both Win10 and Win7.
It also does not matter which Version of PureBasic.
Currently running 5.62 Windows x86.
It looks very much like the column width reserved for the line numbers is too narrow.


Secondly the "Hide File Differences" on the menu bar has no effect that I can see.


Thanks in advance
Little John
Addict
Addict
Posts: 4527
Joined: Thu Jun 07, 2007 3:25 pm
Location: Berlin, Germany

Re: Compare files line numbering truncated to 1 digit

Post by Little John »

This is old news. :-)
see viewtopic.php?f=4&t=63435
Post Reply