Search found 4 matches

by awagner
Tue Oct 27, 2020 6:01 pm
Forum: Common Problems
Topic: Folding sometimes not available
Replies: 4
Views: 1613

Re: Folding sometimes not available

you may have a stray Unicode character that triggers this. Look in the Properties view (Window > Show view > ...) for the BIDI property. If it's set to true, that is the cause. To control this, go to Options > Preferences, Editor > Open and set "Support for Special Characters" to "Pr...
by awagner
Wed Oct 21, 2020 4:54 pm
Forum: Common Problems
Topic: Folding sometimes not available
Replies: 4
Views: 1613

Folding sometimes not available

Dear all, why would there be occasions when oxygen seems not to recognize where it could fold my code? I have a long xslt stylesheet where no folding triangle buttons are available in the gutter. When I delete everything except the following, it still does not work: <?xml version="1.0" enc...
by awagner
Mon May 19, 2014 1:02 pm
Forum: SDK-API, Frameworks - Document Types
Topic: multi-value combobox?
Replies: 2
Views: 2616

Re: multi-value combobox?

Thank you Alex,

I will see what we are going to use.
by awagner
Thu May 15, 2014 2:30 pm
Forum: SDK-API, Frameworks - Document Types
Topic: multi-value combobox?
Replies: 2
Views: 2616

multi-value combobox?

Hi all, I want to use a combobox in an author action. More specifically, I use it in the ToggleSurroundWithElementOperation to add a <hi> element around the current selection, allowing to user to specify the elements @rendition attribute from a list of allowed values ("#it", "#b"...