Opened 16 years ago
Closed 13 years ago
#1938 closed enhancement (fixed)
JOSM's left toolbar should be customizable
Reported by: | anonymous | Owned by: | framm |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | |
Keywords: | Cc: |
Description (last modified by )
The Zooming mode is not required on most JOSM installations. The delete mode is not required at all nowadays.
The preferences should have an option to disable these two modes.
Also the "Select" mode should be default, not the zoom mode.
Attachments (1)
Change History (7)
comment:1 by , 16 years ago
Type: | defect → enhancement |
---|
comment:2 by , 16 years ago
Summary: | Make JOSM modes configurable → [PATCH] Make JOSM modes configurable |
---|
by , 16 years ago
Attachment: | select as default action.patch added |
---|
comment:3 by , 16 years ago
Summary: | [PATCH] Make JOSM modes configurable → Make JOSM modes configurable |
---|
Select mode default fixed in another way.
Enabling/disabling these modes still missing.
comment:4 by , 16 years ago
If you accidentally activate these modes, just disable their shortcuts in the options. Instead of having options to disable them I believe it would make more sense to add them to the customize palette as well and make the left toolbar configurable just like the top one.
comment:5 by , 16 years ago
Summary: | Make JOSM modes configurable → JOSM's left toolbar should be customizable |
---|
comment:6 by , 13 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed in r3598.
I agree that the default mode should be "select" as that's probably more common. However, I do not think the modes should be removed because they /are/ useful on occasion (and especially zoom may be required on some PCs) and there's no advantage having them disabled. It's not worth cluttering up the prefs for this.
I've attached a fairly easy patch. The first change is not actually required because getDefaultButtonAction gets called in Main.java anyway, but I guess it's better to keep consistency.