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  a7ce3b685dd6bd8285790f5c971a3b787ec015db (commit)
      from  1273db1976d6e6198d52744f1ec2e709153d716f (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 a7ce3b685dd6bd8285790f5c971a3b787ec015db
Author: Holger Schmeisky <[email protected]>
Date:   Fri Jul 18 10:04:49 2014 +0200

    [API] Added EditorManager and associated classes
    
    Change-Id: Ia87670c8d54fcb73b3020651b3be88389b8a6b16
    Reviewed-on: http://saros-build.imp.fu-berlin.de/gerrit/1817
    Tested-by: Jenkins CI
    Reviewed-by: Holger Schmeisky <[email protected]>

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

Summary of changes:
 .../editor/adapter/DocumentAdapter.java}           |   33 +-
 .../adapter/DocumentFactory.java}                  |   29 +-
 .../editor/adapter/IDocument.java}                 |   28 +-
 .../context/SarosIntellijContextFactory.java       |    8 +-
 .../{events => }/AbstractStoppableListener.java    |   10 +-
 .../inf/dpp/intellij/editor/EditorManager.java     |  878 ++++++++++++++++++++
 .../inf/dpp/intellij/editor/EditorPool.java        |   18 +-
 .../dpp/intellij/editor/LocalEditorHandler.java    |  165 ++++
 .../intellij/editor/LocalEditorManipulator.java    |  257 ++++++
 .../inf/dpp/intellij/editor/ProjectAPI.java        |   12 +-
 .../StoppableCaretListener.java}                   |   26 +-
 .../intellij/editor/StoppableDocumentListener.java |  118 +++
 .../editor/StoppableEditorFileListener.java        |   87 ++
 .../editor/StoppableSelectionListener.java}        |   35 +-
 .../intellij/editor/StoppableViewPortListener.java |   70 ++
 .../dpp/intellij/project/fs/ResourceConverter.java |   57 ++
 16 files changed, 1749 insertions(+), 82 deletions(-)
 copy 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/{intellij/editor/text/TextSelection.java
 => core/editor/adapter/DocumentAdapter.java} (65%)
 copy 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/core/{vcs/NullVCSProviderFactoryImpl.java
 => editor/adapter/DocumentFactory.java} (55%)
 copy 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/{intellij/editor/text/LineRange.java
 => core/editor/adapter/IDocument.java} (67%)
 rename 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/intellij/editor/{events 
=> }/AbstractStoppableListener.java (84%)
 create mode 100644 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/intellij/editor/EditorManager.java
 create mode 100644 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/intellij/editor/LocalEditorHandler.java
 create mode 100644 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/intellij/editor/LocalEditorManipulator.java
 copy 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/intellij/{project/fs/PathFactory.java
 => editor/StoppableCaretListener.java} (70%)
 create mode 100644 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/intellij/editor/StoppableDocumentListener.java
 create mode 100644 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/intellij/editor/StoppableEditorFileListener.java
 copy 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/{core/vcs/NullVCSProviderFactoryImpl.java
 => intellij/editor/StoppableSelectionListener.java} (51%)
 create mode 100644 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/intellij/editor/StoppableViewPortListener.java
 create mode 100644 
de.fu_berlin.inf.dpp.intellij/src/de/fu_berlin/inf/dpp/intellij/project/fs/ResourceConverter.java


hooks/post-receive
-- 
The Saros Eclipse Plugin

------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
Dpp-robot mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dpp-robot

Reply via email to