[3] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
| 2 | <?eclipse version="3.4"?> |
---|
| 3 | <plugin> |
---|
| 4 | |
---|
| 5 | <extension |
---|
[15] | 6 | id="application" |
---|
[14] | 7 | name="Memos" |
---|
[3] | 8 | point="org.eclipse.core.runtime.applications"> |
---|
| 9 | <application> |
---|
| 10 | <run |
---|
| 11 | class="de.ugoe.cs.swe.memos.Application"> |
---|
| 12 | </run> |
---|
| 13 | </application> |
---|
| 14 | </extension> |
---|
| 15 | <extension |
---|
| 16 | point="org.eclipse.ui.perspectives"> |
---|
| 17 | <perspective |
---|
[14] | 18 | name="Memos" |
---|
[3] | 19 | class="de.ugoe.cs.swe.memos.Perspective" |
---|
| 20 | id="de.ugoe.cs.swe.memos.perspective"> |
---|
| 21 | </perspective> |
---|
| 22 | </extension> |
---|
| 23 | <extension |
---|
| 24 | point="org.eclipse.ui.views"> |
---|
| 25 | <view |
---|
| 26 | class="de.ugoe.cs.swe.memos.gui.mainview.View" |
---|
| 27 | id="de.ugoe.cs.swe.memos.MainView" |
---|
| 28 | name="MainView" |
---|
| 29 | restorable="true"> |
---|
| 30 | </view> |
---|
| 31 | </extension> |
---|
| 32 | <extension |
---|
| 33 | point="org.eclipse.ui.perspectiveExtensions"> |
---|
| 34 | <perspectiveExtension |
---|
| 35 | targetID="*"> |
---|
| 36 | <view |
---|
| 37 | closeable="true" |
---|
| 38 | id="de.ugoe.cs.swe.memos.MainView" |
---|
| 39 | minimized="false" |
---|
| 40 | moveable="true" |
---|
| 41 | relationship="top" |
---|
| 42 | relative="org.eclipse.ui.editorss" |
---|
| 43 | showTitle="true" |
---|
| 44 | standalone="true" |
---|
| 45 | visible="true"> |
---|
| 46 | </view> |
---|
| 47 | </perspectiveExtension> |
---|
| 48 | </extension> |
---|
| 49 | <extension |
---|
| 50 | point="org.eclipse.ui.menus"> |
---|
| 51 | <menuContribution |
---|
| 52 | locationURI="menu:org.eclipse.ui.main.menu"> |
---|
| 53 | <menu |
---|
| 54 | label="Start"> |
---|
| 55 | <command |
---|
| 56 | commandId="de.ugoe.cs.swe.memos.cDrucken" |
---|
| 57 | label="Drucken" |
---|
| 58 | style="push"> |
---|
| 59 | </command> |
---|
| 60 | <command |
---|
| 61 | commandId="de.ugoe.cs.swe.memos.cEinstellungen" |
---|
| 62 | label="Einstellungen" |
---|
| 63 | style="push"> |
---|
| 64 | </command> |
---|
| 65 | <command |
---|
| 66 | commandId="de.ugoe.cs.swe.memos.cImport" |
---|
| 67 | label="Import" |
---|
| 68 | style="push"> |
---|
| 69 | </command> |
---|
| 70 | <command |
---|
| 71 | commandId="de.ugoe.cs.swe.memos.cExport" |
---|
| 72 | label="Export" |
---|
| 73 | style="push"> |
---|
| 74 | </command> |
---|
| 75 | <command |
---|
| 76 | commandId="de.ugoe.cs.swe.memos.cschliessen" |
---|
| 77 | label="Schliessen" |
---|
| 78 | style="push"> |
---|
| 79 | </command> |
---|
| 80 | </menu> |
---|
| 81 | <menu |
---|
| 82 | label="Artikel"> |
---|
| 83 | <command |
---|
| 84 | commandId="de.ugoe.cs.swe.memos.cSuchen" |
---|
| 85 | label="Suchen" |
---|
| 86 | style="push"> |
---|
| 87 | </command> |
---|
| 88 | <command |
---|
| 89 | commandId="de.ugoe.cs.swe.memos.cErstellen" |
---|
| 90 | label="Erstellen" |
---|
| 91 | style="push"> |
---|
| 92 | </command> |
---|
| 93 | <command |
---|
| 94 | commandId="de.ugoe.cs.swe.memos.cEntfernen" |
---|
| 95 | label="Entfernen" |
---|
| 96 | style="push"> |
---|
| 97 | </command> |
---|
| 98 | </menu> |
---|
| 99 | <menu |
---|
| 100 | label="Kategorie"> |
---|
| 101 | <command |
---|
| 102 | commandId="de.ugoe.cs.swe.memos.cErstellenC" |
---|
| 103 | label="Erstellen" |
---|
| 104 | style="push"> |
---|
| 105 | </command> |
---|
| 106 | <command |
---|
| 107 | commandId="de.ugoe.cs.swe.memos.cBearbeitenC" |
---|
| 108 | label="Bearbeiten" |
---|
| 109 | style="push"> |
---|
| 110 | </command> |
---|
| 111 | <command |
---|
| 112 | commandId="de.ugoe.cs.swe.memos.cLoeschenC" |
---|
| 113 | label="Löschen" |
---|
| 114 | style="push"> |
---|
| 115 | </command> |
---|
| 116 | </menu> |
---|
| 117 | <menu |
---|
| 118 | label="Hilfe"> |
---|
| 119 | <command |
---|
| 120 | commandId="de.ugoe.cs.swe.memos.cSucheH" |
---|
| 121 | label="Suche" |
---|
| 122 | style="push"> |
---|
| 123 | </command> |
---|
| 124 | <command |
---|
| 125 | commandId="de.ugoe.cs.swe.memos.cAktualisieren" |
---|
| 126 | label="Aktualisieren" |
---|
| 127 | style="push"> |
---|
| 128 | </command> |
---|
| 129 | <command |
---|
| 130 | commandId="de.ugoe.cs.swe.memos.cÃber" |
---|
| 131 | label="Ãber" |
---|
| 132 | style="push"> |
---|
| 133 | </command> |
---|
| 134 | </menu> |
---|
| 135 | </menuContribution> |
---|
| 136 | </extension> |
---|
| 137 | <extension |
---|
| 138 | point="org.eclipse.ui.commands"> |
---|
| 139 | <command |
---|
| 140 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.printHandler" |
---|
| 141 | id="de.ugoe.cs.swe.memos.cDrucken" |
---|
| 142 | name="print"> |
---|
| 143 | </command> |
---|
| 144 | <command |
---|
| 145 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.propertiesHandler" |
---|
| 146 | id="de.ugoe.cs.swe.memos.cEinstellungen" |
---|
| 147 | name="poperties"> |
---|
| 148 | </command> |
---|
| 149 | <command |
---|
| 150 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.importHandler" |
---|
| 151 | id="de.ugoe.cs.swe.memos.cImport" |
---|
| 152 | name="import"> |
---|
| 153 | </command> |
---|
| 154 | <command |
---|
| 155 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.exportHandler" |
---|
| 156 | id="de.ugoe.cs.swe.memos.cExport" |
---|
| 157 | name="export"> |
---|
| 158 | </command> |
---|
| 159 | <command |
---|
| 160 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.closeHandler" |
---|
| 161 | id="de.ugoe.cs.swe.memos.cschliessen" |
---|
| 162 | name="close"> |
---|
| 163 | </command> |
---|
| 164 | <command |
---|
| 165 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.searchHandler" |
---|
| 166 | id="de.ugoe.cs.swe.memos.cSuchen" |
---|
| 167 | name="search"> |
---|
| 168 | </command> |
---|
| 169 | <command |
---|
| 170 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.createHandler" |
---|
| 171 | id="de.ugoe.cs.swe.memos.cErstellen" |
---|
| 172 | name="create"> |
---|
| 173 | </command> |
---|
| 174 | <command |
---|
| 175 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.deleteHandler" |
---|
| 176 | id="de.ugoe.cs.swe.memos.cEntfernen" |
---|
| 177 | name="delete"> |
---|
| 178 | </command> |
---|
| 179 | <command |
---|
| 180 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.createCHandler" |
---|
| 181 | id="de.ugoe.cs.swe.memos.cErstellenC" |
---|
| 182 | name="createC"> |
---|
| 183 | </command> |
---|
| 184 | <command |
---|
| 185 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.editCHandler" |
---|
| 186 | id="de.ugoe.cs.swe.memos.cBearbeitenC" |
---|
| 187 | name="editC"> |
---|
| 188 | </command> |
---|
| 189 | <command |
---|
| 190 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.deleteCHandler" |
---|
| 191 | id="de.ugoe.cs.swe.memos.cLoeschenC" |
---|
| 192 | name="deleteC"> |
---|
| 193 | </command> |
---|
| 194 | <command |
---|
| 195 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.searchHHandler" |
---|
| 196 | id="de.ugoe.cs.swe.memos.cSucheH" |
---|
| 197 | name="searchH"> |
---|
| 198 | </command> |
---|
| 199 | <command |
---|
| 200 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.updateHandler" |
---|
| 201 | id="de.ugoe.cs.swe.memos.cAktualisieren" |
---|
| 202 | name="update"> |
---|
| 203 | </command> |
---|
| 204 | <command |
---|
| 205 | defaultHandler="de.ugoe.cs.swe.memos.gui.menu.aboutHandler" |
---|
| 206 | id="de.ugoe.cs.swe.memos.cÃber" |
---|
| 207 | name="about"> |
---|
| 208 | </command> |
---|
| 209 | </extension> |
---|
| 210 | <extension |
---|
| 211 | point="org.eclipse.ui.bindings"> |
---|
| 212 | <scheme |
---|
| 213 | id="de.ugoe.cs.swe.memos.ShortcutsSheme" |
---|
| 214 | name="ShortcutsSheme"> |
---|
| 215 | </scheme> |
---|
| 216 | </extension> |
---|
| 217 | |
---|
| 218 | </plugin> |
---|