Search found 14 matches

by DanielH
Tue Jul 03, 2012 5:41 pm
Forum: Other Issues
Topic: Programmatically set the font for text editor.
Replies: 3
Views: 1697

Re: Programmatically set the font for text editor.

Hi Radu,

Thanks for the quick response. I understand that would work for the Author tab, however will this also work for when the XML editor is set to Text edit mode? ie, after having clicked the tab 'Text'.

Thanks again.
by DanielH
Tue Jul 03, 2012 4:00 pm
Forum: Other Issues
Topic: Programmatically set the font for text editor.
Replies: 3
Views: 1697

Programmatically set the font for text editor.

Hi, Looking at the FontsPreferencePage (Window -> Preferences -> Author -> Fonts) you can either tell Oxygen to use Eclipse's font settings, 'Map to text font', or specify your own, 'Customize..'. Is there a way in the oXygen API or framework files to set oXygen to not use the Eclipe font and use a ...
by DanielH
Tue Apr 10, 2012 6:22 pm
Forum: Other Issues
Topic: "Elements" view not showing all available valid elements.
Replies: 3
Views: 1819

Re: "Elements" view not showing all available valid elements.

Interesting thing to note is that the content completion picks up that I can insert a measurement tag at the location, but the Elements view doesn't.

(Sorry for the big pic - I had meant to just link to it but accidentally clicked Submit instead of Preview).
by DanielH
Tue Apr 10, 2012 6:19 pm
Forum: Other Issues
Topic: "Elements" view not showing all available valid elements.
Replies: 3
Views: 1819

"Elements" view not showing all available valid elements.

I seem to have an issue whereby the 'Elements' view is not showing an element when it should show it. I have the following schema in place: <xsd:element name="description"> <xsd:complexType mixed="true"> <xsd:sequence minOccurs="0" maxOccurs="unbounded"> <xsd:...
by DanielH
Fri Mar 16, 2012 4:18 pm
Forum: Other Issues
Topic: Content Assist Extension - Mixing Element Values and Elements
Replies: 5
Views: 2423

Re: Content Assist Extension - Mixing Element Values and Elements

OK, I have the Author Operation method working now, but I have another question. I can get my new actions to appear in the content completion window when the caret is inside an element and not selecting a block of text. However, my action does not appear when the caret has selected a block of text. ...
by DanielH
Thu Mar 15, 2012 6:19 pm
Forum: Other Issues
Topic: Content Assist Extension - Mixing Element Values and Elements
Replies: 5
Views: 2423

Re: Content Assist Extension - Mixing Element Values and Elements

Excellent, thank you - I'll give that a go and get back to you.
by DanielH
Thu Mar 15, 2012 5:32 pm
Forum: Other Issues
Topic: Content Assist Extension - Mixing Element Values and Elements
Replies: 5
Views: 2423

Content Assist Extension - Mixing Element Values and Elements

Hi, Currently, the content assist extension allows developers to add more entries like elements, element values and attributes. Is there a way of inserting an entry that is mixed? Like an element value and an element in one entry. For example, if I had the following XML: <paragraph>The black cat sat...
by DanielH
Tue Mar 13, 2012 5:39 pm
Forum: Other Issues
Topic: Content Assist Extension - Element Values
Replies: 9
Views: 3347

Re: Content Assist Extension - Element Values

Thanks once more for your quick replies and fixes.

Regards,
Daniel
by DanielH
Thu Mar 01, 2012 1:29 pm
Forum: Other Issues
Topic: Content Assist Extension - Element Values
Replies: 9
Views: 3347

Re: Content Assist Extension - Element Values

Thanks again for the response Radu, is there any possibility of a patch that I could apply to oXygen myself? or a pointer on where to look so I can patch it myself? I'm using the oXygen Author Eclipse plugin. Simon: The Oxygen user manual has some examples of adding additional elements and attribute...
by DanielH
Wed Feb 29, 2012 6:54 pm
Forum: Other Issues
Topic: Content Assist Extension - Element Values
Replies: 9
Views: 3347

Re: Content Assist Extension - Element Values

Hi Radu, Thank you for your quick response. Yes, I did mean the yellow-background, I have tried setting the annotation via the constructor as well as setAnnotation method but I am having no luck in getting it working. The Documentation window just says 'Value'. This is what I am doing: String senten...
by DanielH
Wed Feb 29, 2012 1:50 pm
Forum: Other Issues
Topic: Content Assist Extension - Element Values
Replies: 9
Views: 3347

Content Assist Extension - Element Values

Hi, I am currently writing an extension for oXygen that will allow me to add entries to the content assist pop up after CTRL + Space is pressed. I have already set up the extension OK, however when I add CIValue objects (through filterElementValues of SchemaManagerFilter) I cannot change the 'Value'...
by DanielH
Wed Nov 09, 2011 12:34 pm
Forum: Common Problems
Topic: Validation Exceptions
Replies: 3
Views: 1455

Re: Validation Exceptions

Hi Sorin,

We did think of creating an additional schema to do as you said, but we wanted to see whether Oxygen supported any form of 'exception list' first.

Thanks for your help.
by DanielH
Tue Nov 08, 2011 3:38 pm
Forum: Common Problems
Topic: Validation Exceptions
Replies: 3
Views: 1455

Validation Exceptions

Is there is a way of giving the Oxygen validation engine a set of XML element tags to ignore when validating? For example, we have an XML document that contains elements like the following: <paragraph> <text>Some text</text> <meta>Some meta</meta> </paragraph> The schema dictates that a paragraph ca...
by DanielH
Tue Sep 27, 2011 12:58 pm
Forum: Feature Request
Topic: Elements view enhancement: Show/hide namespace
Replies: 1
Views: 1317

Elements view enhancement: Show/hide namespace

Currently, when I use Oxygen's author mode, I am not really interested in seeing the namespace prefixes (in the Current tab) or the full namespace definitions (in the After/Before tabs). Also when I am using several schemas, it can interfere with the sorting of the elements shown in the view. Would ...