Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LT-22021: Add Word export doc to Help > Resources menu #252

Merged
merged 4 commits into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions DistFiles/Language Explorer/Configuration/ContextHelp.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@
<item id="CmdHelpDemoMovies">Open the Demo Movies online.</item>
<item id="CmdHelpLexicographyIntro">Display Introduction to Lexicography (only available in English).</item>
<item id="CmdHelpNotesSFMDatabaseImport">Display technical notes on SFM database import (only available in English).</item>
<item id="CmdHelpPublishToWord">Display publishing FLEx dictionaries using Microsoft Word (only available in English).</item>
<item id="CmdHelpNotesSendReceive">Display technical notes on FieldWorks Send/Receive (only available in English).</item>
<item id="CmdHelpNotesLinguaLinksDatabaseImport">Display technical notes on LinguaLinks database import (only available in English).</item>
<item id="CmdHelpNotesInterlinearImport">Display technical notes on interlinear import (only available in English).</item>
Expand Down
4 changes: 4 additions & 0 deletions DistFiles/Language Explorer/Configuration/Main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,9 @@
<parameters file="Lexicography Introduction/Introduction to Lexicography.htm"/>
</command>
<command id="CmdHelpNotesSFMDatabaseImport" label="Technical Notes on _SFM Database Import..." message="HelpNotesSFMDatabaseImport"/>
<command id="CmdHelpPublishToWord" label="Publishing FLEx Dictionaries to Word..." message="HelpTrainingFile">
<parameters file="Publishing FLEx Dictionaries Using Microsoft Word.pdf"/>
</command>
<command id="CmdHelpNotesSendReceive" label="Technical Notes on FieldWorks Send-_Receive..." message="HelpNotesSendReceive"/>
<command id="CmdHelpNotesLinguaLinksDatabaseImport" label="Technical Notes on Lin_guaLinks Import..." message="HelpNotesLinguaLinksDatabaseImport"/>
<!-- Help/Resources/Technical Notes on LinguaLinks Import... -->
Expand Down Expand Up @@ -607,6 +610,7 @@
<menu id="Resources" label="_Resources">
<item command="CmdHelpLexicographyIntro"/>
<item command="CmdHelpMorphologyInto"/>
<item command="CmdHelpPublishToWord"/>
<item command="CmdHelpNotesSendReceive"/>
<item command="CmdHelpNotesSFMDatabaseImport"/>
<item command="CmdHelpNotesLinguaLinksDatabaseImport"/>
Expand Down
Loading