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 "User:Doflynn" and "SQL Dev Tools Callisto Features"

(Difference between pages)
(Contact Information)
 
(SQL Results View)
 
Line 1: Line 1:
== Dennis O'Flynn ==
+
←[[SQL Development Tools | 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:===
 +
====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.
  
=== Contact Information ===
+
* '''Templates'''
* email: [mailto:Dennis.OFlynn@Compuware.com?subject=Eclipse%20Corona | dennis.oflynn@compuware.com ]
+
** Requirement: make code template available in content assist add context menu in SQL Editor to "Save as template..."
* phone: 313-227-7433
+
** Development Estimate: 1 week
 +
** Possible Start Date: May 8
 +
** API Impacts: None
 +
** UI Impacts: None.
  
=== Biography ===
+
* '''Toggle comment'''
Dennis O’Flynn is a Software Architect at Compuware specializing in cross-product integration. Current, he is the Project Lead for the Eclipse Corona project. Previously, Dennis was the Team Leader on an internal server-side framework project that provides messaging and web service infrastructures for several of Compuware’s product lines.
+
** 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.
  
Dennis is an avid fan of hockey and coaches a youth hockey team.
+
* '''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.
 +
 
 +
====SQL Results View====
 +
* '''Add "Save History..." context menu in for script history'''
 +
** Requirement: Save the history into a external file which include: script, messages, parameters, results.
 +
** Development Estimate: 1 day
 +
** Possible Start Date: Post April 9
 +
** 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 11:00, 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:

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
    • 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.

SQL Results View

  • Add "Save History..." context menu in for script history
    • Requirement: Save the history into a external file which include: script, messages, parameters, results.
    • Development Estimate: 1 day
    • Possible Start Date: Post April 9
    • 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

Back to the top