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 "SQL Dev Tools Callisto Features"

 
(The following features are under consideration for SQL Dev Tools Callisto:)
Line 2: Line 2:
 
===The following features are committed for SQL Dev Tools Callisto:===
 
===The following features are committed for SQL Dev Tools Callisto:===
 
===The following features are under consideration for SQL Dev Tools Callisto:===
 
===The following features are under consideration for SQL Dev Tools Callisto:===
 +
* '''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'''
 +
** 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'''
 +
** Requirement: Add context menu in SQL Editor to toggle sql statement comment
 +
** Development Estimate: 2 days
 +
** Possible Start Date: May 15
 +
** API Impacts: None
 +
** UI Impacts: None.
 +
 +
* '''Toolbar'''
 +
** 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.

Revision as of 10:43, 17 April 2006

Back to SQL Dev Main Page

The following features are committed for SQL Dev Tools Callisto:

The following features are under consideration for SQL Dev Tools Callisto:

  • 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
    • 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
    • Requirement: Add context menu in SQL Editor to toggle sql statement comment
    • Development Estimate: 2 days
    • Possible Start Date: May 15
    • API Impacts: None
    • UI Impacts: None.
  • Toolbar
    • 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.

Back to the top