Search found 2650 matches

by jussij
Sun Mar 23, 2025 12:24 pm
Forum: General
Topic: Installing Pip for Python
Replies: 0
Views: 23200

Installing Pip for Python

To install pip use the Zeus Tools, DOS Shell menu to open a command line prompt and run the following commands.

1. To start the pip installation run this command:

python.exe -m ensurepip

2. Upgrade pip to the latest version using this command:

python -m pip install --upgrade --force ...
by jussij
Sat Feb 22, 2025 12:07 pm
Forum: Scripts
Topic: Run StyLua Lua Formatter on File Save
Replies: 0
Views: 23386

Run StyLua Lua Formatter on File Save

The StyLua formatter can be used to automatically format Lua code on the file save event as described below.

1. Download a release executable from the following page: https://github.com/JohnnyMorganz/StyLua/releases

In this case the stylua-windows-x86_64.zip asset was downloaded.

2. Extract the ...
by jussij
Sat Feb 22, 2025 11:57 am
Forum: Tutorials, Tips and Tricks
Topic: Using the Stylua Lua Formatter
Replies: 0
Views: 23153

Using the Stylua Lua Formatter

Running StyLua as a Tool Menu Option

1. Download a release executable from the following page: https://github.com/JohnnyMorganz/StyLua/releases

In this case the stylua-windows-x86_64.zip asset was downloaded.

2. Extract the zip file to a suitable folder location, making sure that folder is ...
by jussij
Mon Feb 03, 2025 7:30 am
Forum: General
Topic: Markdown highlighting
Replies: 1
Views: 25299

Re: Markdown highlighting

The latest Zeus release comes with Markdown syntax highlighting.

This latest version also adds a Markdown preview option:
md-preview.png
md-preview.png (143.2 KiB) Viewed 3287 times
by jussij
Wed Jan 29, 2025 3:52 am
Forum: Tutorials, Tips and Tricks
Topic: Upgrading Zeus on Vista, Windows 7, Windows 8 and Windows 10
Replies: 1
Views: 43578

Re: Upgrading Zeus on Vista, Windows 7, Windows 8 and Windows 10

Handling Configuration Difference

The Zeus zConfig files are binary so you can't manually merge them but you can use difference tool to copy files to help manage these differences.

To do this just do the following:

1. Backup the old zConfig folder to zip file.

2. Backup the new zConfig folder ...
by jussij
Sat Jan 18, 2025 11:47 pm
Forum: Scripts
Topic: Ruff Python Formatting
Replies: 0
Views: 3724

Ruff Python Formatting

Ruff is a linter and formatter for Python: https://github.com/astral-sh/ruff/

For details on how to install and configure Ruff for Zeus go here: https://www.zeusedit.com/phpBB3/viewtopic.php?t=8407

With Ruff installed the following macro can be used to format a Python file inside of Zeus.

Using ...
by jussij
Sat Jan 18, 2025 11:22 pm
Forum: Tutorials, Tips and Tricks
Topic: Ruff Python Linter
Replies: 0
Views: 3647

Ruff Python Linter

Ruff is a linter for the Python language and can be found here: https://github.com/astral-sh/ruff

More details on how to configure Ruff can be found here: https://docs.astral.sh/ruff

To use this linter inside Zeus do the following:

1. Download the Linter
Go to the releases page and select the ...
by jussij
Wed Jan 15, 2025 10:28 am
Forum: General
Topic: Appeon PowerBuilder 2017
Replies: 1
Views: 56394

Re: Appeon PowerBuilder 2017

Appeon PowerBuilder 2025 removes support for MS-SCCI as described here: https://www.appeon.com/developers/obsol ... -2025.html

This means Agent SVN will only work with version prior to Appeon PowerBuilder 2025.

Jussi
by jussij
Fri Jan 03, 2025 4:49 am
Forum: Tutorials, Tips and Tricks
Topic: Install Python Pip
Replies: 0
Views: 3568

Install Python Pip

To install and upgrade pip to the latest version use the Zeus Tools, Dos Command Line menu to open a command prompt and run these python commands.

a. Install pip

python.exe -m ensurepip

b. Upgrade pip to the latest version

python -m pip install --upgrade --force-reinstall --no-cache-dir pip
by jussij
Thu Nov 21, 2024 10:58 am
Forum: Comments and Suggestions
Topic: Multiple window support
Replies: 3
Views: 43702

Re: Multiple window support

Multi-window mode enables multiple apps to share the same screen simultaneously......
I can't fault your description of how modern-day applications handle multi-windows, as that description accurately describes many such applications.

It is also fairly obvious to anyone who tries Zeus, it's ...
by jussij
Wed Nov 13, 2024 12:46 pm
Forum: General
Topic: show all characters
Replies: 3
Views: 4044

Re: show all characters

As stated earlier, for very old Zeus keys, your best option would be to start using the Zeus Lite version as this will be a free upgrade: https://www.zeusedit.com/lite/download.html

For these older Zeus versions, that will also mean you get to use a much newer version of Zeus with more features ...
by jussij
Sat Nov 02, 2024 11:12 am
Forum: Scripts
Topic: Ollama LLM Fill in the Middle Code Completion
Replies: 0
Views: 4178

Ollama LLM Fill in the Middle Code Completion

NOTE: The latest version of Zeus includes scripts that allow it to integrate with Gemini AI, OpenAI and Ollama.

These features can be found on the new Macros, AI menu shown below:
ai-macros.png

IMPORTANT: Before trying to use this macro, make sure you are running the most recent version of ...
by jussij
Fri Nov 01, 2024 12:50 am
Forum: Scripts
Topic: Ollama LLM Chat Code Assistant
Replies: 0
Views: 3933

Ollama LLM Chat Code Assistant

NOTE: The latest version of Zeus includes scripts that allow it to integrate with Gemini AI, OpenAI and Ollama.

These features can be found on the new Macros, AI menu shown below:
ai-macros.png

IMPORTANT: Before trying to use this macro, make sure you are running the most recent version of ...
by jussij
Sat Aug 31, 2024 7:52 am
Forum: Tutorials, Tips and Tricks
Topic: Native CoreCLR Debugging
Replies: 0
Views: 3860

Native CoreCLR Debugging

When a native desktop application is using a component written using C++/CLR the following error might be generated when attempting to debug that component:

Microsoft Visual Studio

A fatal error has occurred and debugging needs to be terminated. The debugger was configured to use the Desktop CLR ...
by jussij
Tue Aug 06, 2024 3:12 am
Forum: Reporting a Bug
Topic: Error while executing the date macro
Replies: 3
Views: 23806

Re: Error while executing the date macro

As an aside, are both the Python and Lua macro engines considered current and fully supported?

Yes they are. Both the Lua and Python engines are updated periodically with the latest Lua and Python releases.

The Zeus Python engine is running the Python 3.11.4 version, and the Zeus Lua engine is ...