Problem compiling JOSM using ant behind a proxy

2020-03-12 Thread Möller , Matthias
Hello, I'am running into a little bit of trouble tying to compile JOSM with ant behind an proxy. After checking out the repo: svn co https://josm.openstreetmap.de/svn/trunk josm I tried to compile the josm .jar by running ant . But ivy is giving me trouble because it can't load it's dependenci

[josm-dev] JosmPlugin, Catching the DataDelete Event

2015-11-25 Thread Möller , Matthias
Hello, currently i'am working on a plugin for JOSM and i want to prevent the user from deleting special Nodes. So the Idea is to catch the Delete Event and display a warning(or a userchoise). I first looked into the Dataset and DatasetListener. But at the pont when I get the primitiesRemoved() E

[josm-dev] regular expression for Filtering a Node-tag with brackets

2015-05-11 Thread Möller, Matthias
Hi @ all, I'am trying to filter for a Node with a tag: name=Berlin, Stuthirtenweg (1) I have to use the regular expression option for the filter. My other options are: Enabled:yes Hidden:yes Inverted:yes Replace selection Regular expression:yes Every thing else:no What I tried is

[josm-dev] Toolbar customization by Plugin

2015-04-02 Thread Möller, Matthias
Hi @ all, I'am developing a plugin for josm. I want to rearrange the elements on the "toolbar at the top", the "edit toolbar on the left" and en/disable the togglemenues by the plugin at startup. So far I couldn't find some easy access to those features in the core. Is the a way to manipula

[josm-dev] Josm Plugin -> add entry to Filterdialog

2014-12-05 Thread Möller, Matthias
Hi @all I'am trying to expand an exsiting plugin for josm. So the basic plugin works. Now I want to create a filter and add it to the build-in FilterDialog. I looked at the filtermodel inside the filterdialog class but it is private so I can't access it. I also tried to add my filter to