Search found 6 matches

by kg129
Fri Jun 23, 2017 4:12 pm
Forum: Other Issues
Topic: XML Refactoring introduces unwanted attributes in child nodes
Replies: 2
Views: 1948

Re: XML Refactoring introduces unwanted attributes in child nodes

Thanks for the follow-up. I'm using the predefined operation. I'll try and get a sample file and email it as you say. I wonder if the associated schema rules are causing Oxygen to insert those attributes.
by kg129
Fri Jun 23, 2017 1:18 am
Forum: Other Issues
Topic: XML Refactoring introduces unwanted attributes in child nodes
Replies: 2
Views: 1948

XML Refactoring introduces unwanted attributes in child nodes

I'm trying XML Refactoring with the operation "Wrap Contents of Tag". However, unwanted attributes are introduced in child nodes that are contained in the content of the tag that is being selected. Suppose my XPath picks out some element <parent> and wraps its content with <inserted_tag> s...
by kg129
Fri Jun 23, 2017 1:11 am
Forum: Other Issues
Topic: Oxygen Ctrl+Tab uses history instead of position
Replies: 6
Views: 3549

Re: Oxygen Ctrl+Tab uses history instead of position

Cool, thanks for looking into this.
by kg129
Thu May 25, 2017 8:46 pm
Forum: Other Issues
Topic: Oxygen Ctrl+Tab uses history instead of position
Replies: 6
Views: 3549

Oxygen Ctrl+Tab uses history instead of position

I'm sure this issue has been discussed before, but is there any way to make Ctrl+Tab use "Position" instead of "History". In other words, it should work the way it works in a browser like Chrome. I personally find the current behavior unintuitive because I'm used to how browsers ...
by kg129
Wed Feb 22, 2017 7:41 pm
Forum: Other Issues
Topic: Shortcut to move cursor after closing tag
Replies: 2
Views: 1725

Re: Shortcut to move cursor after closing tag

I see. Thanks for the explanation :)
by kg129
Tue Feb 21, 2017 9:39 pm
Forum: Other Issues
Topic: Shortcut to move cursor after closing tag
Replies: 2
Views: 1725

Shortcut to move cursor after closing tag

How do I move the cursor after the closing tag. I expect "Tab" to do this, but "Tab" skips into the next tag instead. Example, where # is the cursor position: <para>This is <bold>bold#</bold></para> <para>Some text.</para> Hitting "Tab" moves the cursor as: <para>This i...