Modify ↓
#1865 closed enhancement (fixed)
Implement selection stack
Reported by: | Owned by: | framm | |
---|---|---|---|
Priority: | major | Milestone: | |
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)
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.