Compilata versione 1.3 pronta alla release

This commit is contained in:
2020-04-02 18:28:55 +02:00
parent 7ffce8cdfd
commit 18597dfbbf
3 changed files with 74 additions and 75 deletions

Binary file not shown.

View File

@@ -1,16 +1,14 @@
{ {
"version": "v1.2", "version": "v1.3",
"paths": { "paths": {
"lastUsed": "defaults.json", "lastUsed": "defaults.json",
"configurationPath": "./conf/", "configurationPath": "./conf/",
"INworkPath": "C:/", "INworkPath": "C://",
"OUTworkPath": "C:/", "OUTworkPath": "C://",
"fileList": [ "fileList": []
"bdlog.txt"
]
}, },
"docStruct": { "docStruct": {
"fileVersNew": true, "fileVersNew": false,
"language": "English", "language": "English",
"languageIdx": 1, "languageIdx": 1,
"docSep": "\\s*Copyright [(0-9)]+", "docSep": "\\s*Copyright [(0-9)]+",
@@ -38,7 +36,9 @@
} }
}, },
"settings": { "settings": {
"encoding": "ansi", "winW": 800,
"winH": 700,
"encoding": "windows-1252",
"monthPosition": 0, "monthPosition": 0,
"getNewsPaperName": true, "getNewsPaperName": true,
"nameNotFoundStr": "ND", "nameNotFoundStr": "ND",

View File

@@ -1,17 +1,14 @@
{ {
"version": "v1.2", "version": "v1.3",
"paths": { "paths": {
"lastUsed": "spiripacchio.json", "lastUsed": "linux.json",
"configurationPath": "./conf/", "configurationPath": "./conf/",
"INworkPath": "D:/Emanuele/Documenti/workspace/bananaSPLIT/TestFiles/FileBastardi", "INworkPath": "/home/",
"OUTworkPath": "H:/", "OUTworkPath": "/home/",
"fileList": [ "fileList": []
"Files(100)(1).txt",
"Files(100)(2).txt"
]
}, },
"docStruct": { "docStruct": {
"fileVersNew": true, "fileVersNew": false,
"language": "English", "language": "English",
"languageIdx": 1, "languageIdx": 1,
"docSep": "\\s*Copyright [(0-9)]+", "docSep": "\\s*Copyright [(0-9)]+",
@@ -39,7 +36,9 @@
} }
}, },
"settings": { "settings": {
"encoding": "ansi", "winW": 800,
"winH": 700,
"encoding": "windows-1252",
"monthPosition": 0, "monthPosition": 0,
"getNewsPaperName": true, "getNewsPaperName": true,
"nameNotFoundStr": "ND", "nameNotFoundStr": "ND",