We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0895559 commit 6d066c3Copy full SHA for 6d066c3
Src/UnitSettings.cpp
@@ -717,7 +717,7 @@ UnicodeString __fastcall TSettingsData::GetExternScriptEditorExtension(void) {
717
718
// ---------------------------------------------------------------------------
719
bool __fastcall TSettingsData::IsExternScriptEditorExtensionStored(void) {
720
- return ExternScriptEditorExtension != L"%1";
+ return ExternScriptEditorExtension != L"lua";
721
}
722
723
0 commit comments