Download
 
 
DirtyGutter
Description: DirtyGutter plugin

The DirtyGutter plugin

Written by Shlomy Reinstein, August 2009.

The DirtyGutter plugin marks dirty lines (lines modified since last save) in the Gutter area. The dirty line information is provided by a so-called "Dirty line provider", which is an extensible service. Two built-in providers are included:

  • "Simple" - marks any modified lines with a colored marker by tracking buffer content changes.
  • "Diff" - uses a "diff" algorithm to calculate dirty lines for each multi-line content change. Uses a simple algorithm for marking single-line changes.
    Marks the changes according to their types (change/insertion/removal).
Author: Shlomy Reinstein
Category: Visual

Version: 0.3b
Requirements: JDK >= 1.6 · jEdit >= 5.0.0
Binary Download: DirtyGutter-0.3b-bin.tgz
DirtyGutter-0.3b-bin.zip
Complete Download: DirtyGutter-0.3b.tgz
DirtyGutter-0.3b.zip
Release Date: October 14, 2013

Version: 0.3
Requirements: JDK >= 1.6 · jEdit >= 4.5.0
Binary Download: DirtyGutter-0.3-bin.tgz
DirtyGutter-0.3-bin.zip
Complete Download: DirtyGutter-0.3.tgz
DirtyGutter-0.3.zip
Release Date: March 17, 2012

Version: 0.2
Requirements: JDK >= 1.6 · jEdit >= 4.3pre18
Binary Download: DirtyGutter-0.2-bin.tgz
DirtyGutter-0.2-bin.zip
Complete Download: DirtyGutter-0.2.tgz
DirtyGutter-0.2.zip
Release Date: December 15, 2009
 
Main Site
Features
Compatibility
Screenshots
Icons and Images
Reviews
Download
Plugins

Community
Community Site
Message Boards
Community Downloads
Links
Help
Quick Start Guide
Online Documentation
Feedback and Support
Developer
Development
SourceForge Project
Donate