-
Updated
Feb 25, 2022 - Swift
cocoa
Here are 485 public repositories matching this topic...
-
Updated
Feb 26, 2022 - Objective-C++
-
Updated
Apr 9, 2022 - Swift
-
Updated
Apr 11, 2022 - C++
-
Updated
Dec 1, 2021 - Go
The Win32 back end includes support for bundle-private fonts as documented here. This should be ported to the X11 back end as well.
-
Updated
Aug 15, 2021 - Objective-C
-
Updated
Feb 15, 2022 - Objective-C
-
Updated
Apr 1, 2022 - Swift
-
Updated
Sep 22, 2020 - Swift
-
Updated
Apr 5, 2022 - Swift
Add support C#
Please add C# syntax support.
-
Updated
Apr 5, 2022 - Objective-C
When a repository window is actually a tab in a parent window, the states of the various splitters should be synced between those tabs - sidebar, history, etc. There should also be a preference setting to enable/disable this behavior.
Unused imports are included in the headers of generated files causing 2.12 builds with the default -Yfatal-warnings` setting to fail (unless the correct linting options are unset)
Expected behavior
Scrooge generates files with headers including only the imports the current file needs.
Actual behavior
Scrooge generates import statements for classes that are never used.
St
-
Updated
Mar 6, 2022 - Objective-C
-
Updated
Feb 5, 2022 - Swift
As marked in https://github.com/briskml/brisk/blob/master/examples/hacker-news/app/Story.re#L82, we'll need to transform incoming html.
<p> tags are not rendered with proper margin/padding by Cocoa in NSTextView by default, and instead of manually changing document attributes on ObjC bindings side, simply pre-processing html text and replacing paragraphs by newline characters seems more prefe
-
Updated
Apr 11, 2022 - Objective-C
-
Updated
Mar 14, 2020 - Swift
Improve this page
Add a description, image, and links to the cocoa topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cocoa topic, visit your repo's landing page and select "manage topics."


I'd like there to be an option to have code blocks be line wrapped. Maybe a check box for it in Rendering -> "Syntax highlighted code block" next to "Show line numbers" etc.?
If I try hard enough I can dig through the css files in Contents/Resources/Prism/themes and change "white-space: pre;" to "white-space: pre-wrap;", but doing so breaks the code signature of the app. And that's not a very n