Build 534, Windows 2000

I have Idea set up to have one blank line around fields.  If I have:

/**
 * a field
 */
static String m_strString;
/**
 * a field
 */
static int m_nMyInt;


and then select layout code, it formats correctly (a space inserted between
the first static line and the next line).  However, if I have two blank
lines between the first static and the first /**, nothing is changed.

e.g., if I have:

/**
 * a field
 */
static String m_strString;


/**
 * a field
 */
static int m_nMyInt;


and then select layout code, the extra blank line between the static and the
/** is not removed.


Thanks,

-- Rick

_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to