|
25 | 25 | <extension
|
26 | 26 | point="org.eclipse.ui.propertyPages">
|
27 | 27 | <page
|
28 |
| - class="io.sloeber.autoBuild.integrations.Page_head_build" |
| 28 | + class="io.sloeber.autoBuild.ui.pages.Page_head_build" |
29 | 29 | id="io.sloeber.autoBuild.projectProperties.main"
|
30 | 30 | name="%page.c.build"
|
31 | 31 | >
|
|
37 | 37 | </enabledWhen>
|
38 | 38 | </page>
|
39 | 39 | <page
|
40 |
| - class="io.sloeber.autoBuild.integrations.Page_Variables" |
| 40 | + class="io.sloeber.autoBuild.ui.pages.Page_Variables" |
41 | 41 | id="io.sloeber.autoBuild.projectProperties.macro"
|
42 | 42 | category="io.sloeber.autoBuild.projectProperties.main"
|
43 | 43 | name="%CDTVariablesProperty.name"
|
|
51 | 51 | </page>
|
52 | 52 | <page
|
53 | 53 | category="io.sloeber.autoBuild.projectProperties.main"
|
54 |
| - class="io.sloeber.autoBuild.integrations.Page_Environment" |
| 54 | + class="io.sloeber.autoBuild.ui.pages.Page_Environment" |
55 | 55 | id="io.sloeber.autoBuild.projectProperties.EnvironmentVars"
|
56 | 56 | name="%Environment">
|
57 | 57 | <enabledWhen>
|
|
66 | 66 | </page>
|
67 | 67 | <page
|
68 | 68 | category="io.sloeber.autoBuild.projectProperties.main"
|
69 |
| - class="io.sloeber.autoBuild.integrations.Page_BuildSettings" |
| 69 | + class="io.sloeber.autoBuild.ui.pages.Page_BuildSettings" |
70 | 70 | id="io.sloeber.autoBuild.projectProperties.Page_BuildSettings"
|
71 |
| - name="%CDTBuildProperty.name"> |
| 71 | + name="%toolchain.settings"> |
72 | 72 | <enabledWhen>
|
73 | 73 | <adapt
|
74 | 74 | type="org.eclipse.core.resources.IResource">
|
|
81 | 81 | </page>
|
82 | 82 | <page
|
83 | 83 | category="io.sloeber.autoBuild.projectProperties.main"
|
84 |
| - class="io.sloeber.autoBuild.integrations.Page_ProjectSettings" |
| 84 | + class="io.sloeber.autoBuild.ui.pages.Page_ProjectSettings" |
85 | 85 | id="io.sloeber.autoBuild.projectProperties.Page_ProjectSettings"
|
86 | 86 | name="%CDTProjectProperty.name">
|
87 | 87 | <enabledWhen>
|
|
94 | 94 | </adapt>
|
95 | 95 | </enabledWhen>
|
96 | 96 | </page>
|
97 |
| -<!-- |
98 |
| - <page |
99 |
| - class="org.eclipse.cdt.managedbuilder.ui.properties.Page_BuildSettings" |
100 |
| - id="org.eclipse.cdt.managedbuilder.ui.properties.Page_BuildSettings" |
101 |
| - category="org.eclipse.cdt.managedbuilder.ui.properties.Page_head_build_2" |
102 |
| - name="%CDTBuildProperty.name" |
| 97 | + |
| 98 | + <page |
| 99 | + category="org.eclipse.cdt.ui.newui.Page_head_general" |
| 100 | + class="io.sloeber.autoBuild.ui.pages.Page_PathAndSymb" |
| 101 | + id="io.sloeber.autoBuild.ui.pages.Page_PathAndSymb" |
| 102 | + name="%PathSymbolsProperty.name" |
103 | 103 | >
|
104 |
| - <enabledWhen> |
105 |
| - <adapt type="org.eclipse.core.resources.IResource"> |
106 |
| - <test property="org.eclipse.core.resources.projectNature" |
107 |
| - value="io.sloeber.autoBuildNature"/> |
108 |
| - </adapt> |
109 |
| - </enabledWhen> |
110 |
| - <keywordReference |
111 |
| - id="org.eclipse.cdt.managedbuilder.ui.keyword.toolchain1"> |
112 |
| - </keywordReference> |
113 |
| - <keywordReference |
114 |
| - id="org.eclipse.cdt.managedbuilder.ui.keyword.toolchain2"> |
115 |
| - </keywordReference> |
| 104 | + <enabledWhen> |
| 105 | + <adapt |
| 106 | + type="org.eclipse.core.resources.IProject"> |
| 107 | + <test |
| 108 | + property="org.eclipse.core.resources.projectNature" |
| 109 | + value="io.sloeber.autoBuildNature"> |
| 110 | + </test> |
| 111 | + </adapt> |
| 112 | + </enabledWhen> |
116 | 113 | </page>
|
117 |
| - --> |
| 114 | + |
118 | 115 | </extension>
|
119 | 116 | <extension
|
120 | 117 | point="org.eclipse.cdt.ui.cPropertyTab">
|
|
123 | 120 | helpId="cdt_u_prop_build"
|
124 | 121 | icon="icons/obj16/build_settings.gif"
|
125 | 122 | name="%Builder.settings"
|
126 |
| - parent="io.sloeber.autoBuild.integrations.Page_head_build" |
| 123 | + parent="io.sloeber.autoBuild.ui.pages.Page_head_build" |
127 | 124 | weight="040">
|
128 | 125 | </tab>
|
129 | 126 | <tab
|
130 | 127 | class="io.sloeber.autoBuild.ui.tabs.BuildBehaviourTab"
|
131 | 128 | helpId="cdt_u_prop_build"
|
132 | 129 | icon="icons/obj16/target_obj.gif"
|
133 | 130 | name="%WBB.settings"
|
134 |
| - parent="io.sloeber.autoBuild.integrations.Page_head_build" |
| 131 | + parent="io.sloeber.autoBuild.ui.pages.Page_head_build" |
135 | 132 | weight="050">
|
136 | 133 | </tab>
|
137 | 134 | <tab
|
138 | 135 | class="io.sloeber.autoBuild.ui.tabs.CPropertyVarsTab"
|
139 | 136 | helpId="cdt_u_prop_build_variables"
|
140 | 137 | name="%CPropertyVarsTab.name"
|
141 |
| - parent="io.sloeber.autoBuild.integrations.Page_Variables"> |
| 138 | + parent="io.sloeber.autoBuild.ui.pages.Page_Variables"> |
142 | 139 | </tab>
|
143 | 140 | <tab
|
144 | 141 | class="org.eclipse.cdt.ui.newui.EnvironmentTab"
|
145 | 142 | helpId="cdt_u_prop_build_environment"
|
146 | 143 | icon="icons/obj16/environment.gif"
|
147 | 144 | name="%EnvironmentTab.name"
|
148 |
| - parent="io.sloeber.autoBuild.integrations.Page_Environment"> |
| 145 | + parent="io.sloeber.autoBuild.ui.pages.Page_Environment"> |
149 | 146 | </tab>
|
150 | 147 | <tab
|
151 | 148 | class="io.sloeber.autoBuild.ui.tabs.ToolSettingsTab"
|
152 | 149 | helpId="cdt_u_prop_build_setting_tool"
|
153 | 150 | icon="icons/elcl16/config-tool.gif"
|
154 | 151 | name="%Tool.settings"
|
155 |
| - parent="io.sloeber.autoBuild.integrations.Page_BuildSettings" |
| 152 | + parent="io.sloeber.autoBuild.ui.pages.Page_BuildSettings" |
156 | 153 | weight="010">
|
157 | 154 | </tab>
|
158 | 155 | <tab
|
159 | 156 | class="io.sloeber.autoBuild.ui.tabs.BuildStepsTab"
|
160 | 157 | helpId="cdt_u_prop_build_setting_steps"
|
161 | 158 | icon="icons/obj16/steps.gif"
|
162 | 159 | name="%Build.steps"
|
163 |
| - parent="io.sloeber.autoBuild.integrations.Page_BuildSettings" |
| 160 | + parent="io.sloeber.autoBuild.ui.pages.Page_BuildSettings" |
164 | 161 | weight="020">
|
165 | 162 | </tab>
|
166 | 163 | <tab
|
167 | 164 | class="org.eclipse.cdt.ui.newui.BinaryParsTab"
|
168 | 165 | helpId="cdt_u_prop_build_setting_binparser"
|
169 | 166 | icon="icons/obj16/bin_obj.gif"
|
170 | 167 | name="%Binary.parsers"
|
171 |
| - parent="io.sloeber.autoBuild.integrations.Page_BuildSettings" |
| 168 | + parent="io.sloeber.autoBuild.ui.pages.Page_BuildSettings" |
172 | 169 | weight="060">
|
173 | 170 | </tab>
|
174 | 171 | <tab
|
175 | 172 | class="org.eclipse.cdt.ui.newui.ErrorParsTab"
|
176 | 173 | helpId="cdt_u_prop_build_setting_errparser"
|
177 | 174 | icon="icons/obj16/error_obj.gif"
|
178 | 175 | name="%Error.parsers"
|
179 |
| - parent="io.sloeber.autoBuild.integrations.Page_BuildSettings" |
| 176 | + parent="io.sloeber.autoBuild.ui.pages.Page_BuildSettings" |
180 | 177 | weight="070">
|
181 | 178 | </tab>
|
182 | 179 | <tab
|
183 | 180 | class="io.sloeber.autoBuild.ui.tabs.ProjectSettingsTab"
|
184 | 181 | icon="icons/obj16/environment.gif"
|
185 | 182 | name="%ProjectSettingsTab.name"
|
186 |
| - parent="io.sloeber.autoBuild.integrations.Page_ProjectSettings"> |
| 183 | + parent="io.sloeber.autoBuild.ui.pages.Page_ProjectSettings"> |
187 | 184 | </tab>
|
| 185 | + <tab |
| 186 | + class="org.eclipse.cdt.ui.newui.IncludeTab" |
| 187 | + icon="icons/obj16/hfolder_obj.gif" |
| 188 | + name="%Includes" |
| 189 | + weight="010" |
| 190 | + helpId="cdt_u_prop_pns_inc" |
| 191 | + parent="io.sloeber.autoBuild.ui.pages.Page_PathAndSymb" |
| 192 | + tooltip="%Includes.tooltip"/> |
| 193 | + <tab |
| 194 | + class="org.eclipse.cdt.ui.newui.IncludeFileTab" |
| 195 | + icon="icons/obj16/h_file_obj.gif" |
| 196 | + name="%IncludeFiles" |
| 197 | + weight="015" |
| 198 | + helpId="cdt_u_prop_pns_inc" |
| 199 | + parent="io.sloeber.autoBuild.ui.pages.Page_PathAndSymb" |
| 200 | + tooltip="%IncludeFiles.tooltip"/> |
| 201 | + <tab |
| 202 | + class="org.eclipse.cdt.ui.newui.SymbolTab" |
| 203 | + icon="icons/obj16/define_obj.gif" |
| 204 | + name="%Symbols" |
| 205 | + weight="020" |
| 206 | + helpId="cdt_u_prop_pns_sym" |
| 207 | + parent="io.sloeber.autoBuild.ui.pages.Page_PathAndSymb" |
| 208 | + tooltip="%Symbols.tooltip"/> |
| 209 | + <tab |
| 210 | + class="org.eclipse.cdt.ui.newui.LibraryTab" |
| 211 | + icon="icons/obj16/lib_obj.gif" |
| 212 | + name="%Libraries" |
| 213 | + weight="030" |
| 214 | + helpId="cdt_u_prop_pns_lib" |
| 215 | + parent="io.sloeber.autoBuild.ui.pages.Page_PathAndSymb" |
| 216 | + tooltip="%Libraries.tooltip"/> |
| 217 | + <tab |
| 218 | + class="org.eclipse.cdt.ui.newui.LibraryPathTab" |
| 219 | + icon="icons/obj16/fldr_lib_obj.gif" |
| 220 | + name="%Library.paths" |
| 221 | + weight="040" |
| 222 | + helpId="cdt_u_prop_pns_libpath" |
| 223 | + parent="io.sloeber.autoBuild.ui.pages.Page_PathAndSymb"/> |
| 224 | + <tab |
| 225 | + class="org.eclipse.cdt.ui.newui.RefsTab" |
| 226 | + icon="icons/obj16/search_ref_obj.gif" |
| 227 | + name="%References" |
| 228 | + weight="100" |
| 229 | + helpId="cdt_u_prop_pns_ref" |
| 230 | + parent="io.sloeber.autoBuild.ui.pages.Page_PathAndSymb"/> |
| 231 | + <tab |
| 232 | + class="org.eclipse.cdt.ui.newui.CLocationSourceTab" |
| 233 | + icon="icons/obj16/sroot_obj.gif" |
| 234 | + name="%Source.location" |
| 235 | + weight="080" |
| 236 | + helpId="cdt_u_prop_pns_src" |
| 237 | + parent="io.sloeber.autoBuild.ui.pages.Page_PathAndSymb"/> |
188 | 238 | </extension>
|
189 | 239 |
|
190 | 240 | </plugin>
|
|
0 commit comments