Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memowidth problems when searching #19

Open
wants to merge 282 commits into
base: master
Choose a base branch
from
Open

Conversation

CarlosYohn
Copy link

You should add
SET MEMOWIDTH TO 8192 && or any high value

Suposse you are looking for forms that uses 'legaliza.dbc' database in dataenviro; and one form's cursor has this line on his properties:
Database = ..........\datosvfp\legaliza\datos_zar\legaliza.dbc
Having memowidth setting of 50 (default), gofish wouldn't find it because line will be divided in this way:
line 1 = "..........\datosvfp\legaliza\datos_zar\legaliz"
line 2 = "a.dbc"
So atcline returns 0

lscheffler and others added 30 commits October 19, 2022 09:20
* New: Option for local settings. Allows local settings and history. Select storage location if local.
* New: Options to allow control of several colours.
* Improved: Storage of some options separated from search settings.
* Fixed: Setting Desktop will engage if form is not closed wit *Ok*  issue #19
* Fixed: Problem with deleted settings file on startup. issue #17
* New: Option for local settings. Allows local settings and history. Select storage location if local.
* New: Options to allow control of several colours.
* Improved: Storage of some options separated from search settings.
* Fixed: Setting Desktop will engage if form is not closed wit *Ok*  issue #19
* Fixed: Problem with deleted settings file on startup. issue #17
    * New: Option for local settings. Allows local settings and history. Select storage location if local.
    * New: Options to allow control of several colours.
    * Improved: Storage of some options separated from search settings.
    * Fixed: Setting Desktop will engage if form is not closed wit *Ok*  issue #19
    * Fixed: Problem with deleted settings file on startup. issue #17
see issue #23, not debugged, Thor
Problem with registration to Thor
Problem with non existing settings file
normalization of path over done
 fixed #28
User preference settings ignored and overwritten
fixed so far, FORM postition and size not changed
 worked #29
Opening Filter dialog fails with class not found
 fixed #28
* Fixed: GF_Search_History_Form_Settings.xml written to default folder. issue #31
* Fixed: User preference settings ignored and overwritten. issue #29
* Fixed: Startup parameter ignored. issue #21
* Fixed: Load history form should provide keyboard access to grid. issue #10
* Improved: buildgofish.prg forces to use of VFP9 SP2
Highlighted match not visible in code view for SCX/VCX fixed #27
fixed corrupted LF <-> CRLF conversation
fixed git settings to prevent corruption
Problem with Collate and expression length fixed issue #34
Problem with Collate and expression length issue
form was not using inherited standard to load / save form properties
fixed #36
Lavacode removed
Merge solution to Problem with Filter form
Merge solution to Problem with Filter settings file from filter form
Merge solution to Problem with Filter form
Jimrnelson and others added 30 commits July 26, 2024 11:03
Version 7.1.18 - 2024-07-26
- Bug fix:
    - Error when searching active project with "Limit search to project home directory and sub-folders". (#280)
- Tweaks
    - to display of command buttons on results form (#275)
    - to handling of status bar on closing results form
    - to arrangement of controls on the "New in V7" page on the Options form
- Bug fix:
    - Error when searching active project with "Limit search to project home directory and sub-folders". (#280)
- Tweaks
    - to display of command buttons on results form (#275)
    - to handling of status bar on closing results form
    - to arrangement of controls on the "New in V7" page on the Options form
Version 7.1.19 - 2024-08-08
- Bug fixes:
    - Replacements in menus (MNXs) were failing with mis-leading error messages. (#283)
    - Problem in code view pane after a replacement.
- Two additions to grid context menu (#282):
    - Copy highlighted text to clipboard
    - Gofish for highlighted text
- Re-assignment of access keys in context menus (#282):
    - in grid
    - in treeview
Version 7.1.20 - 2024-08-21
- Bug fixes:
    - Matches in field `ResName` in MNX files were not being handled correctly. (#283)
    - Backups of MNXs during replacements were failing if either 'MPR' or 'MPX' files did not exist (#283)
Version 7.1.201- 2024-08-22
- Matches in MNX files to fields entered in the secondary "Prompt Options" form now open that form.
- Assignment of some access keys in the results form and grid header context menu (#288)
Version 7.1.22- 2024-08-31
- Improved handling of Text/EndText statements in wild card searching and display in Code View pane.
- Improved error reporting for some search errors (#291)
Version 7.1.23- 2024-09-06
- Context menus now sensitive to default font size
- New context menu item "View Record" in grid
- Bug fixes:
    - In Filter form, problem in the InteractiveChange event.
    - Handling of entries in the "COMMENT" field in MNXs.
- Context menus now sensitive to default font size
- New context menu item "View Record" in grid
- Bug fixes:
    - In Filter form, problem in the InteractiveChange event.
    - Handling of entries in the "COMMENT" field in MNXs.
Version 7.1.24- 2024-09-15
- Bug fix:
    - In right-click context menu of grid (#295)
Version 7.1.25- 2024-09-18
- "Advanced Replacement" changes:
    - Return null from UDF to delete the line.
    - Minor cleanup of documentation in the form that comes up when it is used.
    - Sample PRG now provided demonstrating uses.
Version 7.1.26- 2024-09-21
- Added new context menu items to "Advanced" command button
    - Use "Skip Files" list
    - Edit "Skip Files" list
- Modified "View Record" in grid context menu so that the fields are enabled for copying (even though the changes cannot be saved.)
- Slight change in wild card searching if the first word (before the *) is too short (less than four characters)
Version 7.1.27- 2024-10-03
- Bug fixes:
    - Replacements in menus (MNXs) were failing with mis-leading error messages. (#283)
Version 7.1.28 - 2024-10-04
New options on "New in V7" page of Options screen:
- Checkbox for selecting "Dark Mode" when using IDE colors (#262)
- Spinner for selecting font size for context menus (#301)
New options on "New in V7" page of Options screen:
- Checkbox for selecting "Dark Mode" when using IDE colors (#262)
- Spinner for selecting font size for context menus (#301)
Version 7.1.29 - 2024-10-11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants