Modify ↓
#1865 closed enhancement (fixed)
Implement selection stack
| Reported by: | avar | Owned by: | framm |
|---|---|---|---|
| Priority: | major | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: |
Description
The following workflow is all too common in my JOSM editing sessions:
- Perform a search
- Select one or two items from the selection box
- Do something with those
- Perform the same search again to get the initial set back (the search history is very helpful with this)
This workflow could however be optimized by adding a selection history feature to JOSM. The selection box could have back/forward buttons allowing the user to page through previously selected items (like Emacs's kill buffer), making the above:
- Perform a search
- Select one or two items from the selection box
- Do something with those
- Press "back" on the selection box
Attachments (0)
Change History (2)
comment:1 Changed 4 years ago by anonymous
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 4 years ago by avar
Yes, I didn't notice that feature. Thanks.
Note: See
TracTickets for help on using
tickets.



We already have a selection stack. Adding another symbol for a back button would overcrowd the GUI. The dropdown menu must be enough.