DDFileLister: Theme configuration files can now just have the attribute characters without the control code. Refactored the code that reads the configuration.
Compare changes
+ 98
− 138
@@ -66,6 +66,12 @@
@@ -128,8 +134,8 @@ if (system.version_num < 31900)
@@ -243,6 +249,11 @@ var gErrorMsgBoxHeight = 3;
@@ -265,7 +276,8 @@ parseArgs(argv);
@@ -2245,6 +2257,8 @@ function createFileListMenu(pQuitKeys)
@@ -2986,8 +3000,6 @@ function confirmFileActionWithUser(pFilenames, pActionName, pDefaultYes)
@@ -3009,97 +3021,48 @@ function readConfigFile()
@@ -3117,62 +3080,35 @@ function readConfigFile()
@@ -4207,4 +4143,28 @@ function userCanDownloadFromFileArea_ShowErrorIfNot(pDirCode)
\ No newline at end of file