There is some interesting code in this release:<p><pre><code> void FuckingWellSetTheDocumentNameAndDontBloodyIgnoreMeYouCunt(LPCSTR psDocName)
{
if (gpLastOpenedModViewDoc)
{ // make absolutely fucking sure this bastard does as it's told... //
gpLastOpenedModViewDoc->SetPathName(psDocName,false);
gpLastOpenedModViewDoc->SetTitle (psDocName);
}
}
</code></pre>
My heart goes out to whatever programmer had to meet that deadline. There are a lot more gems in the source tree if you just run:<p><pre><code> egrep -R -i "fuck" *</code></pre>