Lightweight Plain-Text Editor for macOS
Go to file
2016-03-29 02:45:19 +09:00
cot@f909b011c2 update cot command 2016-02-25 19:18:50 +09:00
CotEditor Refactor line number drawing 2016-03-29 02:04:54 +09:00
CotEditor.xcworkspace Remove cot project from CotEditor workspace (close #399) 2015-08-13 01:24:47 +09:00
release Remove unused namespace in appcast 2016-03-03 00:44:43 +09:00
Tests More refactor syntax color 2016-03-21 01:59:35 +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 Temporaly revert travis mage to Xcode 7.2 2016-03-23 16:16:04 +09:00
CHANGELOG.md Fix typos in changelog 2016-03-29 02:45:19 +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.