Page 1 of 1

Whitespace handling with CSS

Posted: Sun May 22, 2011 8:29 pm
by SteveB
Whenever I select Format and Indent while editing a CSS file, Oxygen removes the whitespace between class names. Example:

Code: Select all

.slide_thumbs .slide .slide_text {	
display: none;
}
becomes

Code: Select all

.slide_thumbs.slide.slide_text {	
display: none;
}
Which breaks the stylesheet. I've learned not to use this feature while editing CSS, but it would be better if it would work. I've tried various combinations of settings under Preferences > Format > CSS, but no luck. Am I missing something?

Steve

Re: Whitespace handling with CSS

Posted: Mon May 23, 2011 3:48 pm
by adrian
Hello,

I've tried to reproduce this in several versions of Oxygen but was unsuccessful. Maybe it only happens in context.

What version and build number of Oxygen are you running(Help -> About)?

Please write to our support email address: support@oxygenxml.com and send us a sample CSS file where this reproduces, a screenshot of Oxygen with the file opened after being formatted and your exported options: Options -> Export Global Options.

Regards,
Adrian