Converting some callback actions actions_70280
authorJaroslav Tulach <jtulach@netbeans.org>
Fri, 26 Jun 2009 15:18:49 +0200
branchactions_70280
changeset 136750d1f35ed43181
parent 136749 63cddfb17771
child 136751 3cefb199de0f
Converting some callback actions
core.ui/src/org/netbeans/core/ui/resources/layer.xml
ide.kit/test/qa-functional/data/blacklist.txt
     1.1 --- a/core.ui/src/org/netbeans/core/ui/resources/layer.xml	Fri Jun 26 09:44:01 2009 +0200
     1.2 +++ b/core.ui/src/org/netbeans/core/ui/resources/layer.xml	Fri Jun 26 15:18:49 2009 +0200
     1.3 @@ -56,9 +56,24 @@
     1.4              <attr name="SystemFileSystem.localizingBundle" stringvalue="org.netbeans.core.ui.resources.Bundle"/>
     1.5              <file name="org-netbeans-core-ui-sysopen-SystemOpenAction.instance"/>
     1.6              <file name="org-netbeans-core-ui-options-filetypes-OpenAsAction.instance"/>
     1.7 -            <file name="org-openide-actions-CopyAction.instance"/>
     1.8 -            <file name="org-openide-actions-CutAction.instance"/>
     1.9 -            <file name="org-openide-actions-DeleteAction.instance"/>
    1.10 +            <file name="org-openide-actions-CopyAction.instance">
    1.11 +                <attr name="instanceCreate" methodvalue="org.openide.awt.Actions.callback"/>
    1.12 +                <attr name="key" stringvalue="copy-to-clipboard"/>
    1.13 +                <attr name="iconBase" stringvalue="org/openide/resources/actions/copy.gif"/>
    1.14 +                <attr name="displayName" bundlevalue="org.openide.actions.Bundle#Copy"/>
    1.15 +            </file>
    1.16 +            <file name="org-openide-actions-CutAction.instance">
    1.17 +                <attr name="instanceCreate" methodvalue="org.openide.awt.Actions.callback"/>
    1.18 +                <attr name="key" stringvalue="cut-to-clipboard"/>
    1.19 +                <attr name="iconBase" stringvalue="org/openide/resources/actions/cut.gif"/>
    1.20 +                <attr name="displayName" bundlevalue="org.openide.actions.Bundle#Cut"/>
    1.21 +            </file>
    1.22 +            <file name="org-openide-actions-DeleteAction.instance">
    1.23 +                <attr name="instanceCreate" methodvalue="org.openide.awt.Actions.callback"/>
    1.24 +                <attr name="key" stringvalue="delete"/>
    1.25 +                <attr name="iconBase" stringvalue="org/openide/resources/actions/delete.gif"/>
    1.26 +                <attr name="displayName" bundlevalue="org.openide.actions.Bundle#Delete"/>
    1.27 +            </file>
    1.28              <file name="org-openide-actions-FindAction.instance"/>
    1.29              <file name="org-openide-actions-GotoAction.instance"/>
    1.30              <file name="org-openide-actions-PasteAction.instance"/>
     2.1 --- a/ide.kit/test/qa-functional/data/blacklist.txt	Fri Jun 26 09:44:01 2009 +0200
     2.2 +++ b/ide.kit/test/qa-functional/data/blacklist.txt	Fri Jun 26 15:18:49 2009 +0200
     2.3 @@ -51,6 +51,27 @@
     2.4  org.netbeans.lib.profiler.results.cpu.TimingAdjusterOld
     2.5  org.netbeans.lib.profiler.results.cpu.cct.CPUCCTNodeFactory
     2.6  
     2.7 +# removing of actions
     2.8 +org.openide.actions.SaveAction
     2.9 +org.openide.actions.OpenAction
    2.10 +org.openide.actions.EditAction
    2.11 +org.openide.actions.ViewAction
    2.12 +#org.openide.actions.CutAction
    2.13 +#org.openide.actions.CopyAction
    2.14 +org.openide.actions.DeleteAction
    2.15 +#org.openide.actions.GotoAction
    2.16 +org.openide.actions.NextTabAction
    2.17 +org.openide.actions.PreviousTabAction
    2.18 +org.openide.actions.PageSetupAction
    2.19 +#org.openide.actions.PopupAction
    2.20 +org.openide.actions.PropertiesAction
    2.21 +#org.openide.actions.FindAction
    2.22 +#org.openide.actions.ReplaceAction
    2.23 +
    2.24 +org.openide.actions.UndockAction
    2.25 +org.openide.actions.CloneViewAction
    2.26 +
    2.27 +
    2.28  # issue 136587:
    2.29   org.netbeans.modules.cnd.loaders.CndAbstractDataLoader
    2.30   org.netbeans.modules.cnd.loaders.ShellDataLoader