weimingtom / jota-text-editor

Automatically exported from code.google.com/p/jota-text-editor
0 stars 0 forks source link

Word Wrap renumbers lines #41

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enable Word Wrap
2. Load file
3. Notice that the line #s do not match the original file.

What is the expected output? What do you see instead?

Original file:
1 FOO0 FOO1 FOO2
2 BOO0 BOO1 BOO2

Wrapped file:

1 FOO0 FOO1
2 FOO2
3 BOO0 BOO1
4 BOO2

Expected Output:

1 FOO0 FOO1
  FOO2
2 BOO0 BOO1
  BOO2

Why:  when someone tells me to check line 1965 of an attached file, I need to 
be able to find the -real- line 1965.

What version of the product are you using? On what operating system?
Latest for Android (Jelly Bean) on Samsung.  

Please provide any additional information below.
Great product otherwise.  Thanks!

Original issue reported on code.google.com by googl...@kwcpa.com on 8 Aug 2013 at 2:20