Search found 131 matches

by Mircea
Mon Mar 14, 2005 12:39 pm
Forum: Common Problems
Topic: Eclipse Plug-in development question: background color
Replies: 5
Views: 9097

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: 3554

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: 2776

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: 5067

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: 4474

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: 4488

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: 4488

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: 5466

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: 6126

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: 11329

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: 5466

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...