Re: Develop for JOSM core or plugin?

2019-05-05 Thread Vincent Privat
Another tip: you can run JOSM with --trace so that a lot of keyboard-related information will be displayed on the standard output. Le mar. 30 avr. 2019 à 22:14, Vincent Privat a écrit : > Hello, > To build and run JOSM, see instructions at >

Re: Develop for JOSM core or plugin?

2019-04-30 Thread Vincent Privat
Hello, To build and run JOSM, see instructions at https://josm.openstreetmap.de/wiki/Source%20code#CompilingusingAnt Concerning hotkeys, you should start to get familiar with these classes and see how they are used, this should help you to understand most of keyboard interactions in JOSM:

Re: Develop for JOSM core or plugin?

2019-04-30 Thread Tom H.
Thank you all for your suggestions, I think I've decided to update the core instead of making a separate plugin, since hotkeys are simple enough to implement and may get frequent use from users. I now wonder can anyone point me to the right direction as to where to begin to integrate new hotkeys

Re: Develop for JOSM core or plugin?

2019-04-27 Thread Vincent Privat
Sounds like a feature small enough and useful to all to be considered a core enhancement. Le sam. 27 avr. 2019 à 11:22, Jiri Vlasak a écrit : > On Fri, Apr 26, 2019 at 02:53:49PM -0700, Tom H. wrote: > > Hi All, > > > > I'm using JOSM constantly in my day to day job, and I'm having a few >

Re: Develop for JOSM core or plugin?

2019-04-27 Thread Jiri Vlasak
On Fri, Apr 26, 2019 at 02:53:49PM -0700, Tom H. wrote: > Hi All, > > I'm using JOSM constantly in my day to day job, and I'm having a few ideas > for using hotkeys to toggle some of the layer settings that can now only be > activated by point and click. I'm new to contributing in JOSM but am >