tuliob / jsyntaxpane

Automatically exported from code.google.com/p/jsyntaxpane
0 stars 0 forks source link

5 digits line numbers #150

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a file with more than 9999 lines

What is the expected output? What do you see instead?
Line number after 9999 should be 10000 but it shows 1000

What version of the product are you using? On what operating system?
Version 0.9.5

Please provide any additional information below.

Original issue reported on code.google.com by cde...@gmail.com on 30 Jun 2010 at 12:28

GoogleCodeExporter commented 9 years ago
What was the performance like?  I know jsyntaxpane is NOT very good with large 
files because it parses the whole file on every update.  So I did not think 
anybody will use with such big files.
Anyway, the line numbering was changed in trunk, so this should not happen.
I may need to release a new binary soon.

Original comment by ayman.al...@gmail.com on 30 Jun 2010 at 3:58

GoogleCodeExporter commented 9 years ago
The performance is really not very good with large files, but we used it in a 
DSDT editor and patcher, which main goal isn't free edit.

Here's the link to the app
http://www.insanelymac.com/forum/index.php?showtopic=223205

Original comment by cde...@gmail.com on 1 Jul 2010 at 5:51

GoogleCodeExporter commented 9 years ago
try and get the latest code from svn and build it yourself.  
As I said, no binary was released for a while, and svn is now much more current 
than the binary,

Original comment by ayman.al...@gmail.com on 2 Jul 2010 at 4:32

GoogleCodeExporter commented 9 years ago
I was already using svn, but downloaded latest today and it still shows just 4 
digits.

Original comment by cde...@gmail.com on 5 Jul 2010 at 10:53

GoogleCodeExporter commented 9 years ago
Fixed in r134.  It's the always confusing point of using min or max :-)

Original comment by ayman.al...@gmail.com on 6 Jul 2010 at 6:08