Search found 13 matches

by XedMada
Thu Jan 05, 2012 12:12 am
Forum: Feature Request
Topic: OUTLINE VIEW IN Relax-NG COMPACT!
Replies: 5
Views: 5535

Re: OUTLINE VIEW IN Relax-NG COMPACT!

Am I really the only one who loves RNC this much? Does anybody else want this feature? Not at all! In my experience the majority of modern XML schema work is done with Schematron and RelaxNG in its compact form for obvious reasons. We use it in our environment and oXygen's regular habit of treating...
by XedMada
Wed Jan 04, 2012 11:36 pm
Forum: Feature Request
Topic: TODO: and FIXME: highlighting in comments
Replies: 3
Views: 2456

TODO: and FIXME: highlighting in comments

Common conventions i've come to appreciate on other editors and management systems. Would be nice if oXygen highlighted their presence in comments of all supported languages.
by XedMada
Wed Mar 23, 2011 12:14 am
Forum: Feature Request
Topic: Allow multiple ${selection} in Code templates
Replies: 2
Views: 1800

Allow multiple ${selection} in Code templates

Cant think of why this wouldn't be allowed.

e.g.

Code: Select all


<!-- ${selection} ========================================

${caret}

======================================== ${selection} -->
by XedMada
Tue Mar 22, 2011 8:01 pm
Forum: Common Problems
Topic: Schematron & XPath 2.0 string/numeric comparisons
Replies: 2
Views: 1974

Re: Schematron & XPath 2.0 string/numeric comparisons

Sorry, forgot to mention: OSX 10.6.6 & oXygen Editor 12.1 build 2011012011
by XedMada
Tue Mar 22, 2011 7:59 pm
Forum: Common Problems
Topic: Schematron & XPath 2.0 string/numeric comparisons
Replies: 2
Views: 1974

Schematron & XPath 2.0 string/numeric comparisons

I recently added queryBinding="xslt2" to my Schematron so I could use XPath 2.0. After doing so, it seems all of my assertion tests containing comparisons of > or < are having issues (reporting incorrectly.) It seems inequality tests are not working out. e.g. schema: <pattern id="limi...
by XedMada
Tue Jan 18, 2011 8:50 pm
Forum: Common Problems
Topic: annotations in RNC not showing
Replies: 5
Views: 2541

Re: annotations in RNC not showing

After a bit more testing, it looks like annotations are not working beyond an external call im making to another .rnc file early in the schema. Annotations above this work (there is only one, thus why I didn't catch it til now), below this do not work. If I remove the annotation for the external ref...
by XedMada
Tue Jan 18, 2011 8:04 pm
Forum: Common Problems
Topic: annotations in RNC not showing
Replies: 5
Views: 2541

Re: annotations in RNC not showing

the personal.xml file does show annotations.
by XedMada
Sat Jan 15, 2011 12:34 am
Forum: Common Problems
Topic: annotations in RNC not showing
Replies: 5
Views: 2541

Re: annotations in RNC not showing

oh, ive also tried manually specifying

Code: Select all

namespace a = "http://relaxng.org/ns/compatibility/annotation/1.0"
to no avail, but this shouldn't be necessary anyway.
by XedMada
Sat Jan 15, 2011 12:31 am
Forum: Common Problems
Topic: annotations in RNC not showing
Replies: 5
Views: 2541

annotations in RNC not showing

In pervious versions an RNC file with comments (single hash) # comment showed up as annotations when editing files with that schema assigned (tool tips and the annotations page of the model view.) This no longer seems to be the case in 12.1. I've also tried adding a second hash ## annotation for tru...
by XedMada
Wed Jan 12, 2011 7:46 pm
Forum: Common Problems
Topic: search and replace background color in 12.1 on OSX
Replies: 3
Views: 1786

search and replace background color in 12.1 on OSX

Yet again, an update finds another field entirely illegible for a white on black syntax theme in OSX. This time the Find/Replace dialog, showing white text on a white background. The outline is still afflicted with a white background as well. Surely I can't be the only mac user with an inverted synt...
by XedMada
Mon Dec 06, 2010 7:15 pm
Forum: Common Problems
Topic: Outline background color in OSX
Replies: 3
Views: 2601

Re: Outline background color in OSX

For our uses embedded Schematron in RNC files is what we are really hurting for.

cheers,
-X
by XedMada
Fri Dec 03, 2010 11:26 pm
Forum: Common Problems
Topic: Outline background color in OSX
Replies: 3
Views: 2601

Outline background color in OSX

Just upgraded to 12 from 10.3. All is well so far, except I notice one problem that kills the outline view for me. I use a Light foreground on Black background syntax highlight scheme, and its nice that the outline now follows this theme for text now, but it still leaves the background white! This i...
by XedMada
Mon May 24, 2010 7:35 pm
Forum: Feature Request
Topic: Full Relax NG Compact support
Replies: 1
Views: 1402

Full Relax NG Compact support

e.g. embedding Schematron, grid view, etc.