Search found 64 matches

by jokester01au
Wed Dec 12, 2007 9:10 am
Forum: Feature Request
Topic: XSLT debugger remember last-used engine
Replies: 1
Views: 2814

XSLT debugger remember last-used engine

At the moment, switching from the xslt debugger perspective to any different perspective and then back again causes the selected engine to revert to saxon 6.5. I think that it would be much better if it retained the previously selected engine. That is, if I have saxon 8b selected, and I switch to an...
by jokester01au
Sat Dec 01, 2007 2:57 am
Forum: Feature Request
Topic: Eclipse and xsl:message
Replies: 2
Views: 3717

Oh, OK, I hadn't noticed that view. Thanks.
by jokester01au
Sat Dec 01, 2007 2:56 am
Forum: Common Problems
Topic: Eclipse XSLT debugger breakpoints don't break
Replies: 8
Views: 8399

If you try to place a breakpoint on an empty line or on a line with only an end tag then the oXygen plugin displays the error "Breakpoints can only be created on a line containing the end of a start tag". Sorry, I guess I wasn't clear. Take this template <xsl:template match="sls:SLS&...
by jokester01au
Sat Dec 01, 2007 2:39 am
Forum: Common Problems
Topic: Better customization of run/debug keyboard shortcuts
Replies: 3
Views: 3669

for example Ctrl+Shift+F5 the new shortcut executes Step In when you are in the XSLT Debugger perspective. It does not matter the view or the editor that has the focus when you use the shortcut. This is not correct. "Category" merely groups the various commands together. You'll notice tha...
by jokester01au
Fri Nov 30, 2007 3:40 am
Forum: Common Problems
Topic: Better customization of run/debug keyboard shortcuts
Replies: 3
Views: 3669

Better customization of run/debug keyboard shortcuts

I want to have the run/debug keyboard shortcuts to be the same when I am debugging XSLT as when I am debugging Java. the XSLT debugger shortcuts are present in the "keys" preferences section, which is great, but I can't access an appropriate context to set them in. What I want is a "O...
by jokester01au
Fri Nov 30, 2007 3:31 am
Forum: Common Problems
Topic: Eclipse XSLT debugger breakpoints don't break
Replies: 8
Views: 8399

I notice that this is still the behaviour in oxygen 9. When debugging java with eclipse, if you try to place a breakpoint somewhere where it will not work, eclipse automatically moves the breakpoint to the next line where it will successfully break. I think that this behaviour is far more user-frien...
by jokester01au
Fri Nov 30, 2007 3:14 am
Forum: Feature Request
Topic: button to disable context switch on variable selection
Replies: 2
Views: 3636

button to disable context switch on variable selection

When debugging and you click on a variable, the editor context automatically jumps to the variable declaration. I can see that this could be useful at certain times, but I find that I almost always would rather that the editor stayed exactly where it was - ie the current execution point. This is muc...
by jokester01au
Fri Nov 30, 2007 3:09 am
Forum: Feature Request
Topic: Eclipse and xsl:message
Replies: 2
Views: 3717

Eclipse and xsl:message

I have been using xsl:message to debug my stylesheets, and when running them with oxygens debugger I can't find my messages appearing anywhere. Messages that terminate the transformation appear as problems, but even in this case I can't find my message text which contains the actual information abou...
by jokester01au
Mon Nov 26, 2007 6:18 am
Forum: Feature Request
Topic: Faster and/or more graceful handling of large XML files
Replies: 9
Views: 12048

This is still a major issue with oxygen 9. It can produce the following very irritating situation: An XML file is open in eclipse when it is exited. While eclipse is closed, another process changes that file and it becomes very large. Then eclipse will not start because oxygen spends forever trying ...
by jokester01au
Fri Nov 23, 2007 6:16 am
Forum: Feature Request
Topic: Improve XWatch
Replies: 2
Views: 3821

Improve XWatch

It would be great if it was possible to call xslt-2.0 functions (ie ones declared in the stylesheet using <xsl:function>) from the XWatch window. Also, I frequently use entities to replace repetitive or verbose XPath expressions with shorter more meaningful names. This works nicely, until I need to ...
by jokester01au
Fri Nov 23, 2007 6:09 am
Forum: Feature Request
Topic: Improve variables display in XSLT debugger
Replies: 1
Views: 2985

Improve variables display in XSLT debugger

I find it maddening when debugging XSLT when the processor is paused on an instruction, and I cannot examine variables which "should" have been processed before that instruction. I realise that the processor (I am using saxon 8b) executes variable descriptions in a lazy fashion, but when t...
by jokester01au
Sat Nov 03, 2007 3:17 am
Forum: Feature Request
Topic: Performance Comparison with Kate
Replies: 1
Views: 3297

Performance Comparison with Kate

Hi, I just read through this post again to try to figure out a solution to the persistent problem of oxygen hanging when you (inadvertantly) try to open a large XML document. I am running Linux and JRockit and Eclipse, and I turned off code folding, validate as you type, and also the parser validati...
by jokester01au
Tue Oct 09, 2007 2:15 am
Forum: Common Problems
Topic: XSLT debugger in eclipse repeatedly flashes the toolbar
Replies: 8
Views: 8301

Just noticed another issue with toolbars in oxygen 8.2. I had just loaded eclipse and had not yet done anything with it. The perspective opened up with my previous files, which were one xml document and one xslt document. There were 2 oxygen toolbars on screen, one greyed out. It looks like they mus...
by jokester01au
Wed Oct 03, 2007 2:17 am
Forum: Feature Request
Topic: convert "XSLT Debugger" view to a toolbar in eclip
Replies: 1
Views: 3219

convert "XSLT Debugger" view to a toolbar in eclip

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...
by jokester01au
Fri Sep 21, 2007 5:10 am
Forum: Feature Request
Topic: Find/replace in "saxon8 output" view
Replies: 2
Views: 3748

That is to say, clearly there is little use for "replace", but when the result document is large "find" is very helpful.
by jokester01au
Fri Sep 21, 2007 5:10 am
Forum: Feature Request
Topic: Find/replace in "saxon8 output" view
Replies: 2
Views: 3748

Find/replace in "saxon8 output" view

Currently this seems to be disabled. It would be great if it worked.

It would be even better if the outline view could display the outline of the active result view.
by jokester01au
Fri Sep 21, 2007 3:24 am
Forum: Feature Request
Topic: New navigation features
Replies: 0
Views: 4486

New navigation features

Hi, There's a number of features that the eclipse java environment provides that would be very useful for debugging complex xslt/xqueries. These include: - Mark occurrences - Tooltip for user-defined functions showing function prototype (ie argument names) - F3 to navigate from a function call to th...
by jokester01au
Fri Aug 17, 2007 9:29 am
Forum: Feature Request
Topic: XSLT editor could use "show definition" just like
Replies: 2
Views: 3736

XSLT editor could use "show definition" just like

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.
by jokester01au
Fri Aug 17, 2007 9:25 am
Forum: Feature Request
Topic: Validation scenarios could be used in auto-complete
Replies: 1
Views: 3685

Validation scenarios could be used in auto-complete

Currently, it appears that auto-complete (for example for functions/templates/variables in XSLT, or elements/types in XSD) only lists types visible directly in the current document or others imported by it. It would be great if auto-complete could also pick up other objects that are visible in the a...
by jokester01au
Tue Aug 14, 2007 2:47 am
Forum: Common Problems
Topic: "Problems" window stealing focus in Eclipse 3.3
Replies: 12
Views: 13184

they have different install links. Yes, I noticed that. I looked at the 3.3 link and (incorrectly) concluded that the update manifest for both eclipse 3.2 and eclipse 3.3 had oxygen version 8.2.0 and that therefore I already had the right version. Maybe it would be good for oxygen to inform me that...
by jokester01au
Tue Aug 14, 2007 2:31 am
Forum: Feature Request
Topic: XSLT Debugger should show where error occurred when terminat
Replies: 3
Views: 4301

Validation across multiple stylesheets is supported. :oops: Thanks for letting me know about this. It will resolve no end of hassles for me. Do you mean that the problem tag does not contain a location specified by file name and line number? No, my problem (now partially solved) was finding the pro...
by jokester01au
Tue Aug 14, 2007 2:25 am
Forum: Common Problems
Topic: XSLT debugger doesn't update itself if a file is renamed
Replies: 3
Views: 3668

Is the renamed file already opened in an editor panel when the Rename operation is executed in the Navigator view? Yes If yes then I can see that the title of the editor panel is updated correctly when the Eclipse resource is renamed Yes, that is the same for me. and also I can see that the result ...
by jokester01au
Wed Aug 01, 2007 3:59 am
Forum: Feature Request
Topic: XSLT Debugger should show where error occurred when terminat
Replies: 3
Views: 4301

XSLT Debugger should show where error occurred when terminat

When the XSLT debugger quits part-way through a transformation, the only feedback given is a problem tag. This is good, but when using multiple included stylesheets it is very time-consuming to locate this tag. This is because at the moment validation across multiple stylesheets is not supported and...
by jokester01au
Tue Jul 31, 2007 9:15 am
Forum: Common Problems
Topic: XSLT debugger doesn't update itself if a file is renamed
Replies: 3
Views: 3668

XSLT debugger doesn't update itself if a file is renamed

1. Switch to XSLT debugger perspective. 2. open an xml file via the navigator view. 3. right click on that file in the navigator view and select rename. 4. type in a new name. 5. The debugger panel still shows the old filename, and when run is selected, nothing happens. No error message is shown eit...
by jokester01au
Tue Jul 31, 2007 4:10 am
Forum: Feature Request
Topic: Optional Schema diagram and XSLT/XML editor separation
Replies: 1
Views: 3366

Optional Schema diagram and XSLT/XML editor separation

These are two features that although useful, sometimes get in the way. I think that it would be ideal to have a separate tab for diagram view, much as XMLSpy and now the native eclipse schema editor do. That way, if you prefer to edit the schema source directly, you don't have to continually resize ...
by jokester01au
Tue Jul 31, 2007 3:42 am
Forum: Common Problems
Topic: "Problems" window stealing focus in Eclipse 3.3
Replies: 12
Views: 13184

Probldms with xslt + eclipse 3.3

It sounds like I may have a similar problem. I have found that I cannot open an XSLT editor using oxygen 8.2 and eclipse 3.3, in either linux or windows. I get an SWT error, and the error log contains the attached exception. If I open the same file using an XML editor I have no problems. !ENTRY org....
by jokester01au
Thu Apr 26, 2007 4:22 am
Forum: Common Problems
Topic: Inconsistent Selection modes between eclipse and standalone
Replies: 0
Views: 5150

Inconsistent Selection modes between eclipse and standalone

Hi, There are some significant inconsistencies in behaviour between the eclipse version of Oxygen 8.1 and the standalone version. While this is not serious, it would be good for things to be consistent. Specifically, when double-clicking on an attribute value, oxygen in eclipse selects the entire at...
by jokester01au
Wed Apr 25, 2007 6:46 am
Forum: Common Problems
Topic: Xwatch doesnt update nodes/Values set correctly
Replies: 11
Views: 9890

XWatch problems

Hi Sorin,

Great! Thanks. I look forward to the new version.

Regards,
Joe.
by jokester01au
Sat Feb 03, 2007 5:17 am
Forum: Common Problems
Topic: XSLT debugger in eclipse repeatedly flashes the toolbar
Replies: 8
Views: 8301

Thank you for letting us know how to reproduce this. No problem. I only just figured out what is going on. logged the issue on our JIRA and we will try to fix this. Have you ever considered opening your JIRA up to users to provide a more formal bug tracking mechanism? I think that compared with thi...
by jokester01au
Fri Feb 02, 2007 5:49 am
Forum: Common Problems
Topic: Xwatch doesnt update nodes/Values set correctly
Replies: 11
Views: 9890

If I use this XML <root> <anotherElement> <element attribute="true"/> </anotherElement> </root> and this stylesheet <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"> <xsl:output method="text"/> <xsl:template match="/"> <...