> I started to implement the ignoreSearchInHistory and I > do have it implemented but got to thinking that really > we need to think about this a little bit more. > > IgnoreInHistory should probably be a property in the > xml file and all non-searches (javascript functions) > should be automatically ignored in the history.
That sounds reasonable. > Also while trying to hook bookmarks into the menu I > realized that the performSearch should be changed to > check to see if it's a search otherwise do a shellexec > on it. I don't understand. > Currently I have the following functions: > > function ignoreSearchesInHistory(searchFuncNames) > function isSearchIgnoredInHistory(searchName) > > This would require the developer to call > ignoreSearchesInHistory and will not handle bookmarks > being added into the current popup menu. Again, I don't understand wrt bookmarks, etc. But, I'd say go ahead and do what you think is best since your familiar with the bookmarks add-ons. The only thing I'd strongly advise is to not do something just to support the bookmarks, or just to support any other add-on. ------------------------------------------------------- This sf.net emial is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ad.doubleclick.net/clk;4699841;7576298;k?http://www.sun.com/javavote _______________________________________________ DQSD-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dqsd-devel
