Fork of the Cocotron for Darling
Go to file
CuriousTommy be9227b9ae
Merge pull request #29 from CKegel/TextEdit_patches
AppKit Improvements (Getting TextEdit to compile and Run)
2024-08-17 09:41:09 -07:00
AppKit Merge pull request #29 from CKegel/TextEdit_patches 2024-08-17 09:41:09 -07:00
Cocoa Generate Headers for AppKit, Cocoa, CoreData, CoreGraphics, CoreText, Onyx2D, and QuartzCore 2022-09-04 10:58:40 -07:00
CoreData Add NSSQLiteManualVacuumOption 2024-06-19 09:22:17 +02:00
CoreGraphics Add CGWindow strings 2024-06-19 09:22:17 +02:00
CoreText Fix implicit-function-declaration 2023-06-19 11:30:55 -07:00
examples Removed Unused Code 2021-05-24 21:11:48 -04:00
formatting Improve Patch and Format New Code 2020-05-13 11:33:22 -04:00
Onyx2D Generate Headers for AppKit, Cocoa, CoreData, CoreGraphics, CoreText, Onyx2D, and QuartzCore 2022-09-04 10:58:40 -07:00
QuartzCore More stubs and fixes for Xcode 2023-09-25 16:17:44 -04:00
.clang-format Fix Continuation Indent 2020-05-12 17:04:16 -04:00
.gitignore Code Formatting Using Patched ClangFormat 2020-05-12 17:04:15 -04:00
CMakeLists.txt Removed Unused Code 2021-05-24 21:11:48 -04:00
LICENSE Removed Unused Code 2021-05-24 21:11:48 -04:00
README.md Code Formatting Using Patched ClangFormat 2020-05-12 17:04:15 -04:00

The Cocotron

Darling's fork of the Cocotron

Code Formatting

clang-format requires a patch to correctly format ObjC code

Patch Instructions

Run cd formatting; ./build.sh to compile the patched clang-format from source

Formatting Instrcutions

Run cd formatting; ./format.sh to format the code