PiRSquared17 / snaketail-net

Automatically exported from code.google.com/p/snaketail-net
1 stars 0 forks source link

Copy paste of large data #74

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Go to head of the current monitoring file. 
2.Copy large text at least 3000 lines and paste notepad(Any tool) 
3.You don't see the all the data you copied in the notepad

What is the expected output? What do you see instead?
It supposed show all the data copied.

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

Please provide any additional information below.

Our log files are  500 MB in size, when I need to copy huge XML from top of the 
file, highlighter is showing all the XML selected , but when it pasted to 
notepad (or other tools ) it's showing half the file. 
Depends on where the current position, if select the text top to bottom first 
half of file was gone.If I do bottom to top end part was missing.

Original issue reported on code.google.com by mogapa...@gmail.com on 3 Jul 2014 at 4:36

GoogleCodeExporter commented 9 years ago
This is a bug caused by an optimization, where it ignores line-requests too far 
away from the file-area being shown on screen.

I am looking into a redesign where file-handling and screen-optimizations are 
not tightly coupled, so things like copy-paste will work as intended. But don't 
hold your breath.

Original comment by sweaty1 on 3 Jul 2014 at 7:25