# This patch file was generated by NetBeans IDE # Following Index: paths are relative to: D:\workspace\nb73-main\main # 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: diff/src/org/netbeans/modules/diff/options/DiffOptionsPanel.java --- diff/src/org/netbeans/modules/diff/options/DiffOptionsPanel.java +++ diff/src/org/netbeans/modules/diff/options/DiffOptionsPanel.java @@ -72,6 +72,8 @@ internalDiff.addChangeListener(this); externalDiff.addChangeListener(this); ignoreWhitespace.addChangeListener(this); + ignoreAllWhitespace.addChangeListener(this); + ignoreCase.addChangeListener(this); externalCommand.getDocument().addDocumentListener(this); refreshComponents(); }