--- cedtorig/cedtDocEditAdv.cpp Thu Feb 12 17:51:00 2004 +++ ./cedtDocEditAdv.cpp Tue Jan 2 14:52:29 2007 @@ -165,10 +165,13 @@ LPCTSTR LCS = m_clsLangSpec.m_szLineComment1; INT lenLCS = strlen(LCS); if( ! lenLCS ) return 0; - if( rLine.GetLength() ) { + // CHANGE BY LARSP JAN 2007 + // Comment symbols are also put on blank lines + + // if( rLine.GetLength() ) { CString szString = LCS; szString += " "; FastInsertString(rLine, 0, nIdxY, szString); return lenLCS+1; - } else return 0; + // } else return 0; } INT CCedtDoc::FastReleaseCommentLine(CAnalyzedString & rLine, INT nIdxY)