Menu

#114 Gutter area contribution annotations in IntelliJ

None
open
nobody
IntelliJ (13)
5
2014-12-08
2014-12-08
No

In Eclipse, Saros adds annotations to the right gutter area (next to the scroll bar), where another user has edited code in an open file. These should be small rectangles in the contribution color of the user, that did the edit.

This task contains:

  • Finding out how to add these gutter area annotations (and remove them)
  • Hooking into the existing functionality to add them

Entry-point of the Eclipse functionality:

Discussion

  • Holger Schmeisky

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,3 +4,4 @@
     * Finding out how to add these gutter area annotations (and remove them)
     * Hooking into the existing functionality to add them
    
    +The Eclipse functionality is located in: de.fu_berlin.inf.dpp.editor.annotations.ContributionAnnotation
    
     
  • Holger Schmeisky

    • summary: Gutter are contribution annotations in IntelliJ --> Gutter area contribution annotations in IntelliJ
     
  • Franz Zieris

    Franz Zieris - 2014-12-08
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,7 +1,10 @@
     In Eclipse, Saros adds annotations to the right gutter area (next to the scroll bar), where another user has edited code in an open file. These should be small rectangles in the contribution color of the user, that did the edit.
    
     This task contains:
    +
     * Finding out how to add these gutter area annotations (and remove them)
     * Hooking into the existing functionality to add them
    
    -The Eclipse functionality is located in: de.fu_berlin.inf.dpp.editor.annotations.ContributionAnnotation
    +Entry-point of the Eclipse functionality:
    +
    +* [de.fu_berlin.inf.dpp.editor.annotations.ContributionAnnotation](https://github.com/saros-project/saros/blob/master/de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/editor/annotations/ContributionAnnotation.java)
    
     

Log in to post a comment.