Modify ↓
Opened 12 years ago
Last modified 12 years ago
#8782 new enhancement
Possibility to disable core functions
Reported by: | skyper | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | |
Keywords: | disable core function | Cc: |
Description (last modified by )
By the way, disabling core actions, mapmodes, or toggle dialogs can be implemented easily. No one ever asked to do it) Do you think it can help to work on slow machines?
All we need to do is to add "if" to their initialization lines:
addMapMode(new IconToggleButton(new ExtrudeAction(this), true)); addMapMode(new IconToggleButton(new ImproveWayAccuracyAction(Main.map), true)); ... addToggleDialog(filterDialog = new FilterDialog()); addToggleDialog(new ChangesetDialog(this), true); addToggleDialog(new MapPaintDialog());and make proper configurator.
Think this could help not only on slower machines and also to make a customized version.
There is also #4614.
Attachments (0)
Change History (2)
comment:1 by , 12 years ago
Description: | modified (diff) |
---|
comment:2 by , 12 years ago
Type: | defect → enhancement |
---|
Note:
See TracTickets
for help on using tickets.