[Esbox-commits] r1076 - trunk/org.maemo.esbox.help/html/context_help
jeffc at garage.maemo.org
jeffc at garage.maemo.org
Sun Dec 14 00:49:03 EET 2008
Author: jeffc
Date: 2008-12-14 00:49:03 +0200 (Sun, 14 Dec 2008)
New Revision: 1076
Modified:
trunk/org.maemo.esbox.help/html/context_help/esbox_dialogs_help.xml
Log:
added a few more context help hooks that passed testing
Modified: trunk/org.maemo.esbox.help/html/context_help/esbox_dialogs_help.xml
===================================================================
--- trunk/org.maemo.esbox.help/html/context_help/esbox_dialogs_help.xml 2008-12-13 22:47:58 UTC (rev 1075)
+++ trunk/org.maemo.esbox.help/html/context_help/esbox_dialogs_help.xml 2008-12-13 22:49:03 UTC (rev 1076)
@@ -9,6 +9,7 @@
<contexts>
+ <!-- PLUGIN: org.maemo.esbox.maemosdk.ui -->
<!-- ESbox preferences -->
<context id="global_pref_esbox_buildmachines" >
<description>Select the build machine for ESbox.</description>
@@ -19,15 +20,109 @@
<description>Display settings for X server</description>
<topic label="X server" href="html/gettingstarted/SettingPreferences.html#xsr" />
</context>
-
+ <!-- PLUGIN: org.maemo.esbox.scratchbox.sb1 -->
<context id="global_pref_esbox_scratchbox_1" >
<description>Options to configure scratchbox 1.</description>
<topic label="Scratchbox 1" href="html/gettingstarted/SettingPreferences.html#sbox1" />
</context>
-
+ <!-- PLUGIN: org.maemo.esbox.scratchbox.sb2 -->
<context id="global_pref_esbox_scratchbox_2" >
<description>Options to configure scratchbox 2.</description>
<topic label="Scratchbox 2" href="html/gettingstarted/SettingPreferences.html#sbox2" />
</context>
+ <!-- PLUGIN: org.maemo.mica.cpp.launch -->
+ <!-- launch config dialog => Maemo remote launch (CDI based, not DSF based) => debugger tab -->
+ <context id="launch_configuration_dialog_debugger_tab" >
+ <description>Maemo remote launch configuration debugger settings</description>
+ <topic label="Debugger options" href="html/gettingstarted/DebuggingCMaemoApplications.html" />
+ <topic label="Debugger options" href="html/concepts/RemoteDebugging.html" />
+ </context>
+
+ <!-- launch config dialog => Maemo local/remote launch => main tab -->
+ <context id="launch_configuration_dialog_main_tab" >
+ <description>Maemo local or remote launch configuration main settings</description>
+ <topic label="Main options Remote Launch" href="html/concepts/RemoteLaunching.html" />
+ <topic label="Main options Local Launch" href="html/concepts/LocalLaunching.html" />
+ </context>
+
+
+
+<!-- PLUGIN: org.maemo.mica.python.launch -->
+<!-- launch config dialog => Maemo python launch => main tab -->
+<!-- <context id="launch_configuration_dialog_main_tab" > -->
+<!-- launch config dialog => Maemo python launch => argument tab -->
+<!-- <context id="launch_configuration_dialog_argument_tab" > -->
+
+ <!-- PLUGIN: org.maemo.mica.protocol.ssh -->
+ <!-- Global preference => Maemo => Environment ssh -->
+ <context id="global_pref_maemo_ssh" >
+ <description>Secure shell connection settings</description>
+ <topic label="SSH settings" href="html/gettingstarted/SettingPreferences.html#ssh" />
+ </context>
+
+
+<!-- PLUGIN: org.maemo.mica.protocol.launch.rse -->
+<!-- define help ID (key) for all UI components in this plugin -->
+<!-- <context id="rse_connection_selection_dialog" > -->
+
+<!-- PLUGIN: org.maemo.mica.protocol.launch -->
+<!-- Launch config dialog => Remote launch => Download Tab => SSH or RSE download method => Add file -->
+<!-- <context id="add_files_to_download_dialog" > -->
+
+<!-- Launch config dialog => Remote launch => Download Tab => SSH or RSE download method => Edit file -->
+<!-- <context id="edit_file_to_download_dialog" > -->
+
+<!-- Launch config dialog => Remote launch => Download Tab => SBRSH download method -->
+<!-- SBRSH Config method: automatic => "View Configuration..." button -->
+ <context id="sbrsh_config_viewer_dialog" >
+ <description>SBRSH Target settings and view configurations</description>
+ <topic label="Define SBRSH settings" href="html/gettingstarted/SettingsSbrshConfiguration.html" />
+ </context>
+
+<!-- Launch config dialog => Remote launch => Download Tab => SBRSH download method -->
+<!-- => SBRSH Config method: custom => "Edit..." button -->
+ <context id="sbrsh_config_editor_dialog" >
+ <description>SBRSH Target settings and custom .sbrsh file editor</description>
+ <topic label="Define SBRSH settings" href="html/gettingstarted/SettingsSbrshConfiguration.html" />
+ </context>
+
+<!-- PLUGIN: org.maemo.mica.linux.packages.ui -->
+<!-- Project > Validate Installed Packages => wizard -->
+<!-- <context id="wizard_validate_packages" > -->
+
+ <!-- PLUGIN: org.maemo.mica.common.ui -->
+ <!-- Global preference => Maemo -->
+ <context id="global_pref_maemo" >
+ <description>General options for Maemo Eclipse integration</description>
+ <topic label="Define shell command and logging options" href="html/gettingstarted/SettingPreferences.html#maemo" />
+ </context>
+
+ <!-- Global preference => Maemo => Environment -->
+ <context id="global_pref_maemo_environment" >
+ <description>Environment variables passed to programs</description>
+ <topic label="Define environment variables" href="html/gettingstarted/SettingPreferences.html#env" />
+ </context>
+
+ <!-- Global preference => Maemo => Installed Targets -->
+ <context id="global_pref_maemo_installed_targets" >
+ <description>Add or remove maemo targets</description>
+ <topic label="Installed targets" href="html/gettingstarted/SettingPreferences.html#int" />
+ </context>
+
+
+
+<!-- PLUGIN: org.maemo.mica.common.project.ui -->
+<!-- Project Properties => Maemo build configurations -->
+<!-- <context id="project_properties_maemo_build_configurations" > -->
+
+<!-- PLUGIN: org.maemo.mica.common.launch -->
+<!-- launch config dialog => remote launch => download tab -->
+<!-- <context id="launch_configuration_dialog_download_tab" > -->
+<!-- launch config dialog => maemo local/remote launch => environment tab -->
+<!-- <context id="launch_configuration_dialog_environment_tab" > -->
+<!-- Remote launch shortcut => download method selection dialog -->
+<!-- <context id="download_method_selection_dialog" > -->
+
+
</contexts>
\ No newline at end of file
More information about the Esbox-commits
mailing list