Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "RMF/Roadmap"

< RMF
(i12.03 (March 2012))
(i12.03 (March 2012))
Line 23: Line 23:
 
* ReqIF Specification Editor
 
* ReqIF Specification Editor
 
** Bug: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=374189 The width of the first column in the Specification Editor is not refreshed]
 
** Bug: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=374189 The width of the first column in the Specification Editor is not refreshed]
** Creating a new SpecHierarchy or SpecObject via SpecEditor if no elements exist yet
+
** Creating and deleting SpecElements
*** Bug: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=374186 Allow creating SpecElements in Specification Editor if editor is empty (No SpecElements exist yet)]
+
*** Creating a new SpecHierarchy or SpecObject via SpecEditor if no elements exist yet
** Crating a new child via context menu (SpecHierarchy)
+
**** Bug: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=374186 Allow creating SpecElements in Specification Editor if editor is empty (No SpecElements exist yet)]
** Crating a new child via context menu (SpecObject)
+
*** Crating a new child via context menu (SpecHierarchy)
** Creating a new sibling via context menu (SpecHierarchy)
+
*** Crating a new child via context menu (SpecObject)
** Creating a new sibling via context menu (SpecObject)
+
*** Creating a new sibling via context menu (SpecHierarchy)
** Deleting SpecElements
+
*** Creating a new sibling via context menu (SpecObject)
*** Bug: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=374181 Deleting last SpecElement in Specification Editor causes Exception]
+
*** Deleting SpecElements
*** Bug: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=374183 Deleting multiple SpecElements in Specification editor via DEL key does not work]
+
**** Bug: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=374181 Deleting last SpecElement in Specification Editor causes Exception]
 +
**** Bug: [https://bugs.eclipse.org/bugs/show_bug.cgi?id=374183 Deleting multiple SpecElements in Specification editor via DEL key does not work]
 
** Cut and Paste
 
** Cut and Paste
 
*** Cut and Paste SpecHierarchy(s) via context menu
 
*** Cut and Paste SpecHierarchy(s) via context menu
 
*** Cut and Paste SpecObject(s) via content menu
 
*** Cut and Paste SpecObject(s) via content menu
** Cut and Paste SpecHierarchy(s) via keys
+
*** Cut and Paste SpecHierarchy(s) via keys
** Cut and Paste SpecObject(s) via keys
+
*** Cut and Paste SpecObject(s) via keys
 
** Copy and Paste
 
** Copy and Paste
 
*** Copy and Paste SpecHierarchy(s) via context menu
 
*** Copy and Paste SpecHierarchy(s) via context menu

Revision as of 07:14, 14 March 2012

General Considerations

  • We want to graduate from incubation by the end of 2012
  • We use Git Flow for now, but will switch to a new process before graduating from incubation, to support multiple release branches (Eike)
  • CDO has tooling for API evolution, we should look into employing it before graduating.

Upcoming Integration Builds

i12.03 (March 2012)

Goals for this release are:

Use cases:

  • Creating a ReqIF model file

Past Integration Builds

i12.01 (January 20th, 2012)

pror.org core-9.0.0 (October 8th 2011)

core-9.0.0 was the last release before the code base was migrated to the Eclipse Foundation.

Back to the top