How can I open the Documentation Center window with FrontEndTokenExecute?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
4
down vote

favorite












FrontEndTokenExecute["Save"] saves the current notebook, but FrontEndTokenExecute["Wolfram Documentation"] does not open the documentation notebook. Why?










share|improve this question



















  • 1




    try FrontEndTokenExecute["OpenHelpLink"]?
    – kglr
    4 hours ago






  • 1




    To explain @kglr's comment, these FrontEndToken objects actually reference a special set of token functions the FE provides. You can see them in FrontEndExecute@ FrontEnd`FindFileOnPath["KeyEventTranslations.tr", "PrivatePathsTextResources"] and FrontEndExecute@ FrontEnd`FindFileOnPath["MenuSetup.tr", "PrivatePathsTextResources"]. They do not always have the name provided in the menu.
    – b3m2a1
    3 hours ago














up vote
4
down vote

favorite












FrontEndTokenExecute["Save"] saves the current notebook, but FrontEndTokenExecute["Wolfram Documentation"] does not open the documentation notebook. Why?










share|improve this question



















  • 1




    try FrontEndTokenExecute["OpenHelpLink"]?
    – kglr
    4 hours ago






  • 1




    To explain @kglr's comment, these FrontEndToken objects actually reference a special set of token functions the FE provides. You can see them in FrontEndExecute@ FrontEnd`FindFileOnPath["KeyEventTranslations.tr", "PrivatePathsTextResources"] and FrontEndExecute@ FrontEnd`FindFileOnPath["MenuSetup.tr", "PrivatePathsTextResources"]. They do not always have the name provided in the menu.
    – b3m2a1
    3 hours ago












up vote
4
down vote

favorite









up vote
4
down vote

favorite











FrontEndTokenExecute["Save"] saves the current notebook, but FrontEndTokenExecute["Wolfram Documentation"] does not open the documentation notebook. Why?










share|improve this question















FrontEndTokenExecute["Save"] saves the current notebook, but FrontEndTokenExecute["Wolfram Documentation"] does not open the documentation notebook. Why?







front-end






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 3 hours ago









m_goldberg

82.3k869190




82.3k869190










asked 5 hours ago









George Wolfe

2,9891435




2,9891435







  • 1




    try FrontEndTokenExecute["OpenHelpLink"]?
    – kglr
    4 hours ago






  • 1




    To explain @kglr's comment, these FrontEndToken objects actually reference a special set of token functions the FE provides. You can see them in FrontEndExecute@ FrontEnd`FindFileOnPath["KeyEventTranslations.tr", "PrivatePathsTextResources"] and FrontEndExecute@ FrontEnd`FindFileOnPath["MenuSetup.tr", "PrivatePathsTextResources"]. They do not always have the name provided in the menu.
    – b3m2a1
    3 hours ago












  • 1




    try FrontEndTokenExecute["OpenHelpLink"]?
    – kglr
    4 hours ago






  • 1




    To explain @kglr's comment, these FrontEndToken objects actually reference a special set of token functions the FE provides. You can see them in FrontEndExecute@ FrontEnd`FindFileOnPath["KeyEventTranslations.tr", "PrivatePathsTextResources"] and FrontEndExecute@ FrontEnd`FindFileOnPath["MenuSetup.tr", "PrivatePathsTextResources"]. They do not always have the name provided in the menu.
    – b3m2a1
    3 hours ago







1




1




try FrontEndTokenExecute["OpenHelpLink"]?
– kglr
4 hours ago




try FrontEndTokenExecute["OpenHelpLink"]?
– kglr
4 hours ago




1




1




To explain @kglr's comment, these FrontEndToken objects actually reference a special set of token functions the FE provides. You can see them in FrontEndExecute@ FrontEnd`FindFileOnPath["KeyEventTranslations.tr", "PrivatePathsTextResources"] and FrontEndExecute@ FrontEnd`FindFileOnPath["MenuSetup.tr", "PrivatePathsTextResources"]. They do not always have the name provided in the menu.
– b3m2a1
3 hours ago




To explain @kglr's comment, these FrontEndToken objects actually reference a special set of token functions the FE provides. You can see them in FrontEndExecute@ FrontEnd`FindFileOnPath["KeyEventTranslations.tr", "PrivatePathsTextResources"] and FrontEndExecute@ FrontEnd`FindFileOnPath["MenuSetup.tr", "PrivatePathsTextResources"]. They do not always have the name provided in the menu.
– b3m2a1
3 hours ago










1 Answer
1






active

oldest

votes

















up vote
3
down vote













Working from kglr's and b3m2a1's comments, I will record a CW answer.



The menu tokens are stored in the file MenuSetup.tr buried deep within the Mathematica installation. To look at it you can execute the following:



FilePrint[
FrontEndExecute @
FrontEnd`FindFileOnPath["MenuSetup.tr", "PrivatePathsTextResources"]]


The result will be the desired file printed in the current Notebook. You can then search in it for "Help". which will give you



menu_token



and thus revealing the token you are looking for.



Once again, as in fantasy fiction, knowing something's true name gives power over it.






share|improve this answer






















    Your Answer




    StackExchange.ifUsing("editor", function ()
    return StackExchange.using("mathjaxEditing", function ()
    StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
    StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
    );
    );
    , "mathjax-editing");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "387"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f182607%2fhow-can-i-open-the-documentation-center-window-with-frontendtokenexecute%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    3
    down vote













    Working from kglr's and b3m2a1's comments, I will record a CW answer.



    The menu tokens are stored in the file MenuSetup.tr buried deep within the Mathematica installation. To look at it you can execute the following:



    FilePrint[
    FrontEndExecute @
    FrontEnd`FindFileOnPath["MenuSetup.tr", "PrivatePathsTextResources"]]


    The result will be the desired file printed in the current Notebook. You can then search in it for "Help". which will give you



    menu_token



    and thus revealing the token you are looking for.



    Once again, as in fantasy fiction, knowing something's true name gives power over it.






    share|improve this answer


























      up vote
      3
      down vote













      Working from kglr's and b3m2a1's comments, I will record a CW answer.



      The menu tokens are stored in the file MenuSetup.tr buried deep within the Mathematica installation. To look at it you can execute the following:



      FilePrint[
      FrontEndExecute @
      FrontEnd`FindFileOnPath["MenuSetup.tr", "PrivatePathsTextResources"]]


      The result will be the desired file printed in the current Notebook. You can then search in it for "Help". which will give you



      menu_token



      and thus revealing the token you are looking for.



      Once again, as in fantasy fiction, knowing something's true name gives power over it.






      share|improve this answer
























        up vote
        3
        down vote










        up vote
        3
        down vote









        Working from kglr's and b3m2a1's comments, I will record a CW answer.



        The menu tokens are stored in the file MenuSetup.tr buried deep within the Mathematica installation. To look at it you can execute the following:



        FilePrint[
        FrontEndExecute @
        FrontEnd`FindFileOnPath["MenuSetup.tr", "PrivatePathsTextResources"]]


        The result will be the desired file printed in the current Notebook. You can then search in it for "Help". which will give you



        menu_token



        and thus revealing the token you are looking for.



        Once again, as in fantasy fiction, knowing something's true name gives power over it.






        share|improve this answer














        Working from kglr's and b3m2a1's comments, I will record a CW answer.



        The menu tokens are stored in the file MenuSetup.tr buried deep within the Mathematica installation. To look at it you can execute the following:



        FilePrint[
        FrontEndExecute @
        FrontEnd`FindFileOnPath["MenuSetup.tr", "PrivatePathsTextResources"]]


        The result will be the desired file printed in the current Notebook. You can then search in it for "Help". which will give you



        menu_token



        and thus revealing the token you are looking for.



        Once again, as in fantasy fiction, knowing something's true name gives power over it.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 18 mins ago


























        community wiki





        2 revs, 2 users 94%
        m_goldberg




























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f182607%2fhow-can-i-open-the-documentation-center-window-with-frontendtokenexecute%23new-answer', 'question_page');

            );

            Post as a guest













































































            Comments

            Popular posts from this blog

            What does second last employer means? [closed]

            List of Gilmore Girls characters

            Confectionery