Search found 19 matches

by lukaseder
Thu Apr 12, 2012 10:54 am
Forum: Common Problems
Topic: Bad encoding of JavaScript files
Replies: 8
Views: 3912

Re: Bad encoding of JavaScript files

Hi Adrian,

Yes, upgrading to that maintenance release did the trick, too! Thanks a lot.

Cheers
Lukas
by lukaseder
Wed Apr 11, 2012 5:32 pm
Forum: Common Problems
Topic: Bad encoding of JavaScript files
Replies: 8
Views: 3912

Re: Bad encoding of JavaScript files

... the same applies to CSS, and JSON files, btw
by lukaseder
Wed Apr 11, 2012 5:30 pm
Forum: Common Problems
Topic: Bad encoding of JavaScript files
Replies: 8
Views: 3912

Re: Bad encoding of JavaScript files

Note, in our distribution, the JsFile describer is actually a UTF8ContentDescriber: <extension point="org.eclipse.core.contenttype.contentTypes"> <content-type base-type="org.eclipse.core.runtime.text" priority="low" file-extensions="js" id="JsFile" ...
by lukaseder
Wed Apr 11, 2012 5:26 pm
Forum: Common Problems
Topic: Bad encoding of JavaScript files
Replies: 8
Views: 3912

Re: Bad encoding of JavaScript files

Thanks Adrian! That workaround did the trick for me
by lukaseder
Wed Apr 11, 2012 4:09 pm
Forum: Common Problems
Topic: Bad encoding of JavaScript files
Replies: 8
Views: 3912

Re: Bad encoding of JavaScript files

We use <oXygen/> XML Editor 13.2, build: 2012013115
by lukaseder
Wed Apr 11, 2012 4:06 pm
Forum: Common Problems
Topic: Bad encoding of JavaScript files
Replies: 8
Views: 3912

Bad encoding of JavaScript files

Hello, We've noticed that Oxygen causes our Cp1521-encoded JavaScript files to be displayed (and encoded) badly, always to UTF-8. Removing Oxygen from our plugins resolves the issue and displays JavaScript files correctly again. All JavaScript editors are affected, including the normal text editor a...
by lukaseder
Tue Mar 13, 2012 12:43 pm
Forum: Feature Request
Topic: Add xsl:key objects to the Outline view
Replies: 2
Views: 4041

Add xsl:key objects to the Outline view

Hello,

Every now and then, I'm using <xsl:key/> objects. In my opinion, they're somewhat similar to <xsl:variable/> objects. So it would be nice to have them listed in the Outline view as well...

Cheers
Lukas
by lukaseder
Mon Mar 05, 2012 1:23 pm
Forum: Feature Request
Topic: Add source functionality to XSLT JavaScript editor
Replies: 6
Views: 4890

Re: Add source functionality to XSLT JavaScript editor

Hello Costin,

Currently, we're using Eclipse's WTP JavaScript editor for plain JavaScript files. In this case, I was wondering if block-commenting might be available for JavaScript blocks inside of XSL files, which is our primary use-case

Cheers
Lukas
by lukaseder
Mon Mar 05, 2012 1:20 pm
Forum: Feature Request
Topic: Add auto-completion functionality for Xalan namespaces in XSL Editor
Replies: 4
Views: 3500

Re: Add auto-completion functionality for Xalan namespaces in XSL Editor

Hello Adrian,

I see. I thought about it myself, and I figured it wouldn't be easy to hook into Eclipse JDT to find all possible method candidates efficiently. But exslt would already be very nice.

Cheers
Lukas
by lukaseder
Mon Feb 27, 2012 4:28 pm
Forum: Feature Request
Topic: Add auto-completion functionality for Xalan namespaces in XSL Editor
Replies: 4
Views: 3500

Add auto-completion functionality for Xalan namespaces in XSL Editor

Now here's an advanced feature that would really really be nice in our application! We're using XSL with Xalan/Xerces, and we make heavy use of the Xalan extension methods: http://exslt.org/ As well as of our own ones. Here's a sample Java class: http://i.imgur.com/YyIIb.png And here's an example of...
by lukaseder
Mon Feb 27, 2012 4:14 pm
Forum: Feature Request
Topic: Allow for searching variables, templates with Ctrl-O in XSL Editor
Replies: 6
Views: 4310

Allow for searching variables, templates with Ctrl-O in XSL Editor

In the Java editors, I can jump to class members (attributes and methods) quickly using Ctrl-O: http://i.imgur.com/hwoYi.png Hit Ctrl-O in a Java class and start typing the name of a method (including wildcards) to quickly filter all options. It would be great if this were possible in the XSL editor...
by lukaseder
Tue Feb 14, 2012 2:57 pm
Forum: Feature Request
Topic: JavaScript source formatter doesn't format XML comments correctly
Replies: 4
Views: 2831

JavaScript source formatter doesn't format XML comments correctly

See this screenshot for an example: http://i.imgur.com/3nihE.png The XML comments inside of <script> tags are no longer syntax-highlighted as XML comments but as JavaScript code, instead. This can be a bit confusing... I'm using the <oXygen/> XML Editor 13.2, build: 2012013115 in Eclipse
by lukaseder
Thu Feb 09, 2012 4:02 pm
Forum: Feature Request
Topic: Add source functionality to XSLT JavaScript editor
Replies: 6
Views: 4890

Add source functionality to XSLT JavaScript editor

Hello, We've been in contact before via E-Mail, we're devoted Eclipse Oxygen users and we're really thrilled by the latest increments including a Javascript editor that is integrated in the XSL editor, well done! So here come some suggestions :-) In Eclipse WTP, there is also a Javascript editor, an...