Skip to content

Latest commit

 

History

History
87 lines (73 loc) · 3.97 KB

README.md

File metadata and controls

87 lines (73 loc) · 3.97 KB
CCE
Console Code Editor

A lightweight, elegant and cross-platform terminal text editor.



Preview GIF

(This displays an older version of CCE)

Preview GIF

Open any file with CCE!

Preview GIF

Drag and drop multiple files to open them as tabs in CCE!

Preview GIF

Execute your code directly inside the editor!

Usage

The editor has many features including real-time syntax highlighting and keyboard shortcuts. Here is a list of all keyboard shortcuts.

Keystrokes Description
⬅️⬆️⬇️➡️ Move around in the document
CTRL+⬅️ Move to the leftmost position on the current line
CTRL+➡️ Move to the rightmost position on the current line
ALT+0,1,2,... or 9 Switch between open tabs
CTRL+N New untitled file
CTRL+O Open new file
CTRL+S Save current file
CTRL+C Copy to clipboard
CTRL+X Cut to clipboard
CTRL+V Paste from clipboard
CTRL+Z Undo
CTRL+Y Redo
CTRL+R Run executable file types
ESC Close the program if all files are saved

Installation

Download the latest version of CCE below.

Win x32 Win x64 Mac Linux
Download Alpha Download Alpha Download Alpha Download Alpha

Or install a previous version from here.

Future

I have big ambitions for this project, and feel like if it gets enough attention, it would be worth implementing the following functionalities:

  • Plug-ins/Extensions support 🔌
  • Custom color themes support 🌈
  • Custom skin themes support 🎨
  • Text selection 📋
  • Preferences/Settings page ⚙️
  • Auto detect new versions 📥
  • Add syntax highlighting for more languages!!! 🎉
  • Optimize and speed up performance 🚅💨

I highly appreciate if you want to help me with this project! Add your own twist or modification, or create your own distribution entirely!