1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.7"?>
6 point="org.eclipse.ui.editors">
9 extensions="txt,md,mdown,markdown,mdwn"
10 icon="icons/notepad.gif"
11 contributorClass="winterwell.markdown.editors.ActionBarContributor"
12 class="winterwell.markdown.editors.MarkdownEditor"
13 id="winterwell.markdown.editors.MarkdownEditor"
18 class="winterwell.markdown.editors.MarkdownEditor"
19 contributorClass="winterwell.markdown.editors.ActionBarContributor"
21 extensions="litcoffee"
22 icon="icons/coffee.png"
23 id="org.nodeclipse.ui.editors.LitCoffeeEditor"
24 name="LitCoffee (Markdown) Editor">
31 point="org.eclipse.ui.menus">
34 locationURI="toolbar:winterwell.markdown.views.MarkdownPreview">
36 commandId="winterwell.markdown.commands.OpenGfmView"
37 icon="icons/github-cat_yellow.png"
41 commandId="winterwell.markdown.commands.Preferences"
42 icon="icons/settings16_yellow.png"
48 locationURI="toolbar:org.eclipse.ui.main.toolbar?after=additions">
50 id="winterwell.markdown.MarkdownEditor">
52 commandId="winterwell.markdown.commands.OpenMdView"
53 icon="icons/notepad.gif"
64 point="org.eclipse.ui.commands">
66 defaultHandler="winterwell.markdown.commands.OpenGfmView"
67 id="winterwell.markdown.commands.OpenGfmView"
68 name="Open GitHub Flavored Markdown View">
71 id="winterwell.markdown.commands.OpenMdView"
72 name="Open Markdown View">
75 defaultHandler="winterwell.markdown.commands.Preferences"
76 id="winterwell.markdown.commands.Preferences"
82 point="org.eclipse.ui.views">
84 id="winterwell.markdown"
87 category="winterwell.markdown"
88 class="winterwell.markdown.views.MarkdownPreview"
89 icon="icons/notepad.gif"
90 id="winterwell.markdown.views.MarkdownPreview"
91 name="Markdown View"/>
94 point="org.eclipse.ui.preferencePages">
96 class="winterwell.markdown.preferences.MarkdownPreferencePage"
97 id="winterwell.markdown.preferences.MarkdownPreferencePage"
99 category="org.eclipse.ui.preferencePages.GeneralTextEditor">
101 id="winterwell.markdown.prefsKeywordReference">
106 point="org.eclipse.ui.keywords">
108 id="winterwell.markdown.prefsKeywordReference"
109 label="word wrapping tool tags">
113 point="org.eclipse.ui.commands">
115 defaultHandler="winterwell.markdown.editors.FormatAction"
116 description="Format the paragraph under the caret to fit the print margins by inserting/removing line-breaks"
117 id="winterwell.markdown.formatParagraphCommand"
118 name="Format paragraph">
122 point="org.eclipse.ui.bindings">
124 commandId="winterwell.markdown.formatParagraphCommand"
125 contextId="org.eclipse.ui.contexts.window"
126 schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
131 point="org.eclipse.ui.actionSets">
133 id="winterwell.markdown.actionSet"
134 label="winterwell.markdown.actionSet">
136 class="winterwell.markdown.editors.FormatAction"
137 definitionId="winterwell.markdown.formatParagraphCommand"
138 id="winterwell.markdown.formatParagraphAction"
139 label="Format paragraph"
146 point="org.eclipse.ui.handlers">
148 class="winterwell.markdown.commands.OpenMdView"
149 commandId="winterwell.markdown.commands.OpenMdView">
152 variable="activeEditorId">
154 value="winterwell.markdown.editors.MarkdownEditor">