Package common.gui.blame

Packages related to the "blame" TextArea component, currently used by SVNPlugin and GitPlugin.

See:
          Description

Class Summary
BasicBlamePaneUI UI for the BlamePane to be displayed left of the right scroll bar of the main text area.
BlameModel A data model that stores 2 lists of Strings, where indices in these list correspond to physical lines in the textArea's buffer.
BlamePane A rectangular component that sits to the left or right of the TextArea.
BlamePaneUI  
 

Package common.gui.blame Description

Packages related to the "blame" TextArea component, currently used by SVNPlugin and GitPlugin.

If you have something else that needs to show a string next to each line in the textarea, you can reuse this component for that as well.