Skip to content

Commit

Permalink
Updated contextual help
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkPyves committed Sep 23, 2016
1 parent 572585f commit ae3be22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-Name: Notepad4e
Bundle-SymbolicName: Notepad4e;singleton:=true
Bundle-Version: 1.0
Bundle-Activator: io.github.pyvesb.notepad4e.Notepad4e
Expand Down
15 changes: 2 additions & 13 deletions contexts.xml
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<contexts>
<context id="viewer" title="Sample View">
<description>This is the context help for the sample view with a table
viewer. It was generated by a PDE template.</description>
<topic
href="/PLUGINS_ROOT/org.eclipse.platform.doc.isv/guide/ua_help_context.htm"
label="Context-sensitive help">
<enablement>
<with variable="platform">
<test property="org.eclipse.core.runtime.isBundleInstalled"
args="org.eclipse.platform.doc.isv" />
</with>
</enablement>
</topic>
<context id="viewer" title="Notepad4e">
<description>Create highly customisable notes in Eclipse, and never lose track of your thoughts, ideas or code snippets!</description>
</context>
</contexts>

0 comments on commit ae3be22

Please sign in to comment.