| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <?eclipse version="3.2"?>
|
|---|
| 3 | <plugin>
|
|---|
| 4 | <extension-point id="filters" name="%plugin.extension.filters" schema="schema/filters.exsd"/>
|
|---|
| 5 | <extension
|
|---|
| 6 | point="jp.xet.eclipse.sabotter.filters">
|
|---|
| 7 | <filter
|
|---|
| 8 | name="Unread Only Filter"
|
|---|
| 9 | class="jp.xet.eclipse.sabotter.filters.UnreadOnlyFilter"/>
|
|---|
| 10 | <filter
|
|---|
| 11 | name="User Filter"
|
|---|
| 12 | settingDialogClass="jp.xet.eclipse.sabotter.filters.UserFilterSettingDialog"
|
|---|
| 13 | class="jp.xet.eclipse.sabotter.filters.UserFilter"/>
|
|---|
| 14 | </extension>
|
|---|
| 15 | <extension
|
|---|
| 16 | point="org.eclipse.ui.views">
|
|---|
| 17 | <category
|
|---|
| 18 | name="%SabotterViewCategory.name"
|
|---|
| 19 | id="jp.xet.eclipse.sabotter">
|
|---|
| 20 | </category>
|
|---|
| 21 | <view
|
|---|
| 22 | name="%SabotterView.name"
|
|---|
| 23 | icon="icons/sample.gif"
|
|---|
| 24 | category="jp.xet.eclipse.sabotter"
|
|---|
| 25 | class="jp.xet.eclipse.sabotter.views.SabotterView"
|
|---|
| 26 | id="jp.xet.eclipse.sabotter.views.SabotterView">
|
|---|
| 27 | </view>
|
|---|
| 28 | </extension>
|
|---|
| 29 | <extension
|
|---|
| 30 | point="org.eclipse.ui.perspectiveExtensions">
|
|---|
| 31 | <perspectiveExtension
|
|---|
| 32 | targetID="org.eclipse.ui.resourcePerspective">
|
|---|
| 33 | <view
|
|---|
| 34 | ratio="0.5"
|
|---|
| 35 | relative="org.eclipse.ui.views.TaskList"
|
|---|
| 36 | relationship="right"
|
|---|
| 37 | id="jp.xet.eclipse.sabotter.views.SabotterView">
|
|---|
| 38 | </view>
|
|---|
| 39 | </perspectiveExtension>
|
|---|
| 40 | </extension>
|
|---|
| 41 | <extension
|
|---|
| 42 | point="org.eclipse.ui.preferencePages">
|
|---|
| 43 | <page
|
|---|
| 44 | class="jp.xet.eclipse.sabotter.preferences.SabotterPreferencePage"
|
|---|
| 45 | id="jp.xet.sabotter.preference"
|
|---|
| 46 | name="%SabotterPreferencePage.name"/>
|
|---|
| 47 | </extension>
|
|---|
| 48 | <extension
|
|---|
| 49 | point="org.eclipse.core.runtime.preferences">
|
|---|
| 50 | <initializer class="jp.xet.eclipse.sabotter.preferences.SabotterPreferenceInitializer"/>
|
|---|
| 51 | </extension>
|
|---|
| 52 | <extension
|
|---|
| 53 | point="org.eclipse.ui.themes">
|
|---|
| 54 | <themeElementCategory
|
|---|
| 55 | id="jp.xet.eclipse.sabotter.theme"
|
|---|
| 56 | label="%SabotterThemeGroup.label">
|
|---|
| 57 | </themeElementCategory>
|
|---|
| 58 | <fontDefinition
|
|---|
| 59 | categoryId="jp.xet.eclipse.sabotter.theme"
|
|---|
| 60 | defaultsTo="org.eclipse.jface.dialogfont"
|
|---|
| 61 | id="font_default_entry"
|
|---|
| 62 | label="%SabotterTheme.font_default_entry">
|
|---|
| 63 | </fontDefinition>
|
|---|
| 64 | <fontDefinition
|
|---|
| 65 | categoryId="jp.xet.eclipse.sabotter.theme"
|
|---|
| 66 | defaultsTo="org.eclipse.jface.dialogfont"
|
|---|
| 67 | id="font_unread_entry"
|
|---|
| 68 | label="%SabotterTheme.font_unread_entry">
|
|---|
| 69 | </fontDefinition>
|
|---|
| 70 | <colorDefinition
|
|---|
| 71 | categoryId="jp.xet.eclipse.sabotter.theme"
|
|---|
| 72 | id="color_default_entry_foreground"
|
|---|
| 73 | label="%SabotterTheme.color_default_entry_foreground"
|
|---|
| 74 | value="COLOR_LIST_FOREGROUND">
|
|---|
| 75 | </colorDefinition>
|
|---|
| 76 | <colorDefinition
|
|---|
| 77 | categoryId="jp.xet.eclipse.sabotter.theme"
|
|---|
| 78 | id="color_default_entry_background"
|
|---|
| 79 | label="%SabotterTheme.color_default_entry_background"
|
|---|
| 80 | value="COLOR_LIST_BACKGROUND">
|
|---|
| 81 | </colorDefinition>
|
|---|
| 82 | <colorDefinition
|
|---|
| 83 | categoryId="jp.xet.eclipse.sabotter.theme"
|
|---|
| 84 | id="color_own_entry_foreground"
|
|---|
| 85 | label="%SabotterTheme.color_own_entry_foreground"
|
|---|
| 86 | value="COLOR_BLUE">
|
|---|
| 87 | </colorDefinition>
|
|---|
| 88 | <colorDefinition
|
|---|
| 89 | categoryId="jp.xet.eclipse.sabotter.theme"
|
|---|
| 90 | id="color_own_entry_background"
|
|---|
| 91 | label="%SabotterTheme.color_own_entry_background"
|
|---|
| 92 | value="COLOR_LIST_BACKGROUND">
|
|---|
| 93 | </colorDefinition>
|
|---|
| 94 | <colorDefinition
|
|---|
| 95 | categoryId="jp.xet.eclipse.sabotter.theme"
|
|---|
| 96 | id="color_reply_entry_foreground"
|
|---|
| 97 | label="%SabotterTheme.color_reply_entry_foreground"
|
|---|
| 98 | value="COLOR_RED">
|
|---|
| 99 | </colorDefinition>
|
|---|
| 100 | <colorDefinition
|
|---|
| 101 | categoryId="jp.xet.eclipse.sabotter.theme"
|
|---|
| 102 | id="color_reply_entry_background"
|
|---|
| 103 | label="%SabotterTheme.color_reply_entry_background"
|
|---|
| 104 | value="COLOR_LIST_BACKGROUND">
|
|---|
| 105 | </colorDefinition>
|
|---|
| 106 | <colorDefinition
|
|---|
| 107 | categoryId="jp.xet.eclipse.sabotter.theme"
|
|---|
| 108 | id="color_unread_entry_foreground"
|
|---|
| 109 | label="%SabotterTheme.color_unread_entry_foreground"
|
|---|
| 110 | value="COLOR_LIST_FOREGROUND">
|
|---|
| 111 | </colorDefinition>
|
|---|
| 112 | <colorDefinition
|
|---|
| 113 | categoryId="jp.xet.eclipse.sabotter.theme"
|
|---|
| 114 | id="color_unread_entry_background"
|
|---|
| 115 | label="%SabotterTheme.color_unread_entry_background"
|
|---|
| 116 | value="255,240,240">
|
|---|
| 117 | </colorDefinition>
|
|---|
| 118 | <colorDefinition
|
|---|
| 119 | categoryId="jp.xet.eclipse.sabotter.theme"
|
|---|
| 120 | id="color_input_normal_foreground"
|
|---|
| 121 | label="%SabotterTheme.color_input_normal_foreground"
|
|---|
| 122 | value="COLOR_BLACK">
|
|---|
| 123 | </colorDefinition>
|
|---|
| 124 | <colorDefinition
|
|---|
| 125 | categoryId="jp.xet.eclipse.sabotter.theme"
|
|---|
| 126 | id="color_input_normal_background"
|
|---|
| 127 | label="%SabotterTheme.color_input_normal_background"
|
|---|
| 128 | value="COLOR_WHITE">
|
|---|
| 129 | </colorDefinition>
|
|---|
| 130 | <colorDefinition
|
|---|
| 131 | categoryId="jp.xet.eclipse.sabotter.theme"
|
|---|
| 132 | id="color_input_warn_foreground"
|
|---|
| 133 | label="%SabotterTheme.color_input_warn_foreground"
|
|---|
| 134 | value="COLOR_BLACK">
|
|---|
| 135 | </colorDefinition>
|
|---|
| 136 | <colorDefinition
|
|---|
| 137 | categoryId="jp.xet.eclipse.sabotter.theme"
|
|---|
| 138 | id="color_input_warn_background"
|
|---|
| 139 | label="%SabotterTheme.color_input_warn_background"
|
|---|
| 140 | value="COLOR_YELLOW">
|
|---|
| 141 | </colorDefinition>
|
|---|
| 142 | <colorDefinition
|
|---|
| 143 | categoryId="jp.xet.eclipse.sabotter.theme"
|
|---|
| 144 | id="color_input_over_foreground"
|
|---|
| 145 | label="%SabotterTheme.color_input_over_foreground"
|
|---|
| 146 | value="COLOR_WHITE">
|
|---|
| 147 | </colorDefinition>
|
|---|
| 148 | <colorDefinition
|
|---|
| 149 | categoryId="jp.xet.eclipse.sabotter.theme"
|
|---|
| 150 | id="color_input_over_background"
|
|---|
| 151 | label="%SabotterTheme.color_input_over_background"
|
|---|
| 152 | value="COLOR_RED">
|
|---|
| 153 | </colorDefinition>
|
|---|
| 154 | </extension>
|
|---|
| 155 | </plugin>
|
|---|