Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Source/BuildGoFish.PRG
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Cd (lcSourceLoc)

*== Most of these local variables will make their way into BuildGoFish.h
lcVersion = '5.1'
lcBuild = '006' && <---- Set your desired version level of the tool here
lcBuild = '007' && <---- Set your desired version level of the tool here
&& This will be used on the GoFish form and will live on the
&& the _GoFish object that gets attached to _Screen at run time.

Expand Down
8 changes: 4 additions & 4 deletions Source/BuildGoFish.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#DEFINE GOFISH_APP_NAME 'GoFish5'
#DEFINE GOFISH_APP_FILE 'GoFish5.app'
#DEFINE GOFISH_VERSION '5.1.006'
#DEFINE GOFISH_BUILDDATE '11. November 2022, '
#DEFINE GOFISH_DBUILDDATE Date(2022,11, 11)
#DEFINE GOFISH_VERSION '5.1.007'
#DEFINE GOFISH_BUILDDATE '22. November 2022, '
#DEFINE GOFISH_DBUILDDATE Date(2022,11, 22)
#DEFINE GOFISH_DOWNLOAD_URL 'https://raw.githubusercontent.com/VFPX/GoFish/master/Source/Source.zip'
#DEFINE GOFISH_VERSION_STRING_FOR_VERSION_FILE 'GoFish5 - 5.1.006 - 11. November 2022, - 20221111'
#DEFINE GOFISH_VERSION_STRING_FOR_VERSION_FILE 'GoFish5 - 5.1.007 - 22. November 2022, - 20221122'
#DEFINE THOR_TOOL_NAME 'Thor_Tool_GoFish5'
#DEFINE VERSON_FILE_URL 'https://github.com/VFPX/GoFish/_GoFishVersionFile.txt'
#DEFINE VERSION_LOCAL_FILE 'GoFishVersionFile.txt'
Expand Down
Binary file modified Source/Forms/gf_collection_explorer.SCT
Binary file not shown.
Binary file modified Source/Forms/gf_collection_explorer.scx
Binary file not shown.
Binary file modified Source/Forms/gofish_about.SCT
Binary file not shown.
Binary file modified Source/Forms/gofish_about.scx
Binary file not shown.
Binary file modified Source/Forms/gofish_advaccedreplacehelp.SCT
Binary file not shown.
Binary file modified Source/Forms/gofish_advaccedreplacehelp.scx
Binary file not shown.
Binary file modified Source/Forms/gofish_advanced.SCT
Binary file not shown.
Binary file modified Source/Forms/gofish_advanced.scx
Binary file not shown.
Binary file modified Source/Forms/gofish_extendsearch.SCT
Binary file not shown.
Binary file modified Source/Forms/gofish_extendsearch.scx
Binary file not shown.
Binary file modified Source/Forms/gofish_filter.scx
Binary file not shown.
Binary file modified Source/Forms/gofish_filterpf.SCT
Binary file not shown.
6 changes: 5 additions & 1 deletion Source/Forms/gofish_filterpf.sc2
Original file line number Diff line number Diff line change
Expand Up @@ -1954,6 +1954,8 @@ DEFINE CLASS gf_filter AS gf_baseform OF "..\lib\gofishui.vcx"
ENDPROC

PROCEDURE loadformsettings
RETURN DODEFAULT()

Local loMy As 'My' Of 'My.vcx'
Local lcSettingsFile, loSettings

Expand Down Expand Up @@ -2031,6 +2033,8 @@ DEFINE CLASS gf_filter AS gf_baseform OF "..\lib\gofishui.vcx"
ENDPROC

PROCEDURE saveformsettings
Return DoDefault()

Local loMy As 'My' Of 'My.vcx'
Local lcSettingsFile, loSettings

Expand All @@ -2041,7 +2045,7 @@ DEFINE CLASS gf_filter AS gf_baseform OF "..\lib\gofishui.vcx"
m.loSettings.Load(m.lcSettingsFile)

With m.loSettings
*-- Form Size and Position -----------------------------
*-- Form Size and Position -----------------------------
.Add('FormTop', This.Top)
.Add('FormLeft', This.Left)
.Add('FormWidth', This.Width)
Expand Down
Binary file modified Source/Forms/gofish_filterpf.scx
Binary file not shown.
Binary file modified Source/Forms/gofish_options.SCT
Binary file not shown.
Binary file modified Source/Forms/gofish_options.scx
Binary file not shown.
Binary file modified Source/Forms/gofish_results.scx
Binary file not shown.
Binary file modified Source/Forms/gofish_results_desktop.scx
Binary file not shown.
Binary file modified Source/Forms/gofish_searchhistory.SCT
Binary file not shown.
Binary file modified Source/Forms/gofish_searchhistory.scx
Binary file not shown.
Binary file modified Source/GoFish5.APP
Binary file not shown.
Binary file modified Source/GoFish5.PJT
Binary file not shown.
Binary file modified Source/GoFish5.pjx
Binary file not shown.
Binary file modified Source/Lib/VFP/FFC/_base.vct
Binary file not shown.
Binary file modified Source/Lib/VFP/FFC/_base.vcx
Binary file not shown.
Binary file modified Source/Lib/VFP/FFC/_environ.vcx
Binary file not shown.
Binary file modified Source/Lib/VFP/FFC/_frxcursor.vct
Binary file not shown.
Binary file modified Source/Lib/VFP/FFC/_frxcursor.vcx
Binary file not shown.
Binary file modified Source/Lib/VFP/My/my.VCT
Binary file not shown.
Binary file modified Source/Lib/VFP/My/my.vcx
Binary file not shown.
Binary file modified Source/Lib/gofishui.VCT
Binary file not shown.
Binary file modified Source/Lib/gofishui.vcx
Binary file not shown.
Binary file modified Source/Lib/gofishwebtools.vcx
Binary file not shown.
Binary file modified Source/Lib/sfsplitter.vct
Binary file not shown.
Binary file modified Source/Lib/sfsplitter.vcx
Binary file not shown.
Binary file modified Source/Source.zip
Binary file not shown.
5 changes: 4 additions & 1 deletion Source/changelog_ver_5.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
GoFish Change Log

**Ver 5.1.005 ** Released 2022-11-11
**Ver 5.1.007 ** Released 2022-11-22
* Fixed: Problem with Filter form issue #36

**Ver 5.1.006 ** Released 2022-11-11
* Fixed: Problem with Collate and expression length issue #34

**Ver 5.1.005 ** Released 2022-11-09
Expand Down
7 changes: 5 additions & 2 deletions _GoFishVersionFile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ Lparameters toUpdateInfo
Text to lcNote NoShow
GoFish Change Log

**Ver 5.1.005 ** Released 2022-11-11
**Ver 5.1.007 ** Released 2022-11-22
* Fixed: Problem with Filter form issue #36

**Ver 5.1.006 ** Released 2022-11-11
* Fixed: Problem with Collate and expression length issue #34

**Ver 5.1.005 ** Released 2022-11-09
Expand Down Expand Up @@ -89,7 +92,7 @@ GoFish Change Log

EndText

AddProperty(toUpdateInfo, 'AvailableVersion', 'GoFish5 - 5.1.006 - 11. November 2022, - 20221111')
AddProperty(toUpdateInfo, 'AvailableVersion', 'GoFish5 - 5.1.007 - 22. November 2022, - 20221122')
AddProperty(toUpdateInfo, 'SourceFileUrl', 'https://raw.githubusercontent.com/VFPX/GoFish/master/Source/Source.zip')
AddProperty(toUpdateInfo, 'LinkPrompt', 'GoFish Home Page')
AddProperty(toUpdateInfo, 'Link', 'https://github.com/VFPX/GoFish')
Expand Down
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GoFish 5.1
_ver 5.1.006 released 2022-11-11_
_ver 5.1.007 released 2022-11-22

## GoFish is an advanced code search tool for fast searching and replacing of Visual FoxPro source code.

Expand All @@ -9,6 +9,7 @@ _ver 5.1.006 released 2022-11-11_

### What's new
#### What's new in version 5.1:
* Fixed: Problem with Filter form issue #36
* Fixed: Problem with Collate and expression length issue #34
* Fixed: Highlighted match not visible in code view for SCX/VCX issue #27
* Fixed: Due to unlucky git settings, some text files wher line end with LF instead of CRLF
Expand Down