This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The Saros Eclipse Plugin". Pusher was dpp-gerrit.

The branch, master has been updated
       via  eaefcda213a18f6be37a0c3322fc3bbf4a580037 (commit)
      from  ab850b3ed3259962fa95bbbcd61f08448d315006 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit eaefcda213a18f6be37a0c3322fc3bbf4a580037
Author: Franz Zieris <[email protected]>
Date:   Mon Nov 25 19:21:46 2013 +0100

    [UI] Complement the SelectionAnnotation to a full highlighted block
    
    When a remote user selected a text block, the highlighting on the
    local screen looked rather ragged: only the *text* was highlighted, not
    the white space unto the right margin.
    This patch adds a new Annotation type that fills up this white space
    with the same color as the character highlight.
    
    For each session participant the original SelectionAnnotation and the
    new FillUpAnnotation are drawn in same layer to prevent mixing up
    annotations of different users (e.g. see plugin.xml).
    
    Adapted from SWTP-2013 repository.
     - Authored by and reviewed by:
        Christoph Krüger <[email protected]>
        Conrad Läßig <[email protected]>
        Richard Möhn <[email protected]>
     - Reviewed on (not a complete list)
        http://saros-build.imp.fu-berlin.de/gerrit/935
        http://saros-build.imp.fu-berlin.de/gerrit/1096
        http://saros-build.imp.fu-berlin.de/gerrit/1116
    
    Change-Id: Ia8a5c879ce31ee6beb68857364cab5520324be97
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/1236
    Tested-by: Jenkins CI
    Reviewed-by: Arndt Lasarzik <[email protected]>
    Reviewed-by: Franz Zieris <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 de.fu_berlin.inf.dpp/plugin.xml                    |   10 +-
 .../de/fu_berlin/inf/dpp/editor/EditorManager.java |   36 +++-
 .../editor/annotations/RemoteCursorStrategy.java   |    4 +-
 .../dpp/editor/annotations/SarosAnnotation.java    |   14 +-
 .../annotations/SelectionFillUpAnnotation.java     |   43 ++++
 .../annotations/SelectionFillUpStrategy.java       |  266 ++++++++++++++++++++
 .../editor/internal/LocationAnnotationManager.java |   39 +++-
 7 files changed, 400 insertions(+), 12 deletions(-)
 create mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/editor/annotations/SelectionFillUpAnnotation.java
 create mode 100644 
de.fu_berlin.inf.dpp/src/de/fu_berlin/inf/dpp/editor/annotations/SelectionFillUpStrategy.java


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to