That makes sense, thanks Jussi. To be honest, it's something I stumbled upon by accident so I thought I'd report it but its not like its a big deal. I was on the Execute Script dialog where I happened to enter just date instead of datetime and got surprised by the error.
As an aside, are both the ...
Search found 15 matches
- Tue Aug 06, 2024 2:50 am
- Forum: Reporting a Bug
- Topic: Error while executing the date macro
- Replies: 3
- Views: 23820
- Tue Jul 30, 2024 4:32 am
- Forum: Reporting a Bug
- Topic: Error while executing the date macro
- Replies: 3
- Views: 23820
Error while executing the date macro
Hi, executing the zScript\date.zm macro inserts the date in dd/mm/yyyy format but also outputs a line like Day: 0 Month: 0 Year 0 and shows the debug output window with the contents as below.
Unknown Zeus macro function: date
%s Unexpected error running '%s' function.
%s
WARNING: File: "C:\Users ...
Unknown Zeus macro function: date
%s Unexpected error running '%s' function.
%s
WARNING: File: "C:\Users ...
- Mon Jun 03, 2024 10:30 am
- Forum: Reporting a Bug
- Topic: Crash executing Search - Locate File in Drives
- Replies: 7
- Views: 4618
Re: Crash executing Search - Locate File in Drives
Hi Jussi, the first time around a ZeusErr.dmp file was created in the installation directory with a size of about 22.2 MB. There was no message box dialog about the crash though. Unfortunately since it only occurred on my work machine, I'm unable to upload and send those files to you. My home ...
- Sun May 26, 2024 5:13 am
- Forum: Reporting a Bug
- Topic: Crash executing Search - Locate File in Drives
- Replies: 7
- Views: 4618
Re: Crash executing Search - Locate File in Drives
I tried this on another PC, but the macro in question works fine. There is no crash and it correctly narrows down to the directory where the file is located. It could be something very machine specific, since even on this PC where the macro worked, I don't have a D: drive mapped.
- Fri May 24, 2024 11:49 am
- Forum: Reporting a Bug
- Topic: Crash executing Search - Locate File in Drives
- Replies: 7
- Views: 4618
Re: Crash executing Search - Locate File in Drives
Actually I have been able to reproduce it everytime on my machine by executing the Locate File in Drives macro. This is true whether I use the side panel of macros, or go through the Macros menu, or use the shortcut.
- Thu May 23, 2024 6:57 am
- Forum: Reporting a Bug
- Topic: Crash executing Search - Locate File in Drives
- Replies: 7
- Views: 4618
Crash executing Search - Locate File in Drives
Hi, I was trying to go from the my currently being edited document do it's location in the Drives side panel. I utilized the Search - Locate File in Drives macro from the Macro side panel, whose source is detected as file_synch_drives.py .
Executing the macro results in an immediate crash, with the ...
Executing the macro results in an immediate crash, with the ...
- Mon May 20, 2024 5:46 am
- Forum: Comments and Suggestions
- Topic: Support for Lightweight Markup document types
- Replies: 9
- Views: 4637
Re: Support for Lightweight Markup document types
Thank you for including the Markdown document type by default Jussi. Just to highlight the issue I was mentioning above, the code snippet to reproduce.
# My heading
* This is a list item
* Now the 2nd item
- An indented bullet
I think the default color scheme for the document type is Black ...
# My heading
* This is a list item
* Now the 2nd item
- An indented bullet
I think the default color scheme for the document type is Black ...
- Sun May 19, 2024 6:08 am
- Forum: General
- Topic: Adding a file to workspace automatically
- Replies: 10
- Views: 15660
Re: Adding a file to workspace automatically
Thank you for the information Jussi. I'll use the INI file settings.
You are indeed right, I'm unable to find a .pyc in the default workspace. I'm not sure what file extension it was now, a Python venv comes with all sorts of assorted file extensions. Nonetheless, I now have a way of filtering ...
You are indeed right, I'm unable to find a .pyc in the default workspace. I'm not sure what file extension it was now, a Python venv comes with all sorts of assorted file extensions. Nonetheless, I now have a way of filtering ...
- Tue May 07, 2024 2:51 am
- Forum: Comments and Suggestions
- Topic: Support for Lightweight Markup document types
- Replies: 9
- Views: 4637
Re: Support for Lightweight Markup document types
Thank you Jussi, I tried this out and it works! I'll be applying for an upgrade soon :D
Just a couple of points to note:
The unordered list using * bullets seem to have black background no matter what theme is selected. I usually use the colorscheme white and it looks a bit off with it. Upon ...
Just a couple of points to note:
The unordered list using * bullets seem to have black background no matter what theme is selected. I usually use the colorscheme white and it looks a bit off with it. Upon ...
- Fri May 03, 2024 4:31 am
- Forum: Comments and Suggestions
- Topic: Support for Lightweight Markup document types
- Replies: 9
- Views: 4637
Re: Support for Lightweight Markup document types
Yes, this is exactly what I was looking for.
Is it possible to add this to a new document type via some scripting? Apologies but I'm not very familiar with the Macro APIs of Zeus.

- Wed May 01, 2024 3:57 am
- Forum: Comments and Suggestions
- Topic: Support for Lightweight Markup document types
- Replies: 9
- Views: 4637
Support for Lightweight Markup document types
I'd like to suggest the inclusion of lightweight markup document types like Markdown and ReStructured Text . They have become the defacto standards in writing project documentation, with Markdown rendering becoming common in almost all forges and RST being the backbone of Python Sphinx based ...
- Mon Apr 29, 2024 4:45 am
- Forum: General
- Topic: Adding a file to workspace automatically
- Replies: 10
- Views: 15660
Re: Adding a file to workspace automatically
The dynamic monitoring option is great, so thank you for that. However I frequently also feel the need to have "Ignore folders of files" specified with this, like *.pyc for .git. Is there a particular reason why that configuration gets disabled when dynamic monitoring is enabled?
- Thu Aug 18, 2022 3:48 pm
- Forum: General
- Topic: Markdown highlighting
- Replies: 1
- Views: 25302
Markdown highlighting
Hi,
Just wanted to check if someone has created syntax highlighting/Document Type for Markdown (.md) files?
Just wanted to check if someone has created syntax highlighting/Document Type for Markdown (.md) files?
- Fri Feb 18, 2022 4:14 pm
- Forum: General
- Topic: Adding a file to workspace automatically
- Replies: 10
- Views: 15660
Re: Adding a file to workspace automatically
Thank you for your prompt reply. : )
- Thu Feb 17, 2022 3:30 pm
- Forum: General
- Topic: Adding a file to workspace automatically
- Replies: 10
- Views: 15660
Adding a file to workspace automatically
Upon creation of a new file, is there a way that it can get added to the workspace automatically? I saw the Help file for the function "FileAddToWorkspace" but was unable to find an example for it. I saw the option to add the current file to active project but it doesn't show up in the workspace ...