Bug 182108 - [api] Add action constants for IDEActionFactory and ActionFactory IDs
Summary: [api] Add action constants for IDEActionFactory and ActionFactory IDs
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: 3.4 M1   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: api
Depends on:
Blocks:
 
Reported: 2007-04-12 06:27 EDT by Dani Megert CLA
Modified: 2007-06-21 08:44 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2007-04-12 06:27:13 EDT
We have added action constants for most ActionFactory IDs but not for all. We currently directly refer to ActionFactory and IDEActionFactory for those actions:
  ActionFactory.REFRESH
  IDEActionFactory.ADD_BOOKMARK
  IDEActionFactory.ADD_TASK
Comment 1 Dani Megert CLA 2007-06-21 08:44:08 EDT
Only fixed ActionFactory.REFRESH because we don't have a constant class in org.eclipse.ui.editors. Introducing it to only redirect to the two actions from IDEActionFactory would be an overkill.