Fixes to recreating mnx
Fixed Last bar in menu files are in some situations not converted correctly back in the mnx file.; closed #79
This commit is contained in:
Binary file not shown.
@@ -11,7 +11,7 @@ local;
|
||||
lcappName = "FoxBin2Prg"
|
||||
*Set following two numbers on version
|
||||
ldDate = date(2022,02,25)
|
||||
lcmajorVersion = "1.19.69"
|
||||
lcmajorVersion = "1.19.70"
|
||||
|
||||
*lnJulian = val(sys(11, m.ldDate)) - val(sys(11, {^2000-01-01}))
|
||||
*lcJulian = padl(transform(lnJulian), 4, '0')
|
||||
@@ -39,9 +39,13 @@ Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg
|
||||
|
||||
+++++++++++++++++++++++ Change History +++++++++++++++++++++++
|
||||
|
||||
2022-03-16 v1.19.70
|
||||
- Bug Fix: Last bar in menu files are in some situations not converted correctly back in the mnx file. (bjornhoeksel)
|
||||
- Docu: Buglist internal of FoxBin2Prg reordered
|
||||
|
||||
2022-02-25 v1.19.69
|
||||
-Bug Fix: Missing class when building text file from corrupted VCX (bjornhoeksel)
|
||||
-Bug Fix: Recreating a class while an object with same name exists in VCX fails (bjornhoeksel)
|
||||
- Bug Fix: Missing class when building text file from corrupted VCX (bjornhoeksel)
|
||||
- Bug Fix: Recreating a class while an object with same name exists in VCX fails (bjornhoeksel)
|
||||
- Docu: Template configuration files FOXBIN2PRG.DBF.TXT and FOXBIN2PRG.DBF.CFG.TXT in English
|
||||
- Docu: Notice in contribution file to creating files above in English
|
||||
- Docu: Started reworking double documentation
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
appName = FoxBin2Prg
|
||||
appID = FoxBin2Prg
|
||||
majorVersion = 1.19.69
|
||||
majorVersion = 1.19.70
|
||||
excludeFiles = *.bak,*.bat,*.fxp,*.tbk,*.tmp,*.dat,*.log,*.cvp,README.md,.gitignore,*.zip*,*.7z*,*- copia.*,*.private.*,test_*.*,xx*.*,*.lnk,vfp_init.*,tmp*.*,*.err, *.conflict.*, *.private., .gitignore, *.pui. *.prj*
|
||||
excludeFolders = *.plastic*,*ThorUpdater*,*Documentacion*,*foxunit*,*foxunit_*,*pruebas varias*,*versiones*,*datos_test*
|
||||
|
||||
Reference in New Issue
Block a user