Bugzilla – Bug 324869
dropdown history in search dialog
Last modified: 2007-09-15 21:23:51 UTC
---- Reported by singalen@gmail.com 2007-07-26 16:55:29 MST ---- If search dialog had a dropdown history in Find field, it would be possible to easily return to previous search by pressing Ctrl-F, Down. Now there's no way to go back some past searches at all. ---- Additional Comments From taktaktaktaktaktaktaktaktaktak@gmail.com 2007-07-30 16:13:55 MST ---- Created an attachment (id=172353) Changes search/replace Entries to ComboBoxEntries ---- Additional Comments From fejj@novell.com 2007-07-30 16:55:40 MST ---- + private const char historySeparator = (char) 10; would be better to use the char literal I'll try to remember to finish reviewing the patch tomorrow/test it out/etc (if Lluis doesn't get to it before me) but I think it looks ok ---- Additional Comments From taktaktaktaktaktaktaktaktaktak@gmail.com 2007-07-31 12:37:24 MST ---- Actually, the (char)10 is from the existing code in the ReplaceDialog; I kept it for consistency, since Find/FindInFiles are using the same history list. Can change both if necessary. ---- Additional Comments From taktaktaktaktaktaktaktaktaktak@gmail.com 2007-08-08 15:26:02 MST ---- Created an attachment (id=172354) Updated for steticization of MonoDevelop.Ide ---- Additional Comments From taktaktaktaktaktaktaktaktaktak@gmail.com 2007-08-08 15:35:29 MST ---- Created an attachment (id=172355) Same as previous, but with ChangeLog ---- Additional Comments From lluis@ximian.com 2007-08-13 06:55:58 MST ---- Patch applied. Thanks! Imported an attachment (id=172353) Imported an attachment (id=172354) Imported an attachment (id=172355)