Help Menu Functionality for Components and Paradigms#1
Open
lefevre-fraser wants to merge 2 commits intoksmyth:masterfrom
Open
Help Menu Functionality for Components and Paradigms#1lefevre-fraser wants to merge 2 commits intoksmyth:masterfrom
lefevre-fraser wants to merge 2 commits intoksmyth:masterfrom
Conversation
ksmyth
reviewed
Nov 27, 2019
ksmyth
reviewed
Nov 27, 2019
ksmyth
reviewed
Nov 27, 2019
ksmyth
reviewed
Nov 27, 2019
e13d385 to
6812540
Compare
ksmyth
reviewed
Dec 6, 2019
ksmyth
reviewed
Dec 6, 2019
5b209d8 to
99a9251
Compare
99a9251 to
2b297c5
Compare
Component help: use tooltip names Help menu: fewer transactions Paradigm help: fix HKCU paradigms
3dc61ea to
0dacf77
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Registry keys will be used to provide help documentation for paradigms and components.
Registry string values may be a website, local HTML file, or basically any file type.
If the registry key is set then a help menu will be visible on the main menu bar.
For Paradigms: (Main Menu)>Help>ParadigmName>(Online/Offline Help)
For Components: (Main Menu)>Help>Component Help>ComponentName>(Online/Offline Help)
Component Registry Keys:
(HKEY_CURRENT_USER/HKEY_LOCAL_MACHINE)>SOFTWARE>WOW6432NODE>GME>Components>ComponentName>OnlineHelp
(HKEY_CURRENT_USER/HKEY_LOCAL_MACHINE)>SOFTWARE>WOW6432NODE>GME>Components>ComponentName>OfflineHelp
Paradigm Registry Keys:
(HKEY_CURRENT_USER/HKEY_LOCAL_MACHINE)>SOFTWARE>WOW6432NODE>GME>Paradigms>ParadigmName>{ParadigmVersionUUID}>OnlineHelp
(HKEY_CURRENT_USER/HKEY_LOCAL_MACHINE)>SOFTWARE>WOW6432NODE>GME>Paradigms>ParadigmName>{ParadigmVersionUUID}>OfflineHelp