Mulleflupp > 2020-09-09 04:34
Jean Lalonde > 2020-09-09 07:31
Mulleflupp > 2021-02-18 04:21
(2020-09-09 07:31)Jean Lalonde Wrote: Hi,
All the pieces should be on GitHub. Tell me what's missing and I'll add it?
Jean
CopyClassStructure()
;---------------------------------------------------------
{
saActiveFileManagerSystemNames := StrSplit("WindowsExplorer|DirectoryOpus|TotalCommander|QAPconnect", "|")
###_D("", 1, 1) ; to capture instance values
###_O("o_FileManagers", this) ; to capture instance values
###_O("o_FileManagers.SA (strFileManagerSystemName)", this.SA, "strFileManagerSystemName") ; to capture instance values
loop, % saActiveFileManagerSystemNames.Length()
###_O("o_FileManagers.SA[" . A_Index . "] (" . this.SA[A_Index].AA.strFileManagerSystemName . ")", this.SA[A_Index]) ; to capture instance values
###_D(Clipboard, 1, 1) ; to capture instance values
}
Jean Lalonde > 2021-02-18 08:19
Mulleflupp > 2021-02-22 11:50