XSLT editor could use "show definition" just like

Are you missing a feature? Request its implementation here.
jokester01au
Posts: 64
Joined: Tue May 17, 2005 9:16 am

XSLT editor could use "show definition" just like

Post by jokester01au »

It would be great if the XSLT editor supported "show definition" for variables/functions/templates/parameters (from with-param to param in the called template) and so on.

It would also be great if all of the editors supported "show definition" for entity references.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

I added the request for Show Definition actions in the XSLT editor to our issue tracker.

If it is an external entity you can open the external file with the action Open File at Cursor for which you can configure the shortcut in Options -> Preferences -> Menu Shortcut Keys. If it is an internal entity I think it is more useful if a tooltip pops up with the value of the entity instead of moving the cursor to the location of the entity declaration. This helps you to find out/remember the declared value of the internal entity without moving out of the current editing context. We will consider the implementation of the tooltip in a future version.


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

Re: XSLT editor could use "show definition" just like

Post by sorin_ristache »

Hello,
jokester01au wrote:It would be great if the XSLT editor supported "show definition" for variables/functions/templates/parameters (from with-param to param in the called template) and so on.
We implemented this feature. It will be available in version 10.3 which will be released in less than a month.


Regards,
Sorin
Post Reply