#11271 closed enhancement (fixed)
[PATCH] Development option: skip loading presets
| Reported by: | brycenesbitt | Owned by: | team |
|---|---|---|---|
| Priority: | normal | Milestone: | 15.04 |
| Component: | Core | Version: | |
| Keywords: | Cc: |
Description
This proposed patch adds a fast load option for use during development, skipping preset loading. This may have some use also in debugging a bad preset.
Attachments (2)
Change History (9)
by , 11 years ago
| Attachment: | josm_fast_start.diff added |
|---|
comment:1 by , 11 years ago
If it skips plugin loading, why not name it "--skip-plugins"? If other services are skipped, adding an option for each is required. Otherwise people can't use this really, because everbody has different requirements.
Also it's not really a fast start, because currently there is no real way to load the plugins later.
comment:2 by , 11 years ago
I originally wrote it as "--skip-plugins". Then tried to generalize, figuring that perhaps it would skip other things in the future.
Your call. Either way it's handy when wishing to quickly start JOSM to try a new feature or preset.
by , 11 years ago
| Attachment: | josm_skip_plugins.diff added |
|---|
Same patch, different command line option.
comment:4 by , 11 years ago
| Milestone: | → 15.04 |
|---|



Patch to MainApplication.java offering a fast start option (currently just skipping plugin loads)