CotEditor

简介:

CotEditor

https://github.com/coteditor/CotEditor

 

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

CotEditor是一个轻量级的文本编辑器,用于 OS X 上.

Requirement: OS X Mountain Lion or higher 需要 OS X 山师以上系统

Distribution Site : http://coteditor.com

About Source Code

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

这是纯粹的基于Cocoa框架的应用软件.源码是用的 Object-C 编写,在ARC环境下.

Development Environment

  • OS X Yosemite 开发环境为 Yosemite
  • Xcode 7 Xcode 7编写

 

How to Build

  1. Install CocoaPods if you don't have it.  先安装 CocoaPods
  2. Move to the project root directory and run pod install on your terminal. 移动到文件夹根目录,然后运行 pod install
  3. Open CotEditor.xcworkspace on Xcode. 打开 CotEditor.xcworkspace
  4. build. 编译

 

License

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

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

目录
相关文章
|
6月前
|
存储 并行计算 安全
我们自己的芯片指令集架构——龙芯架构简介
我们自己的芯片指令集架构——龙芯架构简介
716 6
|
Linux C++ Windows
code规范 --- 驼峰命名法
code规范 --- 驼峰命名法
665 0
|
6月前
|
算法 Unix 调度
操作系统(7)----调度相关知识点(万字总结~)(2)
操作系统(7)----调度相关知识点(万字总结~)
178 1
|
6月前
|
消息中间件 存储 负载均衡
深度解析Kafka分区策略的精妙之处
深度解析Kafka分区策略的精妙之处
656 1
|
6月前
|
SQL 存储 分布式计算
Hive【基础 01】核心概念+体系架构+数据类型+内容格式+存储格式+内外部表(部分图片来源于网络)
【4月更文挑战第6天】Hive【基础 01】核心概念+体系架构+数据类型+内容格式+存储格式+内外部表(部分图片来源于网络)
131 1
|
6月前
|
前端开发 Java 数据库连接
认识Java中最常用的框架:Spring、Spring MVC、Spring Boot、MyBatis和Netty
Spring框架 Spring是一个轻量级的开源框架,用于构建企业级应用。它提供了广泛的功能,包括依赖注入、面向切面编程、事务管理、消息传递等。Spring的核心思想是控制反转(IoC)和面向切面编程(AOP)。
262 3
|
消息中间件 SQL 存储
|
6月前
|
人工智能
极智AI | 全志XR806 OpenHarmony鸿蒙系统固件烧录
大家好,我是极智视界,本教程详细记录了全志 XR806 OpenHarmony 鸿蒙系统固件烧录的方法。
91 0
|
Java Spring
自定义注解判断参数为空
使用Spring的 @Valid和@Validated不好嘛,干嘛要自己造轮子呢.......
|
Java 数据库连接 数据库
【知识】View层、Controller层、Service层、Dao层的区别以及对应的功能
【知识】View层、Controller层、Service层、Dao层的区别以及对应的功能