eclipse-modisco / org.eclipse.modisco

Eclipse Public License 2.0
0 stars 0 forks source link

[New Browser] The copy handler hides handlers of other parts #1017

Closed eclipse-modisco-bot closed 3 days ago

eclipse-modisco-bot commented 3 days ago

| --- | --- | | Bugzilla Link | 507622 | | Status | CLOSED FIXED | | Importance | P2 normal | | Reported | Nov 16, 2016 10:44 EDT | | Modified | May 26, 2017 04:57 EDT | | Version | 0.13.0 | | See also | Gerrit change https://git.eclipse.org/r/85152, Git commit 406bf35d, Gerrit change https://git.eclipse.org/r/90910, Git commit a3639afb | | Reporter | Gregoire Dupe |

Description

The "copy" handler of the new version of the MoDisco browser hides the "copy" handlers of other parts. The activeWhen is to "large" ?

  <handler\
        class="org.eclipse.modisco.infra.browser.editor.ui.internal.handlers.CopyHandler"\
        commandId="org.eclipse.ui.edit.copy">\
     <activeWhen>\
        <with\
              variable="selection">\
           <iterate\
                 ifEmpty="false"\
                 operator="and">\
              <instanceof\
                    value="org.eclipse.emf.ecore.EObject">\
              </instanceof>\
           </iterate>\
        </with>\
     </activeWhen>\
  </handler>
eclipse-modisco-bot commented 3 days ago

Nov 16, 2016 10:54

New Gerrit change created: https://git.eclipse.org/r/85152

eclipse-modisco-bot commented 3 days ago

Nov 17, 2016 06:11

Gerrit change https://git.eclipse.org/r/85152 was merged to [master].\ Commit: http://git.eclipse.org/c/modisco/org.eclipse.modisco.git/commit/?id=406bf35d5319fbef6e8af69932224af96b0334b2

eclipse-modisco-bot commented 3 days ago

By Gregoire Dupe on Nov 17, 2016 06:14

This bug can be marked as fixed.

eclipse-modisco-bot commented 3 days ago

Feb 13, 2017 04:02

New Gerrit change created: https://git.eclipse.org/r/90910

eclipse-modisco-bot commented 3 days ago

Feb 13, 2017 05:31

Gerrit change https://git.eclipse.org/r/90910 was merged to [maintenance-0.13].\ Commit: http://git.eclipse.org/c/modisco/org.eclipse.modisco.git/commit/?id=a3639afbebb3d3ded4d726e71ab408a761509649

eclipse-modisco-bot commented 3 days ago

By Gregoire Dupe on May 26, 2017 04:57

This bug can be closed.