8 repository-uri
UI elements displayed in the editor gutter for status indicators and line information.
Distinguishing note: Specifically targets the gutter UI area rather than general editor configuration.
Explore 8 awesome GitHub repositories matching user interface & experience · Editor Gutter Components. Refine with filters or upvote what's useful.
Helix is a terminal-based modal text editor designed for efficient code manipulation and navigation. It centers on a selection-first editing model, where operations are performed on active ranges rather than individual cursor positions, allowing for precise control over text and code structures. The editor distinguishes itself through deep integration with structural parsing and language intelligence. By utilizing an incremental parsing library, it builds concrete syntax trees that enable advanced features like structural code navigation, intelligent indentation, and syntax-aware text object
Helix allows users to arrange the side gutter to display line numbers, diagnostic status indicators, and version control changes alongside the main text area.
CodeMirror 5 is a browser-based code editor and extensible UI component. It functions as a syntax highlighting engine and a programmable text surface, providing a professional coding experience embedded within web pages. The project is distinguished by its ability to act as a collaborative text editor, synchronizing document changes across multiple users in real time. It also includes a dedicated Vim emulation layer that implements modal keyboard interactions, motions, and operators. The system covers broad capability areas including language support for autocompletion and error analysis, co
Provides UI components in the editor margins to display line-specific status indicators and metadata.
Ace is a high-performance, browser-based code editor and JavaScript text editor component designed to be embedded into web applications. It functions as a feature-rich alternative to standard text areas, providing a syntax highlighting engine and support for multiple programming and markup languages. The editor is distinguished by its ability to handle large documents containing millions of lines while maintaining stable performance. It supports multi-cursor editing, allowing simultaneous modifications at multiple selection points across a document. The project covers a broad range of develo
Provides a synchronized vertical gutter for displaying line numbers, breakpoints, and code folding markers.
Opentui is a terminal user interface framework for building interactive command line applications. It provides a component-based system featuring a flexbox layout engine, a virtual node component tree, and a low-level 2D cell array renderer. The project is distinguished by a sophisticated keyboard binding engine that maps complex multi-stroke sequences and chords to named commands using prioritized, reactive layers. It also implements a plugin architecture that allows external modules to inject custom UI components into designated layout slots and extend input logic at runtime. Its capabilit
Provides a vertical gutter for displaying line indices next to text blocks.
Kakoune is a scriptable, modal text editor for the terminal that employs a client-server architecture. This model allows multiple terminal windows to connect to a single editing session, providing a programmable environment for managing source code and text. The editor is distinguished by its selection-first logic, where a text region must be predefined before a command is applied. It leverages regular expressions to manage multiple cursors and perform bulk edits across complex text patterns, and it integrates deeply with the shell by piping selections through external programs and filters.
The editor adds flags or symbols in the buffer margin to show warnings or metadata.
CodeMirror is a browser-based code editor framework and modular extension system used to embed full-featured text editors into web pages. It functions as a syntax tree parsing engine and a language server protocol client, enabling structural language analysis and deep integration with external programming language services. The project is distinguished by its modular architecture, which uses a system of extensions and compartments for dynamic reconfiguration at runtime. It supports real-time collaborative editing and state synchronization through an operational transformation framework, allow
Renders vertical gutter bars for displaying line numbers and status markers with event support.
Zed is a terminal-based code editor built in Rust that provides a full-featured editing experience with familiar keybindings, mouse support, and multiple cursors. It runs entirely in the terminal while offering capabilities typically found in graphical editors, including split panes, a command palette, and integrated language server protocol support for real-time diagnostics, completions, go-to-definition, and code actions across multiple languages. The editor distinguishes itself through a plugin system that runs sandboxed TypeScript plugins in a QuickJS runtime, with an asynchronous bridge
Sets or clears colored symbols in the line-number gutter to indicate state such as breakpoints or version-control changes.
Code Tour este o extensie VS Code care permite crearea de walkthrough-uri interactive, pas cu pas, ale unui codebase. Acesta servește ca instrument pentru documentarea ghidată a codului, mapând explicații descriptive direct pe linii specifice de fișiere și directoare din editor pentru a asista la onboarding-ul în codebase și transferul de cunoștințe tehnice. Sistemul se distinge prin utilizarea ancorării bazate pe expresii regulate pentru a menține stabilitatea pașilor între diferite versiuni ale codului sursă și capacitatea de a exporta tururi ca fișiere portabile care conțin contextul de cod necesar pentru redare fără repository-ul local original. De asemenea, suportă sincronizarea cu controlul versiunilor prin versionarea tururilor bazată pe Git și oferă detectarea derivei pentru a identifica momentele în care modificările de cod strică link-urile tururilor existente. Proiectul acoperă o gamă largă de capabilități, inclusiv înregistrarea și designul tururilor, un motor de redare cu descoperire bazată pe gutter și capacitatea de a încorpora elemente interactive, cum ar fi comenzi shell și invocări de funcții ale editorului. Walkthrough-urile sunt stocate folosind serializarea JSON și pot fi partajate prin link-uri remote sau gestionate prin strategii flexibile de stocare pe disc.
Uses editor gutter components to display icons indicating lines that belong to a tour.