Atom is an extensible code IDE and hackable text editor designed for source code editing and the creation of custom development environments. It functions as a syntax highlighting editor and a version control integrated editor that tracks file changes and synchronizes code with remote repositories. The editor allows for the modification of its own core functionality and supports a package-based plugin system for creating custom themes and snippets. It also serves as a Markdown preview editor, providing side-by-side visual rendering for content authoring. The platform includes capabilities fo
LightTable is an extensible source code editor and integrated development environment designed as an interactive programming environment. It enables the evaluation of programming language fragments in real time to provide instant feedback on expressions. The workspace functions as a remote execution environment, connecting to and managing external servers to run code within remote processes. It allows for an interactive workflow where users can execute code fragments and track expression values without restarting the environment. The system provides source code editing capabilities, includin
TextMate is a programmable text editor designed for software development and project management. It functions as a highly customizable environment where users can define language-specific behaviors, syntax highlighting rules, and automated workflows to suit their individual development needs. The editor distinguishes itself through a modular, bundle-based extensibility model that allows for deep integration with system shell commands. By piping document buffers through external scripts and command-line tools, users can perform complex text transformations, automate file lifecycle tasks, and b
Vim is a keyboard-driven text editor designed for the high-speed manipulation of source code and plain text files. It utilizes a modal interface that interprets keystrokes as either text insertion or complex navigation and editing commands. Built on a portable C core, the software maintains a consistent experience across diverse operating systems and terminal emulators through an abstraction layer that manages text in memory-mapped buffers. The editor functions as a highly modular platform that supports extensive customization through a built-in scripting engine and a plugin-based architectur
CodeEdit is an open-source integrated development environment and native macOS code editor. It provides a workspace for writing and modifying source code, combining a text editor with project management tools.
The main features of codeeditapp/codeedit are: Source Code Editors, Integrated Task Execution, Editor Extensions, Integrated Development Environments, Extensible Text Editors, Plugin Systems, macOS Native Editors, Terminal Emulators.
Open-source alternatives to codeeditapp/codeedit include: atom/atom — Atom is an extensible code IDE and hackable text editor designed for source code editing and the creation of custom… lighttable/lighttable — LightTable is an extensible source code editor and integrated development environment designed as an interactive… textmate/textmate — TextMate is a programmable text editor designed for software development and project management. It functions as a… vim/vim — Vim is a keyboard-driven text editor designed for the high-speed manipulation of source code and plain text files. It… zed-industries/zed — Zed is an AI-native, high-performance code editor designed for extreme responsiveness and keyboard-centric workflows.… notepad-plus-plus/notepad-plus-plus — Notepad++ is a high-performance, lightweight source code editor designed for local development on Windows. Built as a…