Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 109126

Summary: Go to Line dialog should show line numbers > 1000 without "."
Product: [Eclipse Project] JDT Reporter: Daniel Schneller <daniel.schneller>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: CLOSED INVALID QA Contact:
Severity: minor    
Priority: P3    
Version: 3.1   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Daniel Schneller CLA 2005-09-09 06:34:10 EDT
In larger classes, the Go to Line dialog displays the range of valid line
numbers as something like

Enter line number (1..2.329)

This does not look nice. It should read

Enter line number (1..2329)
Comment 1 Dani Megert CLA 2005-09-09 11:14:25 EDT
Well, if you think this does not look nice then you should not configure your
OS' regional settings like that. 
Comment 2 Daniel Schneller CLA 2005-09-09 11:25:15 EDT
Maybe one could have replaced ".." with " - " or " .. ".
Never mind though...