Addition to layout/perspective

Are you missing a feature? Request its implementation here.
sss4r
Posts: 13
Joined: Fri Apr 23, 2004 7:23 pm
Location: Charlottesville, Virginia
Contact:

Addition to layout/perspective

Post by sss4r »

Scenario: Developing an XQuery module with 50+ functions. Finding a particular function block requires scrolling, searching, etc., especially if I'm maintaining a script authored by another who didn't put them in alpha order. . . .

Solution/Request: A pane that can be added to the layout which lists in alpha order all the function names in the open XQuery document so that when I click on an item in that list it will take my cursor there.

How about it?

Thanks,
Shannon
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

Do you mean that the function name is defined in an XQuery module imported in the current file and the name is used in the current file for calling that function? I think we can add a view like Schema Components and Stylesheet Templates which lists all the XQuery functions available in the current file.


Thank you for the request,
Sorin
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Addition to layout/perspective

Post by sorin_ristache »

sss4r wrote:Solution/Request: A pane that can be added to the layout which lists in alpha order all the function names in the open XQuery document so that when I click on an item in that list it will take my cursor there.
Starting with version 10.1 the Outline view displays the components of the current XQuery document: XQuery functions, namespace declarations, variables. They can be sorted in alphabetical order. You can try it and let us know if it is useful for you.


Regards,
Sorin
Post Reply