Issues
- 2
- 0
- 0
- 0
- 0
Inserting a newline into a paragraph that's cut off by the top of the viewport scrolls to the wrong location
#126 opened by davidbalbert - 0
- 0
Virtualize heights
#125 opened by davidbalbert - 0
Double and triple clicking to the left of a paragraph first character shouldn't select the previous word or paragraph
#123 opened by davidbalbert - 0
- 1
Reload files when edited by apps that don't use NSFileCoordinator (TextMate, vim, etc.)
#115 opened by davidbalbert - 0
Asynchronous document saving
#114 opened by davidbalbert - 0
Multiple selections
#106 opened by davidbalbert - 0
Extract key binding and selection logic into a KeyBindingResponder struct
#113 opened by davidbalbert - 0
- 0
RTL support
#107 opened by davidbalbert - 0
Support "\r" and "\r\n" for line termination
#105 opened by davidbalbert - 1
Support "\r" and "\r\n" for line termination.
#111 opened by davidbalbert - 0
Finish NSStandardKeyBindingResponder
#112 opened by davidbalbert - 1
If you have an empty rope, LinesView.index(after:) doesn't let you go past the startIndex
#64 opened by davidbalbert - 1
- 1
- 1
If you transposeWords at the beginning of a line, it should transpose the next two words, not the next word and the previous word.
#96 opened by davidbalbert - 0
Mark and yank
#89 opened by davidbalbert - 0
Double clicking on numbers in the current locale (e.g. "1,000.00" or "1.000,00") should select the entire number including punctuation
#108 opened by davidbalbert - 0
Caret placement is wrong with Hoefler Text
#104 opened by davidbalbert - 0
Don't merge defaultAttributes into buffer
#94 opened by davidbalbert - 0
If you're using the Sonoma insertion point, make the default marked text style be the same width and color.
#92 opened by davidbalbert - 0
setMarkedText at endIndex fails
#91 opened by davidbalbert - 0
Custom Watt-specific key bindings
#90 opened by davidbalbert - 0
- 0
- 2
Scrolling hangs with tall windows
#84 opened by davidbalbert - 0
Better line height estimates so that the scroller doesn't jump around as much
#83 opened by davidbalbert - 0
- 0
- 0
- 0
Correctly syntax highlight nested scopes
#80 opened by davidbalbert - 0
Syntax highlighting: during an edit, only re-highlight portions of the file that have changed.
#78 opened by davidbalbert - 1
Crash upon typing second character
#77 opened by davidbalbert - 0
Empty documents have the wrong line number
#62 opened by davidbalbert - 0
Do something good when the Emoji picker is brought up for an off-screen selection
#75 opened by davidbalbert - 0
When using Georgia, descenders are cut off
#73 opened by davidbalbert - 0
Double and triple click to expand selection
#74 opened by davidbalbert - 0
Print a warning if an AttributedRope.Attributes gets created with an attribute we don't know about
#70 opened by davidbalbert - 0
- 0
Make sure AttributedRope attempts to convert an Attribute into the right type if it's not nil, so that the programmer can see an error, rather than just getting nil if it doesn't convert.
#67 opened by davidbalbert - 0
When typing into blank lines, sometimes text is set in Helvetica instead of default monospaced font
#71 opened by davidbalbert - 1
- 0
Audit and test COW BTree construction
#66 opened by davidbalbert - 0
Initializing a Rope from another Rope should use the same underlying storage
#65 opened by davidbalbert