Wesley de Groot
Wesley de Groot
### Description Crashes on save. Console prints (sometimes) ``` Fatal error: Duplicate keys of type 'FileItem' were found in a Dictionary. This usually means either that the type violates Hashable's...
# Highlighting After opening a file highlighting doesn't start After pressing enter (last line) it starts highlighting
If i type a new function (e.g.) `function x(` it appends `)` which is great. What is less great, I'm also typing `)`, this will end in `function x ())`,...
`Meltan (#808)` `Melmetal (#809)` https://en.wikipedia.org/wiki/Meltan_and_Melmetal
Hi, This commit adds a delegate function what triggers if the caret has moved. ```swift func textView(_ textView: STTextView, didMoveCaretTo row: Int, column: Int) { } ```
i would like to have something like Downloading xxx/xxx [50%] sample code for session 303: StoreKitSuite Then you'll know how long it will take to download it all.
Updated project to Swift 4 Added gitignore Fixed #1
Please see the individual commits for more details. I hope you'll like this pull request.
Enabled SwiftLint `attributes` rule. ### Description https://realm.github.io/SwiftLint/attributes.html Attributes Attributes should be on their own lines in functions and types, but on the same line as variables and imports Identifier: attributes...