convert "XSLT Debugger" view to a toolbar in eclip

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

convert "XSLT Debugger" view to a toolbar in eclip

Post by jokester01au »

At the moment this view takes up the equivalent of 4-5 lines of screen realestate. It would be much better if the widgets within this view were all moved into a toolbar, just as they are in the standalone version. Then they would consume much less screen space.

Ditto for the xquery toolbar.

Also, it would be great if the XPath button was a combo box (just like in the standalone version).

Regards,
Joe.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post by sorin_ristache »

Hello,

The Eclipse support for toolbar support does not allow the debugger state change updates that must be displayed when the buttons Step Into, Step Over, Run, etc. are pressed. Also in previous versions of Eclipse a combo box could not be placed on a toolbar. It seems that coolbars, a new feature added in Eclipse will be more permissive. We will try to implement both the requests in a future version of the oXygen plugin.


Regards,
Sorin
Post Reply