Whitespace handling with CSS

Having trouble installing Oxygen? Got a bug to report? Post it all here.
SteveB
Posts: 13
Joined: Sat Feb 02, 2008 6:52 pm

Whitespace handling with CSS

Post 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
adrian
Posts: 2879
Joined: Tue May 17, 2005 4:01 pm

Re: Whitespace handling with CSS

Post 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
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply