|
Lines 275-304
Link Here
|
| 275 |
*/ |
275 |
*/ |
| 276 |
public static final String NAVIGATE_SHOWIN = "org.eclipse.ui.navigate.showIn"; //$NON-NLS-1$ |
276 |
public static final String NAVIGATE_SHOWIN = "org.eclipse.ui.navigate.showIn"; //$NON-NLS-1$ |
| 277 |
|
277 |
|
|
|
278 |
/** |
| 279 |
* Id for command "Show In" in category "Navigate" |
| 280 |
* (value is <code>"org.eclipse.ui.navigate.showInQuickMenu"</code>). |
| 281 |
*/ |
| 282 |
public static final String NAVIGATE_SHOWINQUICKMENU = "org.eclipse.ui.navigate.showInQuickMenu"; //$NON-NLS-1$ |
| 283 |
|
| 278 |
// project category |
284 |
// project category |
| 279 |
|
285 |
|
| 280 |
/** |
286 |
/** |
| 281 |
* Id for command "Build All" in category "Project". |
287 |
* Id for command "Build All" in category "Project". |
|
|
288 |
* (value is <code>"org.eclipse.ui.project.buildAll"</code>). |
| 282 |
*/ |
289 |
*/ |
| 283 |
public static final String PROJECT_BUILDALL = "org.eclipse.ui.project.buildAll"; //$NON-NLS-1$ |
290 |
public static final String PROJECT_BUILDALL = "org.eclipse.ui.project.buildAll"; //$NON-NLS-1$ |
| 284 |
|
291 |
|
| 285 |
/** |
292 |
/** |
| 286 |
* Id for command "Build Project" in category "Project". |
293 |
* Id for command "Build Project" in category "Project". |
|
|
294 |
* (value is <code>"org.eclipse.ui.project.buildProject"</code>). |
| 287 |
*/ |
295 |
*/ |
| 288 |
public static final String PROJECT_BUILDPROJECT = "org.eclipse.ui.project.buildProject"; //$NON-NLS-1$ |
296 |
public static final String PROJECT_BUILDPROJECT = "org.eclipse.ui.project.buildProject"; //$NON-NLS-1$ |
| 289 |
|
297 |
|
| 290 |
/** |
298 |
/** |
| 291 |
* Id for command "Close Project" in category "Project". |
299 |
* Id for command "Close Project" in category "Project". |
|
|
300 |
* (value is <code>"org.eclipse.ui.project.closeProject"</code>). |
| 292 |
*/ |
301 |
*/ |
| 293 |
public static final String PROJECT_CLOSEPROJECT = "org.eclipse.ui.project.closeProject"; //$NON-NLS-1$ |
302 |
public static final String PROJECT_CLOSEPROJECT = "org.eclipse.ui.project.closeProject"; //$NON-NLS-1$ |
| 294 |
|
303 |
|
| 295 |
/** |
304 |
/** |
| 296 |
* Id for command "Close Unrelated Projects" in category "Project". |
305 |
* Id for command "Close Unrelated Projects" in category "Project". |
|
|
306 |
* (value is <code>"org.eclipse.ui.project.closeUnrelatedProjects"</code>). |
| 297 |
*/ |
307 |
*/ |
| 298 |
public static final String PROJECT_CLOSEUNRELATEDPROJECTS = "org.eclipse.ui.project.closeUnrelatedProjects"; //$NON-NLS-1$ |
308 |
public static final String PROJECT_CLOSEUNRELATEDPROJECTS = "org.eclipse.ui.project.closeUnrelatedProjects"; //$NON-NLS-1$ |
| 299 |
|
309 |
|
| 300 |
/** |
310 |
/** |
| 301 |
* Id for command "Open Project" in category "Project". |
311 |
* Id for command "Open Project" in category "Project". |
|
|
312 |
* (value is <code>"org.eclipse.ui.project.openProject"</code>). |
| 302 |
*/ |
313 |
*/ |
| 303 |
public static final String PROJECT_OPENPROJECT = "org.eclipse.ui.project.openProject"; //$NON-NLS-1$ |
314 |
public static final String PROJECT_OPENPROJECT = "org.eclipse.ui.project.openProject"; //$NON-NLS-1$ |
| 304 |
|
315 |
|
|
Lines 317-322
Link Here
|
| 317 |
public static final String WINDOW_NEWEDITOR = "org.eclipse.ui.window.newEditor"; //$NON-NLS-1$ |
328 |
public static final String WINDOW_NEWEDITOR = "org.eclipse.ui.window.newEditor"; //$NON-NLS-1$ |
| 318 |
|
329 |
|
| 319 |
/** |
330 |
/** |
|
|
331 |
* Id for command "Show View Menu" in category "Window" |
| 332 |
* (value is <code>"org.eclipse.ui.window.showViewMenu"</code>). |
| 333 |
*/ |
| 334 |
public static final String WINDOW_SHOWVIEWMENU = "org.eclipse.ui.window.showViewMenu"; //$NON-NLS-1$ |
| 335 |
|
| 336 |
/** |
| 320 |
* Id for command "Activate Editor" in category "Window" |
337 |
* Id for command "Activate Editor" in category "Window" |
| 321 |
* (value is <code>"org.eclipse.ui.window.activateEditor"</code>). |
338 |
* (value is <code>"org.eclipse.ui.window.activateEditor"</code>). |
| 322 |
*/ |
339 |
*/ |