This repository has been archived by the owner on Oct 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
/
contexts_ui.xml
47 lines (46 loc) · 2.4 KB
/
contexts_ui.xml
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
42
43
44
45
46
47
<?xml version="1.0" encoding="ISO-8859-1"?>
<?NLS TYPE="org.eclipse.help.contexts"?>
<contexts>
<context id="coverage_view_context">
<description>This view allows drilling-down coverage data along the Java element hierarchy.</description>
<topic label="Using the Coverage View" href="pages/coverageview.html"/>
<topic label="Managing Coverage Sessions" href="pages/sessions.html"/>
</context>
<context id="coverage_properties_context">
<description>Shows all coverage counters for the selected Java element.</description>
<topic label="Coverage Properties" href="pages/coverageproperties.html"/>
</context>
<context id="coverage_preferences_context">
<description>Adjust the behaviour of the code coverage functionality.</description>
<topic label="Code Coverage Preferences" href="pages/preferences.html"/>
</context>
<context id="coverage_launch_context">
<description>Launches this application type in coverage mode.</description>
<topic label="Launching in Coverage Mode" href="pages/launching.html"/>
</context>
<context id="coverage_launch_tab_context">
<description>This tab specifies the scope of the coverage analysis.</description>
<topic label="Launching in Coverage Mode" href="pages/launching.html"/>
</context>
<context id="dump_execution_data">
<description>Dump execution data from a running coverage launch.</description>
<topic label="Launching in Coverage Mode" href="pages/launching.html"/>
<topic label="Managing Coverage Sessions" href="pages/sessions.html"/>
</context>
<context id="select_active_session_context">
<description>Select the coverage session that should be displayed.</description>
<topic label="Managing Coverage Sessions" href="pages/sessions.html"/>
</context>
<context id="merge_sessions_context">
<description>Merge selected coverage sessions into a single session.</description>
<topic label="Managing Coverage Sessions" href="pages/sessions.html"/>
</context>
<context id="session_export_context">
<description>Export a code coverage session as HTML report or EMMA data file.</description>
<topic label="Session Import and Export" href="pages/importexport.html"/>
</context>
<context id="session_import_context">
<description>Import code coverage data for analysis within the IDE.</description>
<topic label="Session Import and Export" href="pages/importexport.html"/>
</context>
</contexts>