Menu

#113 Project View awareness information in IntelliJ

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

In Eclipse, Saros adds overlay icons to project view elements to show whether a project, a folder or a file is currently shared and whether they are opened by a user (and which user).

This task contains:

  • Finding out ways for displaying overlay icons in IntelliJ
  • Hooking into the awareness functionality in Saros to display these icons

Eclipse Feature located in: de.fu_berlin.inf.dpp.ui.decorators package and plugin.xml

Related

Feature Requests: #117

Discussion

  • Franz Zieris

    Franz Zieris - 2014-12-04
    • labels: --> IntelliJ
     
  • Holger Schmeisky

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,3 +4,5 @@
    
     * Finding out ways for displaying overlay icons in IntelliJ
     * Hooking into the awareness functionality in Saros to display these icons
    +
    +The Eclipse functionality is located in: de.fu_berlin.inf.dpp.editor.annotations.ContributionAnnotation
    
     
  • Holger Schmeisky

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,5 +4,3 @@
    
     * Finding out ways for displaying overlay icons in IntelliJ
     * Hooking into the awareness functionality in Saros to display these icons
    -
    -The Eclipse functionality is located in: de.fu_berlin.inf.dpp.editor.annotations.ContributionAnnotation
    
     
  • Stefan Rossbach

    Stefan Rossbach - 2014-12-08
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,3 +4,5 @@
    
     * Finding out ways for displaying overlay icons in IntelliJ
     * Hooking into the awareness functionality in Saros to display these icons
    +
    +Eclipse Feature located in: de.fu_berlin.inf.dpp.ui.decorators package and plugin.xml
    
     

Log in to post a comment.