Skip to main content
summaryrefslogtreecommitdiffstats
blob: a7df39d573ec20fc299b71e7056bc73117519b42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.contexts"?>

<contexts>

<!-- F1 on F1 -->
   <context  id="f1Shell" >
      <description>Context-sensitive &quot;infopop&quot; help is provided for many interfaces, including views, wizards, fields, checkboxes, buttons, and menu items. To access this help, bring focus to the item by clicking it or using the tab key, and then press F1.

Some infopops include links to topics within the online help where you can find more information about the item.

This infopop opened because you pressed F1 while an infopop was already open.</description>
   </context>

<!-- Preference page for help browsers -->
   <context  id="prefPageBrowsers" >
      <description>Allows selecting a web browser.  The selected web browser will be the default browser used to display help contents.</description>
	  <topic label="Preferences Dialog" href="/org.eclipse.platform.doc.user/reference/ref-72.htm"/>
   </context>

<!-- Path to custom browser on preference page for help browsers -->
   <context  id="prefPageCustomBrowserPath" >
      <description>When custom web browser is selected from the list, specify path to the browser program that launches the browser.  If the program is available on your system path, you may specify only the program name.

If the program does not accept URL as its last parameter, you may use %1 string to denote the position of the URL parameter in the command.</description>
      <topic label="Preferences Dialog" href="/org.eclipse.platform.doc.user/reference/ref-72.htm"/>
   </context>

<!-- Application server preference page -->
   <context  id="prefPageAppServer" >
      <description>These settings allow you to override the network interface address and port number that the internal <b>application server</b> will use.  Change the settings when the port it is trying to use is taken, or when your IP address has changed.

To automatically determine the interface address, leave the host field <b>blank</b>.

To use port dynamically assigned by the system, specify <b>0</b> in the port field.

Under normal circumstances, use the <b>Default</b> settings.</description>
      <topic label="Preferences Dialog" href="/org.eclipse.platform.doc.user/reference/ref-72.htm"/>
   </context>

</contexts>

Back to the top