Bug 111637 - IRepeatableAction should be deprecated
Summary: IRepeatableAction should be deprecated
Status: RESOLVED FIXED
Alias: None
Product: GMF-Runtime
Classification: Modeling
Component: General (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows XP
: P3 normal
Target Milestone: ---   Edit
Assignee: Anthony Hunter CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2005-10-05 12:03 EDT by Linda Damus CLA
Modified: 2010-07-19 21:54 EDT (History)
0 users

See Also:


Attachments
Patch for org.eclipse.gmf.runtime.common.ui (25.19 KB, patch)
2005-10-05 12:11 EDT, Linda Damus CLA
no flags Details | Diff
Patch for org.eclipse.gmf.runtime.common.ui.action (8.47 KB, patch)
2005-10-05 12:12 EDT, Linda Damus CLA
no flags Details | Diff
Patch for org.eclipse.gmf.runtime.common.ui.services.action (1.64 KB, patch)
2005-10-05 12:14 EDT, Linda Damus CLA
no flags Details | Diff
Patch for org.eclipse.gmf.runtime.diagram.ui.actions (896 bytes, patch)
2005-10-05 12:15 EDT, Linda Damus CLA
no flags Details | Diff
Patch for org.eclipse.gmf.runtime.emf.ui (2.70 KB, patch)
2005-10-05 12:17 EDT, Linda Damus CLA
no flags Details | Diff
Patch for org.eclipse.gmf.tests.runtime.common.ui (6.93 KB, patch)
2005-10-05 12:18 EDT, Linda Damus CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Linda Damus CLA 2005-10-05 12:03:33 EDT
Repeatable actions are not supported by GMF.  The IRepeatableAction interface 
should be deprecated, and all trace of repeatable actions should be removed.
Comment 1 Linda Damus CLA 2005-10-05 12:11:25 EDT
Created attachment 27873 [details]
Patch for org.eclipse.gmf.runtime.common.ui

Deprecates IRepeatableAction and introduces the new interface
IActionWithProgress.
Comment 2 Linda Damus CLA 2005-10-05 12:12:37 EDT
Created attachment 27875 [details]
Patch for org.eclipse.gmf.runtime.common.ui.action

Removes the RepeatActionHandler.
Comment 3 Linda Damus CLA 2005-10-05 12:14:14 EDT
Created attachment 27877 [details]
Patch for org.eclipse.gmf.runtime.common.ui.services.action

Updates references to deprecated IRepeatableAction interface.
Comment 4 Linda Damus CLA 2005-10-05 12:15:35 EDT
Created attachment 27878 [details]
Patch for org.eclipse.gmf.runtime.diagram.ui.actions

Updates references to deprecated IRepeatableAction interface.
Comment 5 Linda Damus CLA 2005-10-05 12:17:22 EDT
Created attachment 27879 [details]
Patch for org.eclipse.gmf.runtime.emf.ui

Updates references to deprecated IRepeatableAction interface.
Comment 6 Linda Damus CLA 2005-10-05 12:18:15 EDT
Created attachment 27880 [details]
Patch for org.eclipse.gmf.tests.runtime.common.ui

Updates references to deprecated IRepeatableAction interface.
Comment 7 Anthony Hunter CLA 2005-10-05 13:14:23 EDT
Patches committed
Comment 8 Eclipse Webmaster CLA 2010-07-19 21:54:38 EDT
[GMF Restructure] Bug 319140 : product GMF and component
Runtime Common was the original product and component for this bug