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 pages "SQL Dev Tools Callisto Features" and "Eclipse Project"

(Difference between pages)
(SQL Results View)
 
 
Line 1: Line 1:
←[[SQL Development Tools | Back to SQL Dev Main Page]]
+
The unfortunately named "Eclipse Project" is the project dedicated to producing the Eclipse SDK. This name made sense back when there were only two or three projects at Eclipse, but now it is frequently referred to as the "Eclipse SDK Project" to reduce confusion (or just "The Platform" when we're feeling grandiose).  This project in turn is composed of four sub-projects: [http://eclipse.org/equinox Equinox], [http://eclipse.org/platform Platform], [http://eclipse.org/jdt Java development tools] (JDT), and [http://eclipse.org/pde Plug-in Development Environment] (PDE).
===The following features are committed for SQL Dev Tools Callisto:===
+
===The following features are ''under consideration'' for SQL Dev Tools Callisto:===
+
====SQL Editor Framework====
+
* '''Add preferences pages'''
+
** Requirement: Allow user to config SQL Dev Tools including
+
*** sql execution preference page: whether to continue when error occurs during sql execution
+
*** SQL Editor preference page: show affordance in hover on how to make it sticky
+
*** SQL template preference page: create, edit or remove templates
+
** Development Estimate: 2 weeks
+
** Possible Start Date: April 17
+
** API Impacts: None
+
** UI Impacts: None.
+
  
* '''Templates'''
+
== Sub-project pages ==
** Requirement: make code template available in content assist add context menu in SQL Editor to "Save as template..."
+
** Development Estimate: 1 week
+
** Possible Start Date: May 8
+
** API Impacts: None
+
** UI Impacts: None.
+
  
* '''Toggle comment'''
+
* [[Platform]]
** Requirement: Add context menu in SQL Editor to toggle sql statement comment
+
* [[Equinox]]
** Development Estimate: 2 days
+
* [[JDT|JDT]]
** Possible Start Date: May 15
+
** API Impacts: None
+
** UI Impacts: None.
+
  
* '''Toolbar'''
+
== Topic hubs ==
** Requirement: show some of the most frequently used sql editor context menu to the toolbar, which is requested by Jeff in bug: 81036
+
** Development Estimate: 3 days
+
** Possible Start Date: May 24
+
** API Impacts: None
+
** UI Impacts: None.
+
  
====SQL Results View====
+
* [[Automated Testing]]
* '''Add "Save History..." context menu in for script history'''
+
* [[Eclipse Documentation | Documentation]]
** Requirement: Save the history into a external file which include: script, messages, parameters, results.
+
* [[Internationalization]]
** Development Estimate: 1 day
+
* [[API Central]]
** Possible Start Date: Post April 9
+
* [[Polish3.2|Polish]] item list for 3.2
** API Impacts: None
+
 
+
* '''Add some methods to support WTP Outputview's current consumers'''
+
** Requirement: Currently, WTP Output view's current consumers need some extra APIs which are not contained in current SQL Results  View's API, we need to support some of them to lessen the refactoring effort of Output view's consumers
+
** Development Estimate: 6~9 days
+
** Possible Start Date: April 10
+
** API Impacts: org.eclipse.datatools.sqltools.result.ResultsViewAPI
+

Revision as of 10:51, 26 April 2006

The unfortunately named "Eclipse Project" is the project dedicated to producing the Eclipse SDK. This name made sense back when there were only two or three projects at Eclipse, but now it is frequently referred to as the "Eclipse SDK Project" to reduce confusion (or just "The Platform" when we're feeling grandiose). This project in turn is composed of four sub-projects: Equinox, Platform, Java development tools (JDT), and Plug-in Development Environment (PDE).

Sub-project pages

Topic hubs

Back to the top