Changes between Version 12 and Version 13 of doc/tec/eclipse


Ignore:
Timestamp:
Nov 20, 2018 4:58:06 PM (6 years ago)
Author:
kanani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/eclipse

    v12 v13  
    6464      then quit with ''"OK"''.
    6565    * You can now choose between ''"Source"'' and ''"Utilities"'' as active build configuration
    66     * '''Note:''' before you can compile the code, make sure you have placed a working {{{.mrun.config}}} in {{{$HOME/palm/current_version}}}!
     66    * '''Note:''' before you can compile the code, make sure you have placed a working {{{.palm.config.<configuration identifier>}}} file in {{{$HOME/palm/current_version}}}!
    6767\\\\
    6868
    69 === Using mrun with eclipse ===
     69=== Using palmrun with eclipse ===
    7070
    71 Step by step instruction to configure the eclipse run configuration in a way that '''mrun''' is used as an external tool.
     71Step by step instruction to configure the eclipse run configuration in a way that [wiki:doc/app/palmrun palmrun] is used as an external tool.
    7272
    7373    * in the main eclipse window open: {{{Run --> External Tools --> External Tools Configuration...}}}
    7474    * right mouse click on ''"Program"'' in left window, select ''"New"''
    7575    * in the opening window, give the following informations \\
    76       ''"Name:"'' e.g. {{{mrun}}} \\
    77       ''"Location:"'' {{{${workspace_loc}/trunk/SCRIPTS/mrun}}} \\
     76      ''"Name:"'' e.g. {{{palmrun}}} \\
     77      ''"Location:"'' {{{${workspace_loc}/trunk/SCRIPTS/palmrun}}} \\
    7878      ''"Working Directory:"'' {{{${workspace_loc}}}} \\
    79       ''"Arguments:"'' {{{-d example_cbl -h lcmuk -K parallel -X4 -T4 -r d3#}}} \\
    80       or any other {{{mrun}}}-options that you like to use
     79      ''"Arguments:"'' {{{-r example_cbl -c default -X4 -T4 -a d3#}}} \\
     80      or any other {{{palmrun}}}-options that you like to use
    8181    * on slider ''"Build"'' disable ''"Build before launch"''
    8282    * on slider ''"Common"'' select ''"External tools"'' under ''"Display in favorites menu"''
    83     * right mouse click on ''"Program"'' in left window allows to define other alternative run configurations (e.g. with other {{{mrun}}}-options)
     83    * right mouse click on ''"Program"'' in left window allows to define other alternative run configurations (e.g. with other {{{palmrun}}}-options)
    8484    * quit with ''"Close"'' or proceed with
    85     * launch '''mrun''' by selecting {{{Run --> External Tools --> mrun_prompt}}}
     85    * launch '''palmrun''' by selecting {{{Run --> External Tools --> palmrun_prompt}}}
    8686
    87 Configuring eclipse in a way that '''mrungui''' is used as an external tool.
     87Configuring eclipse in a way that '''palmrungui''' is used as an external tool.
    8888
    8989    * in the main eclipse window open: {{{Run --> External Tools --> External Tools Configuration...}}}
    9090    * right mouse click on ''"Program"'' in left window, select ''"New"''
    9191    * in the opening window, give the following informations \\
    92       ''"Name:"'' e.g. {{{mrungui}}} \\
    93       ''"Location:"'' {{{${workspace_loc}/trunk/SCRIPTS/mrungui}}} \\
     92      ''"Name:"'' e.g. {{{palmrungui}}} \\
     93      ''"Location:"'' {{{${workspace_loc}/trunk/SCRIPTS/palmrungui}}} \\
    9494      ''"Working Directory:"'' {{{${workspace_loc}}}} \\
    9595    * no ''"Arguments"'' are required in this case
     
    9797    * on slider ''"Common"'' select ''"External tools"'' under ''"Display in favorites menu"''
    9898    * quit with ''"Close"''
    99     * launch '''mrungui''' by selecting {{{Run --> External Tools --> mrungui}}}
     99    * launch '''palmrungui''' by selecting {{{Run --> External Tools --> palmrungui}}}