- Enhanced HELP dialog info when running FoxBin2Prg with double-click

This commit is contained in:
fdbozzo
2018-03-16 20:35:06 +01:00
parent 0695c27a2f
commit caf373d2ac
3 changed files with 349 additions and 106 deletions

View File

@@ -6,8 +6,8 @@ With toUpdateInfo
.VersionDate = Date(2018,03,16)
.SourceFileUrl = 'http://vfpxrepository.com/dl/thorupdate/Projects/FoxBin2Prg/FoxBin2Prg.Zip'
.Link = 'http://vfpx.codeplex.com/wikipage?title=FoxBin2PRG'
.LinkPrompt = 'FoxBin2Prg Home Page'
.Link = 'https://github.com/fdbozzo/foxbin2prg/wiki'
.LinkPrompt = 'FoxBin2Prg Wiki Page'
EndWith
Text to lcNote NoShow
@@ -23,6 +23,7 @@ Change History -------------------------------------------------------------
2018-03-16 v1.19.51
- Add LOG info about config.fpw used and CodePage
- Enhanced HELP dialog info when running FoxBin2Prg with double-click
2018-03-15 v1.19.50.3
- Bug Fix: When adding some non-VFP text files like html,css,etc, in the text section of the project, FoxBin2Prg does not keep this selection when regenerating the PJX, leaving them in the files section (Darko Kezic)