added table export, try to fix escaped expression uuid bug

This commit is contained in:
Magnus Lundmark
2025-12-04 13:12:24 +00:00
committed by Jeff Young
parent 26531bb25d
commit cdc1c417ff
16 changed files with 571 additions and 27 deletions
+1
View File
@@ -115,6 +115,7 @@ wxString ExpandTextVars( const wxString& aSource, const std::function<bool( wxSt
else
newbuf.append( wxT( "AT{" ) );
i++; // Skip the '{'
braceDepth++; // Account for the '{' we just skipped
}
else
{