Search found 10 matches

by eeverman
Mon Feb 28, 2022 8:23 pm
Forum: Feature Request
Topic: Copy XPath command improvement
Replies: 3
Views: 2899

Re: Copy XPath command improvement

Here is another use case for this feature request: As a user of Oxygen, I need to copy/paste a reference to a particular element in an XML structure so that I can refer to it in a document or in a chat. For this use, icluding the namespace or its prefix is not desired and is distracting. For instanc...
by eeverman
Thu Sep 08, 2016 10:06 pm
Forum: Feature Request
Topic: Copy just the values from Find All operation
Replies: 6
Views: 6004

Re: Copy just the values from Find All operation

It *is* possible to work with the resulting xml document to find what you need, as is the suggestion above. Its quite a kludge: Basically do your search, get the results as XML, then search/process the XML to get your actual results. As a related issue: Regex searching lets you specify groups, ie: <...
by eeverman
Mon Aug 29, 2016 5:49 pm
Forum: Feature Request
Topic: Copy just the values from Find All operation
Replies: 6
Views: 6004

Copy just the values from Find All operation

It would be very handy to be able to copy just the values found when using the Find All tool. Currently, copying the results of Find All from the results display tab copies all the meta data along with the results, making it impossible to get just the results. Why would you do this? Say you have a t...
by eeverman
Sat Sep 26, 2015 12:13 am
Forum: Common Problems
Topic: Bug: Cannot change UI layout when in XSLT or DB Perspectives
Replies: 4
Views: 2483

Re: Bug: Cannot change UI layout when in XSLT or DB Perspectives

Thank you for the detailed response. You are correct about the perspectives: It is the XSLT and XQuery perspectives - the DB one works just fine. With regards to the external window on an external monitor: I have a permanent desktop setup (I never unplug my 2 external monitors) and have restarted Ox...
by eeverman
Thu Sep 24, 2015 6:41 pm
Forum: Common Problems
Topic: Bug: Cannot change UI layout when in XSLT or DB Perspectives
Replies: 4
Views: 2483

Bug: Cannot change UI layout when in XSLT or DB Perspectives

Using oXygen/ XML Editor 17.0, build 2015072912 When in the XSLT or the Database Perspective (Window | Open Perspective), it is not possible to drag to move tabs. My UI currently has two tab groups for the XSLT Perspective and I cannot drag a tab from one group to the other or reorder the tabs. It i...
by eeverman
Tue Jan 22, 2013 2:01 am
Forum: Other Issues
Topic: Viewing multiple documents at the same time
Replies: 6
Views: 5925

Re: Viewing multiple documents at the same time

Ah ha! That was it! Thanks so much.

Any chance this could be added to all perspectives? This seems like such a basic windowing feature that its confusing when it doesn't work.

Thanks,

--ee
by eeverman
Mon Jan 21, 2013 8:19 pm
Forum: Other Issues
Topic: Viewing multiple documents at the same time
Replies: 6
Views: 5925

Re: Viewing multiple documents at the same time

Something must be incorrect on my current installation than. When I have two or more documents open, all the Tile options on the Window menu are greyed out and I cannot grab a tab and pull it to the side. My install is: <oXygen/> XML Editor 14.1, build 2012111217 Running on OS X 10.6.8 java.runtime....
by eeverman
Fri Jan 18, 2013 10:14 pm
Forum: Other Issues
Topic: Viewing multiple documents at the same time
Replies: 6
Views: 5925

Viewing multiple documents at the same time

Hi - This feature is likely already present, but I'm just not seeing it. I want to be able to open two files at the same time. For instance, on the left side of app, I would like to see [Document I am working on], on the right side of the app I would like to see [Document I am referencing]. Every ot...
by eeverman
Wed Sep 07, 2011 7:51 pm
Forum: Feature Request
Topic: Copy XPath command improvement
Replies: 3
Views: 2899

Copy XPath command improvement

The Copy XPath command generates technically correct, but generally non-useful XPath syntax. For instance, I'm copying from a namespaced XML document for use in an XSLT doc. Here is an example copied XPath: /csw:GetRecordByIdResponse/*[namespace-uri()='http://www.isotc211.org/2005/gmd' and local-nam...
by eeverman
Fri Feb 22, 2008 10:21 pm
Forum: Other Issues
Topic: Document is always 'Valid', even when invalid
Replies: 1
Views: 3355

Document is always 'Valid', even when invalid

I have oXygen 9.1, build 2007121417 (more detail below). I have a largish XML document (41K lines) that uses an XML Schema, which is referenced with a file location in the root tag. Code completion prompts work, however, the document is always marked as valid, even when I go in and start changing el...