Index: apichanges.xml =================================================================== RCS file: /cvs/openidex/api/apichanges.xml,v retrieving revision 1.6 diff -u -r1.6 apichanges.xml --- apichanges.xml 30 Jun 2006 21:21:22 -0000 1.6 +++ apichanges.xml 12 Jan 2007 21:45:49 -0000 @@ -14,7 +14,7 @@ "Portions Copyrighted [year] [name of copyright owner]" The Original Software is NetBeans. The Initial Developer of the Original -Software is Sun Microsystems, Inc. Portions Copyright 1997-2006 Sun +Software is Sun Microsystems, Inc. Portions Copyright 1997-2007 Sun Microsystems, Inc. All Rights Reserved. --> @@ -152,6 +152,34 @@ + + + + + + SearchInfo + objects contained in Projects' + lookups are now taken into account by action Find in Projects... + + + + + + + The change is not in the API itself but in the range of its usage. + Before the change, action Find in Projects... did not look + for + SearchInfo + objects – it always searched + projects' SourceGroups. + Now the action first checks the + project's Lookup + for presence of a SearchInfo object. If some + SearchInfo is present, it is used for the search, + and only if there is no SearchInfo, + the project's SourceGroups are searched. + +