Modify

#22785 closed enhancement (fixed)

[patch] Link to context sensitive help is missing for "Draw boundaries of downloaded data"

Reported by: skyper Owned by: team
Priority: minor Milestone: 23.03
Component: Core Version:
Keywords: template_report help Cc:

Description

What steps will reproduce the problem?

  1. Hover mouse over View menu item "Draw boundaries of downloaded data"
  2. Press F1

What is the expected result?

wiki:Help/MapView#Downloadedarea

What happens instead?

Help content for the help topic Action/DrawBoundariesOfDownloadedData is not available yet.

Please provide any additional information below. Attach a screenshot if possible.

Relative:URL: ^/trunk
Repository:UUID: 0c6e7542-c601-0410-84e7-c038aed88b3b
Last:Changed Date: 2023-03-02 08:22:33 +0100 (Thu, 02 Mar 2023)
Revision:18679
Build-Date:2023-03-03 02:30:57
URL:https://josm.openstreetmap.de/svn/trunk

Attachments (0)

Change History (2)

comment:1 by gaben, 14 months ago

Milestone: 23.03
Summary: Link to context sensitive help is missing for "Draw boundaries of downloaded data"[patch] Link to context sensitive help is missing for "Draw boundaries of downloaded data"
  • src/org/openstreetmap/josm/actions/DrawBoundariesOfDownloadedDataAction.java

     
    11// License: GPL. For details, see LICENSE file.
    22package org.openstreetmap.josm.actions;
    33
     4import static org.openstreetmap.josm.gui.help.HelpUtil.ht;
    45import static org.openstreetmap.josm.tools.I18n.tr;
    56
    67import java.awt.event.ActionEvent;
     
    2526                tr("Enable/disable hatched background rendering of areas outside of the downloaded areas."),
    2627                DrawingPreference.SOURCE_BOUNDS_PROP
    2728        );
     29        setHelpId(ht("/MapView#Downloadedarea"));
    2830    }
    2931
    3032    @Override

comment:2 by Klumbumbus, 14 months ago

Resolution: fixed
Status: newclosed

In 18682/josm:

fix #22784, fix #22785, fix #22786 - Add context sensitive help links, patches by gaben

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.