Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
rogue_dev
Post subject: CSS formatting and block comments  PostPosted: Oct 19, 2005 - 07:16 PM
Veteran Member
Veteran Member


Joined: Aug 19, 2004
Posts: 115

I have a CSS file which has the following comment structure:
Code:
/*
Copyright .......
*/

/*TITLE: Red Scheme */

/* body */
body
{
     <css statements>
}

and so on.

If I reformat this file (using SHIFT-CTRL-F), the comments are "inlined":
Code:
/*
Copyright .......
*/ /*TITLE: Red Scheme */ /* body */
body {
     <css statements>
}

I think the formatter should honour blank lines between comments.
 
 View user's profile Send private message  
Reply with quote Back to top
support-rkalla
Post subject:   PostPosted: Oct 20, 2005 - 02:24 PM
Registered Member
Registered Member


Joined: Jan 06, 2004
Posts: 23855

I will file this, thank you rogue_dev.

_________________
Riyad
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits