Skip to content

Update Help.ShowHelp topic IDs in metadata user controls#10191

Open
ARMSTRONGOPONDO wants to merge 2 commits intoIDEMSInternational:masterfrom
ARMSTRONGOPONDO:help_file_consistencies
Open

Update Help.ShowHelp topic IDs in metadata user controls#10191
ARMSTRONGOPONDO wants to merge 2 commits intoIDEMSInternational:masterfrom
ARMSTRONGOPONDO:help_file_consistencies

Conversation

@ARMSTRONGOPONDO
Copy link
Collaborator

@ARMSTRONGOPONDO ARMSTRONGOPONDO commented Jan 23, 2026

@lilyclements @derekagorhom Updated the help topic IDs in Help.ShowHelp calls for both ucrColumnMetadata and ucrDataFrameMetadata. Changed IDs to "697" for most help menu items and to "134" for HelpToolStripMenuItem_Click in ucrDataFrameMetadata. This pull request is addressing the help id mapping on #9831

Before asking for review

Please confirm that you have:

  • Completed the developer testing checklist below (ticking items as you go)
  • Responded to all AI/bot comments (either fixed or explained)
  • Added a short note in the PR describing how you tested these changes
  • Noted which issue(s) this PR relates to

Developer Testing Checklist

  • Runs without errors
  • OK disabled when dialog is incomplete or invalid
  • OK enabled only when required inputs are valid
  • Reset returns dialog to its default/sensible state
  • Invalid inputs are handled cleanly (e.g. negative, too-large, empty, impossible combos)
  • Running twice with different settings behaves consistently (e.g., open → run → close → reopen → change options checked → run again)
  • All AI/bot comments addressed (fixed, intentionally ignored with explanation, or queried)

Updated the help topic IDs in Help.ShowHelp calls for both ucrColumnMetadata and ucrDataFrameMetadata. Changed IDs to "697" for most help menu items and to "134" for HelpToolStripMenuItem_Click in ucrDataFrameMetadata.
@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @ARMSTRONGOPONDO, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on enhancing the accuracy of the application's help system by correcting outdated topic ID mappings. By updating the identifiers used in Help.ShowHelp calls, users will now be directed to the correct and relevant help documentation when interacting with the column and data frame metadata user controls, improving the overall user experience and information accessibility.

Highlights

  • Help Topic ID Updates: The pull request updates the Help.ShowHelp topic IDs across two user controls: ucrColumnMetadata and ucrDataFrameMetadata.
  • Standardized Help ID: Most help menu items now point to a new standardized topic ID, '697', replacing previous IDs like '543' and '544'.
  • Specific Help ID for DataFrame Metadata: A specific help menu item, HelpToolStripMenuItem_Click, within ucrDataFrameMetadata has been updated to use topic ID '134'.
  • Issue Resolution: These changes directly address the help ID mapping issue described in Help file and consistencies in the right-click windows #9831.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

The pull request successfully updates the help topic IDs in ucrColumnMetadata and ucrDataFrameMetadata as specified in the description. The changes are straightforward and directly address the help ID mapping issue. No further issues were identified within the scope of the provided changes and review criteria.

@lilyclements
Copy link
Contributor

@ARMSTRONGOPONDO thanks. Is this ready to review?

@Ag-Derek
Copy link
Collaborator

@lilyclements from your earlier comment on the issue with regards to how we know these are the correct help ids, we mostly get the help ids from @rdstern and @rachelkg so they would be the best to confirm and approve this PR

@rachelkg
Copy link
Collaborator

rachelkg commented Feb 1, 2026

@berylwaswa I still can't seem to check pull requests. I am talking to Danny to try to figure it out, but for now, please could you check in my place. All you need to do is click on the help buttons and check that they go to the right help pages. If you have questions feel free to share pictures and I can take a look. Thanks,

berylwaswa
berylwaswa previously approved these changes Feb 2, 2026
Copy link
Contributor

@berylwaswa berylwaswa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ARMSTRONGOPONDO, this is working fine and taking me to the help for the right-click menus.

@ARMSTRONGOPONDO
Copy link
Collaborator Author

@berylwaswa could you review this again I just did a minor change after reviewing @rachelkg input on issue #9831

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants