# codepad **Repository Path**: lukedan/codepad ## Basic Information - **Project Name**: codepad - **Description**: Text editor written in C++, aims to be fast, sexy, cross-platform, and customizable - **Primary Language**: C++ - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-19 - **Last Updated**: 2021-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Codepad ![](https://user-images.githubusercontent.com/16830156/111044169-d7394880-8414-11eb-8cc0-6645dc9c1797.png) Codepad is a free, open-source text editor written purely in C++. The goal is to make it fast, sexy, cross-platform, and customizable. Currently it is in a very early stage of development and is **currently unfit for everyday use**. Any contribution is welcome. **This project is not affiliated with the online code editor [codepad.org](http://codepad.org).** ## Features - Multi-cursor - Simultaneous binary and text editing - Fully customizable UI layout and appearance - Full-featured tab system ## Links ### [Building Codepad](doc/build.md) ### [Contributing](doc/contributing.md) - [The Architecture of Codepad](doc/architecture.md) - [TODO list](doc/todo.md) - [Coding guidelines](doc/coding_guidelines.md)