Search found 87 matches

by gwgs
Thu Dec 14, 2017 11:51 pm
Forum: Reporting a Bug
Topic: Zeus dialog boxes appearing on wrong monitor
Replies: 2
Views: 27773

Re: Zeus dialog boxes appearing on wrong monitor

I was running Zeus 3.98l. I had no issue with open file or save file dialogs

I have installed the beta, and it works good.

Thanks

Grant
by gwgs
Tue Dec 12, 2017 10:12 pm
Forum: Reporting a Bug
Topic: Zeus dialog boxes appearing on wrong monitor
Replies: 2
Views: 27773

Zeus dialog boxes appearing on wrong monitor

My setup, laptop running win10, with 2 monitors, making 3 screens
Zeus main window on monitor 2, laptop screen is monitor 1

When Zeus is maximised on monitor 2, all the dialog boxes appear on that monitor
When Zeus is running as a non-maximised app on monitor 2, some of the dialog boxes will appear ...
by gwgs
Thu Sep 14, 2017 3:12 am
Forum: Reporting a Bug
Topic: Issue reopening file over network
Replies: 1
Views: 25456

Issue reopening file over network

When I select a recently opened file from the files menu
Zeus locks up while it reopens the file, the main window starts flashing, the windows toolbar shows multiple zeus icons that appear and disappear rapidly, and zeus remains unresponsive until it has loaded the file, which can take several ...
by gwgs
Sun Feb 26, 2017 9:26 pm
Forum: Reporting a Bug
Topic: Searching for \n
Replies: 2
Views: 27477

Re: Searching for \n

Thanks for that Jussi.


Grant
by gwgs
Fri Feb 24, 2017 2:54 am
Forum: Reporting a Bug
Topic: Save All files, not producing .bak files for updated files
Replies: 2
Views: 27027

Save All files, not producing .bak files for updated files

When I use the 'save all files' command/button, no backup files are created. If I save each file individually, then a backup file of the previous version is created.


Zeus 3.98h on Windows 10 Enterprise 64-bit

Grant
by gwgs
Fri Feb 24, 2017 2:49 am
Forum: Reporting a Bug
Topic: Searching for \n
Replies: 2
Views: 27477

Searching for \n

Found a little bug while working today.

Scenario:
Open file to edit that has the text \n in it some where.
Find \n in file with 'Use regular expressions' un-ticked.
Find will now find every newline in the file, not the text '\n'

Not a biggie, but not the results I was expecting when searching for ...
by gwgs
Mon Jan 23, 2017 10:55 pm
Forum: Comments and Suggestions
Topic: Add highlight all occurrances option to find dialogs
Replies: 3
Views: 46733

Re: Add highlight all occurrances option to find dialogs

That's it!. Thanks Jussi, I hadn't seen that option previously, just the options i primarily use 'whole word' and 'match case'
by gwgs
Fri Jan 20, 2017 12:32 am
Forum: Comments and Suggestions
Topic: Add highlight all occurrances option to find dialogs
Replies: 3
Views: 46733

Add highlight all occurrances option to find dialogs

As there is now the highlight all occurrences macro, would it be feasable to have that functionality added to the find /find/replace dialogs as an option? in much the same was as vim does on *nix


Grant
by gwgs
Sun Dec 20, 2015 9:41 pm
Forum: Comments and Suggestions
Topic: Reload files dialog to have an All option
Replies: 1
Views: 24487

Reload files dialog to have an All option

When the a file has changed dialog comes up, if there are multiple files that need to be reloaded, it would be nice to have an All files option or a dialog pop up with the list of files to be reloaded, and some selection process to determine which ones to reload.
by gwgs
Wed Nov 13, 2013 12:35 am
Forum: Reporting a Bug
Topic: autosave is saving any file opened, changed or not
Replies: 1
Views: 25756

autosave is saving any file opened, changed or not

autosave saving any file opened, even if it hasn't been changed.

Particuarly noticeable when working over a slow network link.

To reproduce, enable autosave
open at least 2 files
change one of them
wait for the autosave to activeate
check to see what backup files exist for the opened files, there ...
by gwgs
Thu Aug 15, 2013 11:50 pm
Forum: Reporting a Bug
Topic: another search and replace bug with newlines
Replies: 1
Views: 25083

another search and replace bug with newlines

if i use the search string
(CALL errorlog\()([A-Za-z0-9_.,' \[\]\\"\|\)\(\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n]+)(\)$)
and replacement string of
LET l_errormsg = \2\n \1l_errormsg\3

with this piece of code
CALL errorlog("INSERT INTO stockdet(sdprodno, sdwhseno, sddet1, sddet2, \n ...
by gwgs
Thu Aug 15, 2013 11:31 pm
Forum: Reporting a Bug
Topic: Search and replace regular expression bug
Replies: 1
Views: 26427

Search and replace regular expression bug

When I use the pattern
(CALL errorlog\()([A-Za-z0-9_.,' "\|\)\(\n]+)(\)$)
as a regular expression in a Find/Replace, It will not find the code below

CALL errorlog("FUNCTION v1716_txfer_post_stock(",
l_tferqty, ",",
l_smavgcst, ",",
i, ",",
l_dockno CLIPPED, ")")

unless I define it as ...
by gwgs
Mon Jul 15, 2013 2:12 am
Forum: Comments and Suggestions
Topic: change hot key for debug regular expressions
Replies: 3
Views: 29338

thanks Jussi, it's working well


Grant
by gwgs
Mon Jul 15, 2013 2:11 am
Forum: General
Topic: Recent File question
Replies: 4
Views: 11759

works fine now, thanks Jussi.




Grant
by gwgs
Thu Jul 11, 2013 2:39 am
Forum: General
Topic: Aborting a trigger script
Replies: 1
Views: 8019

Aborting a trigger script

I'm creating a trigger on file open that checks to see if the file exists before opening it, and asks the user if they want to create the file.

Is there a way of stopping the trigger from completing the file open if the user response is to not create the file?

I'm using python for scripting, and ...