if(isFromNetwork&&hasNetworkProblem)// The file doesn't exist, and the file is a network file, plus the network problem has been detected due to timeout
if(isFromNetwork&&isTimeoutReached)// The file doesn't exist, and the file is a network file, plus the network problem has been detected due to timeout
return;// In this case, we don't call createFile to prevent hanging
{L"Notepad++ #1",QuoteParams::rapid,true,SC_CP_UTF8,L_TEXT,L"I hate reading other people's code.\nSo I wrote mine, made it as open source project, and watch others suffer."},
{L"Notepad++ #2",QuoteParams::rapid,true,SC_CP_UTF8,L_TEXT,L"Good programmers use Notepad++ to code.\nExtreme programmers use MS Word to code, in Comic Sans, center aligned."},
{L"Notepad++ #3",QuoteParams::rapid,true,SC_CP_UTF8,L_TEXT,L"The best things in life are free.\nNotepad++ is free.\nSo Notepad++ is the best.\n"},
{L"Notepad++ #4",QuoteParams::rapid,true,SC_CP_UTF8,L_TEXT,L"Whatever you do, always give 100%.\nUnless you're donating to Notepad++, then 50% is OK.\nhttps://notepad-plus-plus.org/donate/\n"},
{L"Richard Stallman",QuoteParams::rapid,true,SC_CP_UTF8,L_TEXT,L"If I'm the Father of Open Source, it was conceived through artificial insemination using stolen sperm without my knowledge or consent."},
{L"Martin Golding",QuoteParams::rapid,true,SC_CP_UTF8,L_TEXT,L"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live."},
{L"L. Peter Deutsch",QuoteParams::slow,false,SC_CP_UTF8,L_TEXT,L"To iterate is human, to recurse divine."},