Lightweight Plain-Text Editor for macOS
Go to file
2016-04-24 11:47:03 +09:00
cot@805d5482ec Update cot command to 2.4.1 2016-04-24 11:40:17 +09:00
CotEditor Update release notes 2016-04-24 11:47:03 +09:00
CotEditor.xcworkspace Remove cot project from CotEditor workspace (close #399) 2015-08-13 01:24:47 +09:00
release Fix indent in appcast 2016-04-13 13:29:13 +09:00
Tests Add test file for theme coloring 2016-04-13 16:10:16 +09:00
.gitignore Add *.xcscmblueprint to .gitignore 2015-11-09 14:55:26 +09:00
.gitmodules Fix Travis CI error with submodule 2015-11-08 16:22:05 +09:00
.travis.yml Revert "Update Travis CI setting" 2016-04-21 14:57:53 +09:00
CHANGELOG.md Update release notes 2016-04-24 11:47:03 +09:00
CONTRIBUTING.md Fix typo in CONTRIBUTING.md 2016-01-16 14:05:00 +09:00
LICENSE Change license to the Apache license (close #405) 2015-08-04 00:36:08 +09:00
Podfile Update Sparkle framework to v1.13.1 2016-03-08 19:51:21 +09:00
Podfile.lock Update OgreKit to 2.1.7.14 2016-03-23 14:59:48 +09:00
README.md Update Xcode to v7.3 2016-03-23 03:24:09 +09:00
screenshot.png Update screen shot 2016-02-02 16:41:01 +09:00

CotEditor

CotEditor is a lightweight plain-text editor for OS X.

Requirement: OS X Mountain Lion or higher

Web Site: http://coteditor.com

Mac App Store: http://appstore.com/mac/CotEditor

screenshot

About Source Code

Build Status License GitHub release

It's a pure document-based Cocoa application. The source code is written in Objective-C with ARC enabled.

Development Environment

  • OS X 10.11 El Capitan
  • Xcode 7.3

How to Build

  1. Install CocoaPods if you don't have it.
  2. On terminal, move to the project root directory and run pod install.
  3. Open CotEditor.xcworkspace in Xcode.
  4. build.

License

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

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