Search found 2652 matches

by jussij
Wed Jun 11, 2025 9:19 am
Forum: Tutorials, Tips and Tricks
Topic: Installing C/C++ GNU Compilers on Windows Using MinGW
Replies: 0
Views: 1641

Installing C/C++ GNU Compilers on Windows Using MinGW

This page describes how to get the MinGW C/C++ compilers up and running on Windows.

The first step is to visit the following MinGW website: https://www.mingw-w64.org/

From there download and install one of the pre-built Windows packages found here: https://www.mingw-w64.org/downloads/

One of the ...
by jussij
Fri May 30, 2025 4:01 am
Forum: Tutorials, Tips and Tricks
Topic: Running DeepSeek LLM Localy Inside Zeus
Replies: 0
Views: 4510

Running DeepSeek LLM Localy Inside Zeus

The Zeus IDE has scripts for AI 'code explain' and 'ask a question' prompts as described here: https://www.zeusedit.com/zBB3/viewtopic.php?t=8402

IMPORTANT: The standard Zeus 'autocomplete' script can't be used by most DeepSeek models as they don't support Fill-in-the-Middle (FIM) operation.

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

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: 30122

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: 29459

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: 29591

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 7579 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: 48428

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: 9186

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: 8360

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: 63757

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: 8237

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: 52962

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: 8799

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: 9916

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: 9365

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 ...