modifica ai check delle impostazioni avanzate e ricompilata interfaccia
This commit is contained in:
18
asdf.json
18
asdf.json
@@ -3,14 +3,24 @@
|
||||
"paths": {
|
||||
"lastUsed": "defaults.json",
|
||||
"configurationPath": "D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT\\",
|
||||
"INworkPath": "D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT\\TestFiles\\",
|
||||
"OUTworkPath": "H:\\",
|
||||
"OUTnameFormat": "TEST_{docnum}_{year:04d}{month:02d}{day:02d}_{title}.txt"
|
||||
"INworkPath": "C:/Users/Utente/eclipse-workspace/bananaSPLIT/TestFiles",
|
||||
"OUTworkPath": "C:/Users/Utente/eclipse-workspace/bananaSPLIT"
|
||||
},
|
||||
"docStruct": {
|
||||
"language": "scelto da languageconf.json",
|
||||
"docSep": "\\s*Copyright [(0-9)]+",
|
||||
"dateFormat": "{month} {day:d}, {year:d}{}",
|
||||
"language": "placeholder da riempire con le informazioni di languageconf.json"
|
||||
"outPrefix": "DEFP",
|
||||
"outSuffix": "DEFS",
|
||||
"outDateFormat": "{year:04d}{month:02d}{day:02d}",
|
||||
"outInterFormat": "{docnum}_{date}_{title}",
|
||||
"outNameFormat": "{prefisso}_{inter}_{suffisso}.txt",
|
||||
"outDate": true,
|
||||
"outNumber": true,
|
||||
"outTitle": true,
|
||||
"numberPos": 1,
|
||||
"datePos": 2,
|
||||
"titlePos": 3
|
||||
},
|
||||
"settings": {
|
||||
"encoding": "utf-8",
|
||||
|
||||
Reference in New Issue
Block a user