Page 1 of 1

Addition to layout/perspective

Posted: Wed Jul 25, 2007 7:32 pm
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

Posted: Thu Jul 26, 2007 12:10 pm
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

Re: Addition to layout/perspective

Posted: Tue May 26, 2009 5:38 pm
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