Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-67) Tool extension points discussion

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/UDIG-67

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: UDIG-67
    Summary: Tool extension points discussion
       Type: Wish

     Status: Open
   Priority: Trivial

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: uDIG
   Fix Fors:
             UDIG 0.5
   Versions:
             UDIG 0.4

   Assignee: Jody Garnett
   Reporter: Richard Gould

    Created: Mon, 18 Oct 2004 1:23 PM
    Updated: Mon, 18 Oct 2004 1:23 PM

Description:
One thing I am sure of is we need an extention point for our top five tools:
- Zoom - zoom box, zoom rectangle (traditional)
- Selection - select rectangle, select feature, magic wand.
- Info - what is this, query, etc...

One thing that troubles me is that Tools *need* a keyboard shortcut, but we have an open ended system allowing people to add tools into the framework. The above suggestions takes some of the scalability bite out of the problem. Just the 5 catagories need a Key binding, Holding SHFT-Key advanved tool in a category, Holding Control-Key could bring up the menu where the tool can be chosen from the list.

Example:
z - selects the "Zoom" tool
Z - selects the next Zoom tool.
control-z - lets the user choose the Zoom tool with the arrow keys.
("z" would be localized)

When UDIG is bundled up for a specific application a developer has the option of only including one Zoom tool. Indeed if selection is not needed for their application they can leave it out entirely. 


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



Back to the top