Search found 134 matches

by Mircea
Wed May 25, 2005 2:56 pm
Forum: Other Issues
Topic: NullPointerException in OxygenXMLEditorActionBarContributor
Replies: 1
Views: 14584

Hi,

Thank you for reporting this issue. We will try to reproduce it and fix it.

Regards,
Mircea.
by Mircea
Tue May 24, 2005 1:55 pm
Forum: Common Problems
Topic: OS X problem with Oxygen 6 running in Eclipse 3.1M7 on JDK 5
Replies: 19
Views: 15753

Hi, We have just checked it and it works ok here. Please make sure that you do not have another version of Xerces in the endorsed dirs of your JRE/JVM. If this is not the case, and since you have said that the '-clean' option did not helped, please consider deleting the content of the 'configuration...
by Mircea
Fri Apr 01, 2005 9:00 am
Forum: Common Problems
Topic: [Eclipse] Spell Check dead.
Replies: 2
Views: 3847

Hi, <oXygen/> editors are not working with the spell checker from Eclipse, but we have our own spell checker, which is available in the editor's menu and toolbar, or using the key sequence: "Ctrl+Shift+Q". For example, in an XML editor, check the last position in the "XML" menu. ...
by Mircea
Mon Mar 14, 2005 12:39 pm
Forum: Common Problems
Topic: Eclipse Plug-in development question: background color
Replies: 5
Views: 9119

Hi Barry, You should use the method: public void setLineBackground(int startLine, int lineCount, Color background); from the StyledText class. Its JavaDoc says: * Sets the background color of the specified lines. * The background color is drawn for the width of the widget. All * line background colo...
by Mircea
Fri Jan 28, 2005 3:27 pm
Forum: Common Problems
Topic: Right click on build.xml to run ant build problem
Replies: 2
Views: 3571

Hi Fred, It seems to be an Ant plugin problem since it does not specify any file-extensions or file-names. After editing the plugin.xml located in the plugins\org.eclipse.ant.core_3.0.0 everything works perfect now. My modification was: <extension point="org.eclipse.core.runtime.contentTypes&qu...
by Mircea
Thu May 06, 2004 12:14 pm
Forum: Common Problems
Topic: Eclipse plug-in indent and auto-fill
Replies: 1
Views: 2791

Hi Justin,

Thank you for reporting this problem. It was fixed and will be available in the 4.1 release.
Until then please consider turning the 'Indent with tabs' option off.

Best Regards,
Mircea.
by Mircea
Fri Apr 02, 2004 10:32 am
Forum: Feature Request
Topic: Syntax Highlighting
Replies: 2
Views: 5082

Hi Ketan,

We added JavaScript highlight on our enhancements list.

Best regards,
Mircea.
by Mircea
Thu Apr 01, 2004 12:10 pm
Forum: Feature Request
Topic: Using oxygen as a base editor?
Replies: 1
Views: 4485

Hi,

oXygen provide a SourceViewer that can be embedded in any SWT Composite. We are currently using it for other integrations.

If you need more details please contact us at support@oxygenxml.com

Mircea.
by Mircea
Thu Nov 20, 2003 10:43 am
Forum: Common Problems
Topic: XML catalogs are not fully supported?
Replies: 3
Views: 4503

Hi Gia, We have no possibility to specify the catalog in command line. Any parameters that you are providing in the command line are interpreted as files to be opened. The catalogs can be added through the Options -> Preferences menu. However, if you are generating the catalog files dinamically from...
by Mircea
Wed Nov 19, 2003 5:33 pm
Forum: Common Problems
Topic: XML catalogs are not fully supported?
Replies: 3
Views: 4503

Hi, First your catalog file is not valid according with http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd . The rewriteURI element has an attribute uriStartString and not uriIdStartString , the later appears as an atribute for the rewriteSystem element. Another problem is the absol...
by Mircea
Mon Sep 01, 2003 12:03 pm
Forum: Common Problems
Topic: urging 2.0.3 plug-in to open a text file as XML
Replies: 2
Views: 5479

A simpler way to make file associations for specific extensions, is to go to the menu and select Window/Preferences/Workbench/File Associations and add the necessary extension to editors mappings.

Regards Mircea.
by Mircea
Thu Aug 28, 2003 4:28 pm
Forum: Common Problems
Topic: install problem with 2.0.3 plugin, Linux
Replies: 4
Views: 6150

Hi, I suggest you to try to install the latest plugin from: http://www.oxygenxml.com/update/com.oxygenxml.editor_2.0.4.beta1.zip If neither this will work, having in mind that we tested the plugin on Win98, Win2000Pro, WinXP, Mac OS X and Mandrake 9, I suggest you to download the Motif distribution ...
by Mircea
Thu Aug 28, 2003 4:14 pm
Forum: Common Problems
Topic: Eclipse plugin shows up--partially, then crashes
Replies: 2
Views: 11345

Hi, As I can see from the log you attached to the message the problem is in the native code outside the Java Virtual Machine. Usualy there is no way that Java code produce crashes of the native code outside the virtual machine. This is a bug from Eclipse code. Anyhow, in the new kit you can download...
by Mircea
Wed Aug 27, 2003 4:13 pm
Forum: Common Problems
Topic: urging 2.0.3 plug-in to open a text file as XML
Replies: 2
Views: 5479

Re: urging 2.0.3 plug-in to open a text file as XML

Hi Mat, You just have to edit the plugin.xml file and add to the editor's extensions list the extensions you need. See example below: <extension point="org.eclipse.ui.editors"> <editor name="Oxygen XML Editor" icon="eclipseIcons/XmlIcon16.gif" extensions="xml, vxml...