Dominik Bucher
Dominik Bucher
Example: ``` protocol InternalProtocol {} public class PublicClass: InternalProtocol { } ``` Documentation for `PublicClass` is generated with inheritance section which points out to `InternalProtocol` which links to file which...
Upgraded to Swift 4 and upgraded the UI to use StackViews for better reliability... Also got rid of ugly magic constants...
Implement TextKit2 because bullet points and numbered list looking really cool... Need to use correctly TextKit2 API since it is a mess right now :D (getting int from debugDescription just...
- WIP - WIP - WIP We will have a nice call with @danielsaidi on how to polish this so we can merge this ASAP :) dont mind the formatting,...
We should move out of using NSLayoutManager and NSTextStorage and NSTextContainer in order to adopt TextKit2. Currently I believe there must be some other fix to lines and style setting...
This is caused by different behaviours of `var richTextAttributes: RichTextAttributes` inside `RichTextViewComponent+Attributes.swift` There are two fixes I came up with: 1. in `func setStyle(_ style: RichTextStyle, to newValue: Bool)` inside...
When selecting current position in the rich text editor, there is this warning: `Error: this application, or a library it uses, has passed an invalid numeric value (NaN, or not-a-number)...