eclipse-plugin 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,330 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <?eclipse version="3.4"?>
3
+ <plugin>
4
+ <extension-point id="geonames" name="geonames" schema="schema/geonames.exsd"/>
5
+ <extension
6
+ point="org.eclipse.ui.views">
7
+ <view
8
+ category="ch.elexis.datenKategorie"
9
+ class="ch.elexis.core.ui.contacts.views.KontakteView"
10
+ icon="platform:/plugin/ch.elexis.core.ui.icons/icons/16x16/kontakte_view.png"
11
+ id="ch.elexis.Kontakte"
12
+ name="%view.contacts.name">
13
+ </view>
14
+ <view
15
+ category="ch.elexis.datenKategorie"
16
+ class="ch.elexis.core.ui.contacts.views.KontaktDetailView"
17
+ icon="platform:/plugin/ch.elexis.core.ui.icons/icons/16x16/kontaktdetail_view.png"
18
+ id="ch.elexis.KontaktDetailView"
19
+ name="%elexis.contactDetailView">
20
+ </view>
21
+ <category
22
+ id="ch.elexis.core.ui.contacts"
23
+ name="%category.contactManagement.name">
24
+ </category>
25
+ <view
26
+ category="ch.elexis.core.ui.contacts"
27
+ class="ch.elexis.core.ui.contacts.views.ContactSelectorView"
28
+ icon="icon://IMG_GROUP"
29
+ id="ch.elexis.core.ui.contacts.views.ContactSelectorView"
30
+ name="%view.contacts.name"
31
+ restorable="true">
32
+ </view>
33
+ <view
34
+ category="ch.elexis.core.ui.contacts"
35
+ class="ch.elexis.core.ui.contacts.views.ContactPropertiesView"
36
+ icon="icon://IMG_CONTACT_DETAIL"
37
+ id="ch.elexis.core.ui.contacts.views.ContactPropertiesView"
38
+ name="%view.contactProperties.name"
39
+ restorable="true">
40
+ <description>
41
+ %view.contactProperties.description
42
+ </description>
43
+ </view>
44
+ </extension>
45
+ <extension
46
+ point="org.eclipse.ui.perspectives">
47
+ <perspective
48
+ class="ch.elexis.core.ui.contacts.perspectives.AdressPerspektive"
49
+ icon="platform:/plugin/ch.elexis.core.ui.icons/icons/16x16/address_book.png"
50
+ id="ch.elexis.AdressPerspektive"
51
+ name="%elexis.addressPerspective">
52
+ </perspective>
53
+ </extension>
54
+ <extension
55
+ point="ch.elexis.core.ui.Sidebar">
56
+ <Perspektive
57
+ ID="ch.elexis.AdressPerspektive"
58
+ icon="contact_perspective"
59
+ name="%sidebar.contacts">
60
+ </Perspektive>
61
+ </extension>
62
+ <extension
63
+ point="org.eclipse.ui.preferencePages">
64
+ <page
65
+ category="ch.elexis.preferences.UserPreferences"
66
+ class="ch.elexis.core.ui.contacts.preferences.UserSettings2"
67
+ id="ch.elexis.userSetting2"
68
+ name="%page.name.2">
69
+ </page>
70
+ </extension>
71
+ <extension
72
+ point="org.eclipse.ui.menus">
73
+ <menuContribution
74
+ allPopups="false"
75
+ locationURI="toolbar:ch.elexis.core.ui.contacts.views.ContactSelectorView">
76
+ <command
77
+ commandId="at.medevit.elexis.contacts.core.command.AddContact"
78
+ label="%command.addContact.person.label"
79
+ style="push">
80
+ <parameter
81
+ name="at.medevit.elexis.contacts.core.command.AddContact.ContactType"
82
+ value="PERSON">
83
+ </parameter>
84
+ </command>
85
+ <command
86
+ commandId="at.medevit.elexis.contacts.core.command.AddContact"
87
+ label="%command.addContact.organisation.label"
88
+ style="push">
89
+ <parameter
90
+ name="at.medevit.elexis.contacts.core.command.AddContact.ContactType"
91
+ value="ORGANIZATION">
92
+ </parameter>
93
+ </command>
94
+ <command
95
+ commandId="at.medevit.elexis.contacts.core.command.AdvancedFilterCommand"
96
+ id="at.medevit.elexis.contacts.core.command.AdvancedFilterCommand"
97
+ label="%command.advancedFilterCommand.label"
98
+ style="pulldown">
99
+ </command>
100
+ </menuContribution>
101
+ <menuContribution
102
+ allPopups="false"
103
+ locationURI="popup:ch.elexis.core.ui.contacts.views.ContactSelectorView">
104
+ <menu
105
+ label="%menu.sticker.label">
106
+ <dynamic
107
+ class="ch.elexis.core.ui.contacts.dynamic.KontaktStickerSwitcher"
108
+ id="at.medevit.elexis.contacts.dynamic.KontaktStickerSwitcher">
109
+ </dynamic>
110
+ <separator
111
+ name="at.medevit.elexis.contacts.core.separator.1"
112
+ visible="true">
113
+ </separator>
114
+ <command
115
+ commandId="at.medevit.elexis.contacts.core.command.OpenStickerPreferencePage"
116
+ label="%command.openStickerPreferencePage.label"
117
+ style="push">
118
+ </command>
119
+ </menu>
120
+ <menu
121
+ label="%menu.roles.label">
122
+ <dynamic
123
+ class="ch.elexis.core.ui.contacts.dynamic.KontaktRollenSwitcher"
124
+ id="at.medevit.elexis.contacts.dynamic.KontaktRollenSwitcher">
125
+ </dynamic>
126
+ </menu>
127
+ <separator
128
+ name="ch.elexis.core.application.view.contactSelector.separator"
129
+ visible="true">
130
+ </separator>
131
+ <menu
132
+ label="%menu.sorter.label">
133
+ <dynamic
134
+ class="ch.elexis.core.ui.contacts.dynamic.ContactSorterSwitcher"
135
+ id="at.medevit.elexis.contacts.dynamic.ContactSorterSwitcher">
136
+ </dynamic>
137
+ </menu>
138
+ <command
139
+ commandId="at.medevit.elexis.contacts.core.command.ContactRemoveMarkAsDeleted"
140
+ label="%command.contactRemoveMarkAsDeleted.label"
141
+ style="push">
142
+ <visibleWhen
143
+ checkEnabled="false">
144
+ <with
145
+ variable="selection">
146
+ <iterate
147
+ ifEmpty="false"
148
+ operator="or">
149
+ <test
150
+ forcePluginActivation="true"
151
+ property="ch.elexis.commands.propertyTester.contact.isDeleted">
152
+ </test>
153
+ <instanceof
154
+ value="ch.elexis.core.data.beans.ContactBean">
155
+ </instanceof>
156
+ </iterate>
157
+ </with>
158
+ </visibleWhen>
159
+ </command>
160
+ <command
161
+ commandId="at.medevit.elexis.contacts.core.command.ContactMarkAsDeleted"
162
+ label="%command.contactMarkAsDeleted.label"
163
+ style="push">
164
+ <visibleWhen
165
+ checkEnabled="false">
166
+ <with
167
+ variable="selection">
168
+ <iterate
169
+ ifEmpty="false"
170
+ operator="or">
171
+ <instanceof
172
+ value="ch.elexis.core.data.beans.ContactBean">
173
+ </instanceof>
174
+ <not>
175
+ <test
176
+ forcePluginActivation="true"
177
+ property="ch.elexis.commands.propertyTester.contact.isDeleted">
178
+ </test>
179
+ </not>
180
+ </iterate>
181
+ </with>
182
+ </visibleWhen>
183
+ </command>
184
+ <command
185
+ commandId="at.medevit.elexis.contacts.core.command.EraseContactFromDatabase"
186
+ label="%command.eraseContactFromDatabase.label"
187
+ style="push">
188
+ <visibleWhen
189
+ checkEnabled="false">
190
+ <with
191
+ variable="selection">
192
+ <iterate
193
+ ifEmpty="false"
194
+ operator="or">
195
+ <test
196
+ forcePluginActivation="true"
197
+ property="ch.elexis.commands.propertyTester.contact.isDeleted">
198
+ </test>
199
+ <instanceof
200
+ value="ch.elexis.core.data.beans.ContactBean">
201
+ </instanceof>
202
+ </iterate>
203
+ </with>
204
+ </visibleWhen>
205
+ </command>
206
+ </menuContribution>
207
+ <menuContribution
208
+ locationURI="menu:at.medevit.elexis.contacts.core.command.AdvancedFilterCommand">
209
+ <dynamic
210
+ class="ch.elexis.core.ui.contacts.dynamic.KontaktAnzeigeTypFilterDynamicContribution"
211
+ id="at.medevit.elexis.contacts.views.dynamic.KontaktAnzeigeTypFilterDynamicContribution">
212
+ </dynamic>
213
+ </menuContribution>
214
+ </extension>
215
+ <extension
216
+ point="org.eclipse.ui.commands">
217
+ <command
218
+ defaultHandler="ch.elexis.core.ui.contacts.command.AdvancedFilterCommand"
219
+ id="at.medevit.elexis.contacts.core.command.AdvancedFilterCommand"
220
+ name="%command.advancedFilterCommand.name">
221
+ </command>
222
+ <command
223
+ id="at.medevit.elexis.contacts.core.command.SetContactSorter"
224
+ name="set contact sorter">
225
+ </command>
226
+ <command
227
+ defaultHandler="ch.elexis.core.ui.contacts.command.OpenStickerPreferencePage"
228
+ id="at.medevit.elexis.contacts.core.command.OpenStickerPreferencePage"
229
+ name="%command.openStickerPreferencePage.name">
230
+ </command>
231
+ <command
232
+ defaultHandler="ch.elexis.core.ui.contacts.command.FocusIntelligentSearch"
233
+ id="at.medevit.elexis.contacts.core.command.FocusIntelligentSearch"
234
+ name="%command.focusIntelligentSearch.name">
235
+ </command>
236
+ </extension>
237
+ <extension
238
+ point="org.eclipse.ui.bindings">
239
+ <key
240
+ commandId="at.medevit.elexis.contacts.core.command.FocusIntelligentSearch"
241
+ schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
242
+ sequence="M1+1">
243
+ </key>
244
+ </extension>
245
+ <extension
246
+ point="org.eclipse.ui.decorators">
247
+ <decorator
248
+ class="at.medevit.elexis.contacts.decorator.ContactTypeDecorator"
249
+ id="at.medevit.elexis.contacts.decorator.ContactTypeDecorator"
250
+ label="%decorator.contactType.label"
251
+ lightweight="true"
252
+ objectClass="at.medevit.elexis.model.IContact"
253
+ state="true">
254
+ </decorator>
255
+ </extension>
256
+ <extension
257
+ point="org.eclipse.core.runtime.adapters">
258
+ <factory
259
+ adaptableType="ch.elexis.core.data.beans.ContactBean"
260
+ class="ch.elexis.core.ui.contacts.adapter.ContactAdapterFactory">
261
+ <adapter
262
+ type="org.eclipse.ui.views.properties.IPropertySource">
263
+ </adapter>
264
+ </factory>
265
+ </extension>
266
+ <extension
267
+ point="org.eclipse.ui.views.properties.tabbed.propertyContributor">
268
+ <propertyContributor
269
+ contributorId="ch.elexis.core.ui.contacts.views.ContactSelectorView">
270
+ <propertyCategory
271
+ category="ch.elexis.core.property.contacts.main"></propertyCategory>
272
+ <propertyCategory
273
+ category="ch.elexis.core.property.contacts.additional">
274
+ </propertyCategory>
275
+ </propertyContributor>
276
+ </extension>
277
+ <extension
278
+ point="org.eclipse.ui.views.properties.tabbed.propertyTabs">
279
+ <propertyTabs
280
+ contributorId="ch.elexis.core.ui.contacts.views.ContactSelectorView">
281
+ <propertyTab
282
+ category="ch.elexis.core.property.contacts.main"
283
+ id="ch.elexis.core.contacts.propertyTab.Stammdaten"
284
+ label="%propertyTab.masterData.label">
285
+ </propertyTab>
286
+ <propertyTab
287
+ afterTab="ch.elexis.core.contacts.propertyTab.Stammdaten"
288
+ category="ch.elexis.core.property.contacts.main"
289
+ id="ch.elexis.core.contacts.propertyTab.UserManagement"
290
+ indented="true"
291
+ label="%propertyTab.system.label">
292
+ </propertyTab>
293
+ <propertyTab
294
+ category="ch.elexis.core.property.contacts.additional"
295
+ id="ch.elexis.core.contacts.propertyTab.Faelle"
296
+ label="%propertyTab.cases.label">
297
+ </propertyTab>
298
+ </propertyTabs>
299
+ </extension>
300
+ <extension
301
+ point="org.eclipse.ui.views.properties.tabbed.propertySections">
302
+ <propertySections
303
+ contributorId="ch.elexis.core.ui.contacts.views.ContactSelectorView">
304
+ <propertySection
305
+ class="ch.elexis.core.ui.contacts.propertyTab.StammdatenTab"
306
+ id="ch.elexis.core.contacts.propertyTab.StammdatenTab"
307
+ tab="ch.elexis.core.contacts.propertyTab.Stammdaten">
308
+ <input
309
+ type="ch.elexis.core.data.beans.ContactBean">
310
+ </input>
311
+ </propertySection>
312
+ <propertySection
313
+ class="ch.elexis.core.ui.contacts.propertyTab.UserManagementTab"
314
+ filter="ch.elexis.core.ui.contacts.propertyTab.UserManagementTab"
315
+ id="ch.elexis.core.contacts.propertyTab.UserManagementTab"
316
+ tab="ch.elexis.core.contacts.propertyTab.UserManagement">
317
+ <input
318
+ type="ch.elexis.core.data.beans.ContactBean">
319
+ </input>
320
+ </propertySection>
321
+ <propertySection
322
+ class="ch.elexis.core.ui.contacts.propertyTab.FaelleTab"
323
+ filter="ch.elexis.core.ui.contacts.propertyTab.FaelleTab"
324
+ id="ch.elexis.core.contacts.propertyTab.FaelleTab"
325
+ tab="ch.elexis.core.contacts.propertyTab.Faelle">
326
+ </propertySection>
327
+ </propertySections>
328
+ </extension>
329
+
330
+ </plugin>
@@ -0,0 +1,127 @@
1
+ #Created by JInto - www.guh-software.de
2
+ #Fri Mar 07 15:24:34 CET 2014
3
+ Bundle-Name.0=
4
+ Textvorlagen=
5
+ aboutText=
6
+ category.contactManagement.description=contains commands for managing contacts
7
+ category.contactManagement.name=Kontaktverwaltung
8
+ category.contactManagement.nameA=contact management
9
+ category.description.0=
10
+ category.name.0=
11
+ category.name.1=
12
+ command.addContact.description=add a contact
13
+ command.addContact.name=add contact
14
+ command.addContact.organisation.label=Organisation erfassen
15
+ command.addContact.person.label=Person erfassen
16
+ command.addRelationship.description=add relationship
17
+ command.addRelationship.name=add relationship
18
+ command.advancedFilterCommand.label=Filter
19
+ command.advancedFilterCommand.name=advanced filter dialog
20
+ command.contactMarkAsDeleted.description=mark contact as deleted; contact will NOT be removed from database
21
+ command.contactMarkAsDeleted.label=Als gel\u00F6scht markieren
22
+ command.contactMarkAsDeleted.name=delete contact
23
+ command.contactRemoveMarkAsDeleted.description=restore contact; deleted marking of contact will be removed
24
+ command.contactRemoveMarkAsDeleted.label=Kontakt wiederherstellen
25
+ command.contactRemoveMarkAsDeleted.name=restore contact
26
+ command.description.0=
27
+ command.description.1=
28
+ command.description.2=
29
+ command.description.3=
30
+ command.eraseContactFromDatabase.label=Kontakt l\u00F6schen
31
+ command.eraseContactFromDatabase.name=erase contact; contact will be removed from the database
32
+ command.focusIntelligentSearch.name=focus intelligent search
33
+ command.name.0=
34
+ command.name.1=
35
+ command.name.2=
36
+ command.name.3=
37
+ command.openStickerPreferencePage.label=Sticker konfigurieren ...
38
+ command.openStickerPreferencePage.name=open sticker preference page
39
+ command.removeRelationship.description=remove a relationship
40
+ command.removeRelationship.name=remove relationship
41
+ command.showViews=
42
+ commandParameter.contactType.name=Kontakt Typ
43
+ commandParameter.name.0=
44
+ context.description.0=
45
+ context.name.0=
46
+ decorator.contactType.label=ContactTypeDecorator
47
+ elexis.SearchView=
48
+ elexis.accounting=
49
+ elexis.activityCodePrefs=
50
+ elexis.activityPerspective=
51
+ elexis.activityView=
52
+ elexis.addressListView=
53
+ elexis.addressPerspective=
54
+ elexis.banner=
55
+ elexis.cdss=
56
+ elexis.codesCategory=
57
+ elexis.codesView=
58
+ elexis.connectCommand=
59
+ elexis.contactDetailView=Details zum Kontakt
60
+ elexis.contactsView=
61
+ elexis.createBillsView=
62
+ elexis.createLetterView=
63
+ elexis.dataCategory=
64
+ elexis.databasePrefs=
65
+ elexis.docCategoryPrefs=
66
+ elexis.emrPrintView=
67
+ elexis.fixMediView=
68
+ elexis.generalPrefs=
69
+ elexis.groupPrefs=
70
+ elexis.historyView=
71
+ elexis.importCommand=
72
+ elexis.importExt=
73
+ elexis.launcherView=
74
+ elexis.letterPerspective=
75
+ elexis.loginCommand=
76
+ elexis.mandatorPrefs=
77
+ elexis.measurementsCategory=
78
+ elexis.online=
79
+ elexis.patDetailView=
80
+ elexis.patListView=
81
+ elexis.patTodayView=
82
+ elexis.patientPerspective=
83
+ elexis.persistency=
84
+ elexis.plzView=
85
+ elexis.prescriptionPrintView=
86
+ elexis.prescriptionView=
87
+ elexis.printerPrefs=
88
+ elexis.reminderPerspective=
89
+ elexis.reminderPrefs=
90
+ elexis.remindersView=
91
+ elexis.scannerPrefs=
92
+ elexis.securityPrefs=
93
+ elexis.selectLetterView=
94
+ elexis.sidebar=
95
+ elexis.sidebarPrefs=
96
+ elexis.stocksView=
97
+ elexis.templatePrintView=
98
+ elexis.userCasePrefs=
99
+ elexis.userPrefs=
100
+ menu.roles.label=Rollen
101
+ menu.sorter.label=Sortieren nach ...
102
+ menu.sticker.label=Sticker ...
103
+ page.name.0=
104
+ page.name.1=
105
+ page.name.2=
106
+ page.name.3=
107
+ page.name.4=
108
+ page.name.5=
109
+ page.name.6=
110
+ perspective.description.0=
111
+ perspective.name.0=
112
+ product.name.0=
113
+ propertyTab.cases.label=F\u00E4lle
114
+ propertyTab.masterData.label=Stammdaten
115
+ propertyTab.relatedContacts.label=Bezugskontakte
116
+ propertyTab.system.label=System
117
+ sidebar.contacts=
118
+ view.contactProperties.description=This adapted property view only listens to selections made within the Kontakte view.
119
+ view.contactProperties.name=Kontakt Eigenschaften
120
+ view.contacts.name=Kontakte
121
+ view.name.0=
122
+ view.name.1=
123
+ view.name.2=
124
+ view.name.3=
125
+ view.name.4=
126
+ view.name.5=
127
+ view.patientDetail.name=Patienten Details