|
@@ -2746,6 +2746,8 @@ void __fastcall TCustomCommandType::LoadExtension(TStrings * Lines, const Unicod
|
|
|
UnicodeString Line = Lines->Strings[Index].Trim();
|
|
UnicodeString Line = Lines->Strings[Index].Trim();
|
|
|
if (!Line.IsEmpty())
|
|
if (!Line.IsEmpty())
|
|
|
{
|
|
{
|
|
|
|
|
+ Line = ReplaceChar(Line, L'\t', L' ');
|
|
|
|
|
+
|
|
|
bool IsComment = false;
|
|
bool IsComment = false;
|
|
|
if (StartsText(ExtensionMark, Line))
|
|
if (StartsText(ExtensionMark, Line))
|
|
|
{
|
|
{
|