Bug #19289 2014-02-14 03:26

cpp115

Line # column too narrow to show big #'s

The column that shows which line I'm on in the code... it's too narrow and does not expand to display line numbers above 1 million. It will only show about 1/6th of the number 1 for example.

Category
 
Group
Platform:Windows
Status
Open
Close date
 
Assigned to
 
ollydbg 2014-02-28 06:31

1 million lines????

I would say it is a long file, right?

Can you show us an screen shot? or a sample file?

cpp115 2014-02-28 21:05

I am talking about the numbers to the very left of every code you write. They let you know the number of lines there are. When you reach line one million or more, the number "1" is cut off in the number 1000000.

It probably gets worse for bigger numbers, however, this same "line number indicator" also exists at the bottom of the code blocks so no big deal.