
New line numbers not shown in some cases
Reported by johannes | December 24th, 2010 @ 12:47 AM | in 0.0.3
What I did:
1. Open a new document in Kod
2. Write some text (e.g. "text")
3. Press ⌘A to select all text
4. Press Enter
What I expected to happen:
There should be two lines, and they should be marked in the margin
by 1 and 2.
What actually happened:
There are two lines, but only the line number for line 1 is
shown.
Comments and changes to this ticket
-
rsms December 24th, 2010 @ 04:12 PM
- Milestone set to 0.0.2
- State changed from new to open
- Assigned user set to rsms
- Tag set to bug, editor, text, typography
Interesting bug. I'm able to reproduce. Thanks.
-
rsms December 26th, 2010 @ 01:09 AM
- Milestone changed from 0.0.2 to 0.0.3
- Milestone order changed from 5 to 0
FYI the bug most likely lives in
KTabContents.mm
in the method_updateLinesToRangesInfoForTextStorage:
... -
ronin-130176 (at lighthouseapp) December 31st, 2010 @ 05:41 PM
- Tag changed from bug, editor, text, typography to bug, text, ui, ux
- Milestone order changed from 4 to 0
-
Deleted User January 4th, 2011 @ 10:40 AM
Found a different way to reproduce, attaching brief video.
-
rsms January 9th, 2011 @ 03:30 AM
- State changed from open to resolved
I believe this was solved by a number of patches by @swizec and I can no longer reproduce in master@a7b2d5a2e26a8d3b2c4b46dc3ac93cd1b19999a3 and thus closing this as resolved. Nice work.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
A text editor for Mac OS X
People watching this ticket
Attachments
Referenced by
-
27 Line numbering breaks when replacing a multi-line selection Duplicate of #19
-
26 Line numbering is incorrect after scrolling I believe the cause for this was the same problem outline...