Lightweight Plain-Text Editor for macOS
Go to file
2018-01-20 10:15:16 +09:00
Carthage/Build Update sparkle 2017-12-07 09:15:17 +09:00
cot@95a646a468 Update cot command to 2.5.3 (#711) 2017-08-03 23:26:48 +09:00
CotEditor Add extra scroll inset to find panel fields (#754) 2018-01-20 10:15:16 +09:00
CotEditor.xcworkspace Add a shared breakpoint 2016-09-25 16:27:09 +09:00
Tests Rename “CR/LF” “CRLF” 2018-01-17 10:09:31 +09:00
.gitignore Update Carthage 2017-03-01 15:46:35 +09:00
.gitmodules Fix Travis CI error with submodule 2015-11-08 16:22:05 +09:00
.swiftlint.yml Add opt-in rules introduced in swlftlint 0.24.2 2018-01-11 12:30:02 +09:00
.travis.yml Update xcode image for Travis CI 2017-12-13 00:18:17 +09:00
Cartfile Use”ui-separation-and-xpc” branch of Sparkle (738) 2017-11-28 13:00:12 +09:00
Cartfile.resolved Update sparkle 2017-12-07 09:15:17 +09:00
CHANGELOG.md Add extra scroll inset to find panel fields (#754) 2018-01-20 10:15:16 +09:00
CODE_OF_CONDUCT.md Add CoC 2016-10-07 20:24:07 +09:00
CONTRIBUTING.md Fix typos in document 2016-10-25 07:07:50 +09:00
LICENSE Change license to the Apache license (close #405) 2015-08-04 00:36:08 +09:00
README.md Tweak README 2018-01-14 21:27:58 +09:00
screenshot@2x.png Update README 2016-09-13 01:39:20 +09:00

CotEditor

CotEditor is a lightweight plain-text editor for macOS.

Source Code

Build Status GitHub release

CotEditor is a pure document-based Cocoa application written in Swift.

Development Environment

  • macOS 10.13 High Sierra
  • Xcode 9.2
  • Swift 4.0.2
  • Sandbox enabled

How to Build

  1. git submodule update --init
  2. Update frameworks (you can skip this process if you only wanna build).
    1. carthage update --platform macOS
    2. Build Sparkle's XPCs by running "Sparkle XPCs" scheme in CotEditor.xcworkspace
  3. Open CotEditor.xcworkspace in Xcode.
  4. Build.

License

© 2005-2009 nakamuxu, © 2011, 2014 usami-k, © 2013-2018 1024jp.

The source code is distributed under the terms of the Apache License, Version 2.0. See LICENSE for details.