4 रिपॉजिटरी
Visual indicators in the document margin used to track changes, errors, or breakpoints.
Distinct from Change Tracking Tools: Distinct from Change Tracking Tools: focuses on the specific UI implementation of the diff gutter rather than general update monitoring.
Explore 4 awesome GitHub repositories matching software engineering & architecture · Gutter Visualizations. Refine with filters or upvote what's useful.
Micro is an extensible terminal text editor that supports mouse interaction and intuitive keyboard shortcuts for editing files in a command line environment. It functions as a multi-cursor editor with syntax highlighting and a plugin system for adding custom functionality and automation scripts. The editor distinguishes itself through simultaneous editing across multiple cursors and a script-based extension system. It enables the automation of repetitive editing tasks via macro recording and playback of keystroke sequences. The project covers workspace management through split-screen panes a
Visualizes additions, deletions, and modifications in the margin of the text area to track document changes.
यह प्रोजेक्ट DOM एलिमेंट्स, नेटवर्क ट्रैफिक और JavaScript एग्जीक्यूशन को मॉनिटर करने के लिए डिज़ाइन किया गया एक विशेष ब्राउज़र डिबगिंग इंटरफेस है। यह वेब एप्लिकेशन्स को इंस्पेक्ट और डिबग करने के लिए एक क्लाइंट-साइड यूजर इंटरफेस प्रदान करता है, जो CSS स्टाइल्स के रियल-टाइम मॉडिफिकेशन और JavaScript रनटाइम की जांच की अनुमति देता है। इस टूलकिट में WebAssembly के लिए समर्पित एनालिसिस टूल्स शामिल हैं, जिसमें डिसअसेंबली हाइलाइटिंग, स्कोप इंस्पेक्शन और बाइनरी एग्जीक्यूशन प्रोफाइलिंग की सुविधा है। यह HTTP रिक्वेस्ट्स का विश्लेषण करने के लिए एक नेटवर्क ट्रैफिक इंस्पेक्टर और प्रॉपर्टीज व एट-रूल्स (at-rules) का परीक्षण करने के लिए एक CSS स्टाइल एडिटर भी प्रदान करता है। यह सिस्टम DOM ट्री मॉडिफिकेशन, CPU थ्रॉटलिंग के साथ फ्रंटएंड परफॉरमेंस प्रोफाइलिंग और सर्विस वर्कर डिबगिंग सहित कई क्षमताओं को कवर करता है। यह सोर्स रिसोर्स मैनेजमेंट को भी हैंडल करता है, जैसे नेटवर्क एसेट्स को लोकल फाइलों से मैप करना और मिनिफाइड कोड को प्रीटी-प्रिंट करना, साथ ही मल्टी-लैंग्वेज लोकलाइजेशन का समर्थन करना। यह प्रोजेक्ट TypeScript का उपयोग करके विकसित किया गया है और इसमें ऑन-डिमांड मॉड्यूल लोडिंग के साथ कंपोनेंट-आधारित आर्किटेक्चर का उपयोग किया गया है।
Implements visual indicators in the elements tree margins to highlight specific node properties.
GitGutter is a Git diff visualization tool and plugin for the Sublime Text editor. It interfaces with the Git binary to provide real-time tracking of modified and untracked files, visualizing version control status directly within the editor gutter to mark inserted, modified, or deleted lines. The tool enables navigation between modified code hunks and the inspection of commit metadata via hover popups. It allows users to define specific branches, tags, or commits as reference points for calculating changes and provides the ability to revert modified hunks or copy original committed text to t
Displays visual markers in the editor gutter to identify inserted, modified, or deleted lines of code.
Git Gutter is an Emacs editor extension that displays version control change indicators in the margin and supports incremental staging of diff hunks. It tracks file modifications and differences across multiple backends including Git, Mercurial, Subversion, and Bazaar, providing real-time visual feedback directly within the editing environment. The extension renders custom visual glyphs to highlight added, modified, and deleted lines relative to a repository revision. It includes capabilities for cycling through changed blocks, viewing detailed diff summaries, and interactively staging indivi
Renders custom visual glyphs and indicators in the text editor margin to track line changes.