Lightweight Plain-Text Editor for macOS
Go to file
2015-11-08 16:22:05 +09:00
cot@ccb4780682 Import cot as submodule 2015-11-08 15:56:40 +09:00
CotEditor Import cot as submodule 2015-11-08 15:56:40 +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
.gitmodules Fix Travis CI error with submodule 2015-11-08 16:22:05 +09:00
.travis.yml Update environment to Xcode 7 2015-09-10 06:04:24 +09:00
CHANGELOG.md Fix CHANGELOG 2015-11-08 03:13:20 +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 cocoapods to 0.39.0 2015-10-15 04:08:52 +09:00
README.md Update README 2015-10-27 01:22:25 +09: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.1

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-2015 1024jp.

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