# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: C:\nam\main\openide\loaders\src\org\openide\text # 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: DataEditorSupport.java *** C:\nam\main\openide\loaders\src\org\openide\text\DataEditorSupport.java Base (1.41) --- C:\nam\main\openide\loaders\src\org\openide\text\DataEditorSupport.java Locally Modified (Based On 1.41) *************** *** 485,497 **** */ public Env (DataObject obj) { super (obj); ! if( null == obj.getLookup().lookup( SaveAsCapable.class ) && obj instanceof MultiDataObject && obj.getLoader() instanceof UniFileLoader ) { CookieSet cs = DataObjectAccessor.DEFAULT.getCookieSet( (MultiDataObject)obj ); cs.assign( SaveAsCapable.class, new SaveAsCapableImpl() ); } - } /** Getter for the file to work on. * @return the file --- 485,500 ---- */ public Env (DataObject obj) { super (obj); ! /*if( null == obj.getLookup().lookup( SaveAsCapable.class ) && obj instanceof MultiDataObject && obj.getLoader() instanceof UniFileLoader ) { CookieSet cs = DataObjectAccessor.DEFAULT.getCookieSet( (MultiDataObject)obj ); cs.assign( SaveAsCapable.class, new SaveAsCapableImpl() ); + }*/ } /** Getter for the file to work on.