Lightweight Plain-Text Editor for macOS
Go to file
2015-10-13 01:33:26 +09:00
CotEditor Update version to 2.3.0-alpha 2015-10-13 01:33:26 +09:00
CotEditor.xcworkspace Remove cot project from CotEditor workspace (close #399) 2015-08-13 01:24:47 +09:00
release Insert space to enclosure tag 2015-10-05 01:14:46 +09:00
test Fix drawing position of ligatured characters 2015-08-19 02:16:25 +09:00
.gitignore Add project.xcworkspace to .gitignore 2015-09-12 15:07:48 +09:00
.travis.yml Update environment to Xcode 7 2015-09-10 06:04:24 +09:00
CHANGELOG.md Update version to 2.3.0-alpha 2015-10-13 01:33:26 +09:00
CONTRIBUTING.md Update contributing guidelines about OgreKit localization 2015-02-17 20:57:54 +09:00
LICENSE Change license to the Apache license (close #405) 2015-08-04 00:36:08 +09:00
Podfile Remove EDSemver (close #419) 2015-08-26 01:38:28 +09:00
Podfile.lock Update WFColorCode to 1.3.0 2015-09-10 16:05:35 +09:00
README.md Update README 2015-10-05 19:33:35 +02:00
screenshot.png Update screenshot in repo 2014-11-04 01:21:53 +01: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

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 on Xcode.
  4. build.

License

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

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