You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Enrico Scantamburlo (Jira)" <ji...@apache.org> on 2020/02/06 01:54:00 UTC

[jira] [Created] (NETBEANS-3798) MultiViewCloneableEditor.canCloseElement() does not call the DataEditor.canClose()

Enrico Scantamburlo created NETBEANS-3798:
---------------------------------------------

             Summary: MultiViewCloneableEditor.canCloseElement()  does not call the DataEditor.canClose()
                 Key: NETBEANS-3798
                 URL: https://issues.apache.org/jira/browse/NETBEANS-3798
             Project: NetBeans
          Issue Type: Bug
          Components: platform - Window System
    Affects Versions: 11.2, 11.1, 11.3
         Environment: Windows 10 and JDK 13
            Reporter: Enrico Scantamburlo


We moved our RCP application from NetBeans 8.1 to NB 11.1 .

We wanted to add the history tab to our files when they are open in the editor. 
 One of the problems we found is that the

{{MultiViewCloneableEditor.canCloseElement()}}

does not keep into account the

{{DataEditor.canClose()}}

method that was previously customized by us.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists