Changeset 14273 in josm for trunk/src/org/openstreetmap/josm/actions
- Timestamp:
- 2018-09-26T18:29:26+02:00 (8 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/actions
- Files:
-
- 4 edited
-
AbstractMergeAction.java (modified) (1 diff)
-
CloseChangesetAction.java (modified) (1 diff)
-
JosmAction.java (modified) (1 diff)
-
mapmode/DrawAction.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/AbstractMergeAction.java
r14153 r14273 99 99 * @param buttonText text of button used to select target layer 100 100 * @param buttonIcon icon name of button used to select target layer 101 * @return cho osen target layer101 * @return chosen target layer 102 102 */ 103 103 @SuppressWarnings("unchecked") -
trunk/src/org/openstreetmap/josm/actions/CloseChangesetAction.java
r14153 r14273 152 152 153 153 /** 154 * Returns the last exception that occured. 155 * @return the last exception that occured, or {@code null} 154 * Returns the last exception that occurred. 155 * @return the last exception that occurred, or {@code null} 156 156 */ 157 157 public Exception getLastException() { -
trunk/src/org/openstreetmap/josm/actions/JosmAction.java
r14153 r14273 228 228 229 229 /** 230 * Overwrite this if {@link #updateEnabledState()} should be called when the active / availabe layers change. Default is true. 230 * Overwrite this if {@link #updateEnabledState()} should be called when the active / available layers change. Default is true. 231 231 * @return <code>true</code> if a {@link LayerChangeListener} and a {@link ActiveLayerChangeListener} should be registered. 232 232 * @since 10353 -
trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java
r14153 r14273 737 737 738 738 // If ALT is pressed, a new way should be created and that new way should get 739 // selected. This works everytime unless the ways the nodes get inserted into 739 // selected. This works every time unless the ways the nodes get inserted into 740 740 // are already selected. This is the case when creating a self-overlapping way 741 741 // but pressing ALT prevents this. Therefore we must de-select the way manually
Note:
See TracChangeset
for help on using the changeset viewer.
