Lightweight Plain-Text Editor for macOS
Go to file
2014-12-26 23:23:23 +01:00
CotEditor Use more CEWrappingTextFied 2014-12-26 23:23:23 +01:00
CotEditor.xcworkspace Fix a file name in project 2014-11-07 03:35:29 +01:00
.gitignore Update gitignore file 2014-11-28 15:23:58 +09:00
.travis.yml Use NSAppKitVersionNumber10_9 with travis-ci option 2014-11-19 19:13:02 +01:00
CHANGELOG.md Use more CEWrappingTextFied 2014-12-26 23:23:23 +01:00
CONTRIBUTING.md Update contributing terms about localization 2014-12-15 03:33:13 +01:00
LICENSE Update documents for source 2014-03-20 14:54:00 +01:00
Podfile Update Podfile's OS requirement to 10.8 2014-12-14 16:08:32 +01:00
Podfile.lock Update OgreKit find panel (close #330) 2014-12-16 16:30:14 +01:00
README.md Update README 2014-12-12 21:54:01 +01: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

Distribution Site : http://coteditor.com

screenshot

About Source Code

Build Status

The source code is written in Cocoa and Objective-C with ARC enabled.

Development Environment

  • OS X Yosemite
  • Xcode 6.1

How to Build

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

License

© 2005-2009 nakamuxu, © 2011, 2014 usami-k, © 2014 1024jp. All rights reserved.

The source code is distributed under the terms of the GNU General Public License. See the bundled LICENSE for details.