# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: /home/hmichel/projetos/netbeans/main/openide.loaders # This patch can be applied using context Tools: Patch action on respective folder. # It uses platform neutral UTF-8 encoding and \n newlines. # Above lines and this line are ignored by the patching process. Index: src/org/openide/actions/SaveAllAction.java --- src/org/openide/actions/SaveAllAction.java Base (BASE) +++ src/org/openide/actions/SaveAllAction.java Locally Modified (Based On LOCAL) @@ -42,6 +42,7 @@ package org.openide.actions; +import javax.swing.Action; import javax.swing.event.ChangeEvent; import javax.swing.event.ChangeListener; import org.openide.LifecycleManager; @@ -77,6 +78,9 @@ super.initialize (); // false by default putProperty (PROP_ENABLED, Boolean.FALSE); + // default tooltip warning about CoS feature #148977 + putValue(Action.SHORT_DESCRIPTION, NbBundle.getMessage( + org.openide.loaders.DataObject.class, "HINT_SaveAll")); // listen to the changes chl = new ModifiedListL(); DataObject.getRegistry().addChangeListener( Index: src/org/openide/loaders/Bundle.properties --- src/org/openide/loaders/Bundle.properties Base (BASE) +++ src/org/openide/loaders/Bundle.properties Locally Modified (Based On LOCAL) @@ -266,6 +266,7 @@ CTL_SaveAsTemplate=&Select the category in which the new template will appear: CTL_SaveAsTemplate_TemplatesRoot=Templates SaveAll=Save &All +HINT_SaveAll=Save all files (if the Compile on Save feature is on, this will also compile/build your files) \ No newline at end of file # FileSystemRefreshAction LAB_Refresh=Refresh Folder # NewTemplateAction