Modify

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#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)

josm_fast_start.diff (4.3 KB ) - added by brycenesbitt 9 years ago.
Patch to MainApplication.java offering a fast start option (currently just skipping plugin loads)
josm_skip_plugins.diff (4.3 KB ) - added by brycenesbitt 9 years ago.
Same patch, different command line option.

Download all attachments as: .zip

Change History (9)

by brycenesbitt, 9 years ago

Attachment: josm_fast_start.diff added

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

comment:1 by stoecker, 9 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 brycenesbitt, 9 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 brycenesbitt, 9 years ago

Attachment: josm_skip_plugins.diff added

Same patch, different command line option.

comment:3 by stoecker, 9 years ago

Resolution: fixed
Status: newclosed

In 8169/josm:

fix #11271 - allow to skip plugin loading - patch by Bryce Nesbitt

comment:4 by stoecker, 9 years ago

Milestone: 15.04

comment:5 by aceman, 9 years ago

"Plugins loaded skipped" ??? Maybe "Plugin loading skipped" ?

comment:6 by stoecker, 9 years ago

In 8175/josm:

see #11271 - fix typo

comment:7 by aceman, 9 years ago

Thanks :)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.