Opened 16 years ago
Closed 16 years ago
#3952 closed enhancement (fixed)
Search history not remembered across restarts
Reported by: | Ldp | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
The new search history is neat, but it would be even neater if it would remember the searches across restarts, just like changeset comments are remembered. For bonus points, the associated action (replace/add to/remove from/find in selection) could be remembered as well, in combination with the search field.
If it was already designed to remember, please reclassify this as a defect, as I'm not seeing that behaviour yet.
Attachments (0)
Change History (4)
follow-up: 2 comment:1 by , 16 years ago
comment:2 by , 16 years ago
Replying to avar:
Thanks for this enhancement !
It's an enhancement, unlike e.g. the comment history the search history uses ArrayList stored in memory, so it dies with the JOSM process.
I would also prefere to have the search history saved. Especially with search I often use the same but sometimes complex terms.
Thanks skyper
comment:3 by , 16 years ago
If #4546 were implemented, I wouldn't mind that much if my other searches are not remembered across restarts, as I can then bookmark my favourite searches as toolbar button.
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Replying to Ldp:
It's an enhancement, unlike e.g. the comment history the search history uses ArrayList stored in memory, so it dies with the JOSM process.