Search found 2473 matches
- Tue Jan 26, 2021 6:01 am
- Forum: Tutorials, Tips and Tricks
- Topic: Using Zeus with Python
- Replies: 0
- Views: 12
Using Zeus with Python
Installation Since the Zeus IDE is scriptable using the Python language the default Zeus installer also installs a Python environment. This means to start learning to program in Python no other installations are required. To test this installation use the Tools, DOS Command Line menu and in the res...
- Wed Jan 20, 2021 5:33 am
- Forum: Tutorials, Tips and Tricks
- Topic: Using Zeus with ASP.Net Core
- Replies: 0
- Views: 47
Using Zeus with ASP.Net Core
Installation Follow the installation steps found here: http://www.zeusedit.com/phpBB3/viewtopic.php?f=5&t=8135 Creating a Test ASP.Net Project 1. Start the Zeus IDE and use the Tools, Language Shells, Command Prompt menu to open up a command prompt. 2. Navigate to the directory in which the new pro...
- Tue Jan 19, 2021 1:24 am
- Forum: Tutorials, Tips and Tricks
- Topic: Using Zeus with C# .Net Core
- Replies: 0
- Views: 35
Using Zeus with C# .Net Core
Installation 1. Download .Net Core SDK from here: https://dotnet.microsoft.com/download/dotnet-core In this example the Windows x64 version of the SDK 5.0.102 was downloaded and installed. net-core.png 2. After running the installer start the Zeus IDE and check the installation by using the Tools, ...
- Mon Jan 04, 2021 5:09 am
- Forum: Tutorials, Tips and Tricks
- Topic: Using Zeus with Clang C/C++
- Replies: 0
- Views: 471
Using Zeus with Clang C/C++
The steps below describe how to get the Clang C/C++ compiler up and running on Windows. Installation 1. Download and install the Windows pre-built binary installer from this page: https://releases.llvm.org/download.html clang-install.png 2. If the installer asks for admin rights, select the PATH for...
- Fri Jan 01, 2021 12:26 pm
- Forum: Tutorials, Tips and Tricks
- Topic: Using Zeus with Zig
- Replies: 0
- Views: 436
Using Zeus with Zig
1. Go to the following download page an select from the various versions of Zig available: https://github.com/ziglang/zig/releases/ In this example the 0.5.0 version was installed from that release downloaded page. 2. Unzip the contents of that 0.5.0 package into this folder location. c:\zig-0.5.0\ ...
- Thu Dec 31, 2020 4:07 am
- Forum: Tutorials, Tips and Tricks
- Topic: Using Zeus with Haskell
- Replies: 0
- Views: 427
Using Zeus with Haskell
1. Go to the following download page an select from the various versions of Haskell available: https://downloads.haskell.org/ghc/ In this example the 8.8.4 version was selected and the ghc-8.8.4-x86_64-unknown-mingw32.tar.xz package was downloaded. 2. Unzip the contents of that package into this fol...
- Tue Dec 22, 2020 8:55 am
- Forum: Tutorials, Tips and Tricks
- Topic: Using Zeus with GnuCOBOL 3.1.1
- Replies: 0
- Views: 511
Using Zeus with GnuCOBOL 3.1.1
1. Go to the following download page an select from the various versions of GnuCOBOL available: https://www.arnoldtrembley.com/GnuCOBOL.htm The list of options includes: GnuCOBOL 3.1.1 BDB MinGW GnuCOBOL Compiler Includes Berkeley DataBase 18.1.40 for Indexed Sequential file access support, GMP 6.2....
- Sat Dec 12, 2020 3:46 am
- Forum: Tutorials, Tips and Tricks
- Topic: Installing GnuCOBOL 3.1
- Replies: 0
- Views: 805
Installing GnuCOBOL 3.1
Details on installing and using GnuCOBOL can be found here: https://bigdanzblog.wordpress.com/2020/05/05/installing-gnucobol-on-windows/ The binary installer can be found here: https://www.arnoldtrembley.com/GnuCOBOL.htm Other binary installers can also be found here: https://sourceforge.net/project...
- Thu Nov 19, 2020 3:13 am
- Forum: Tutorials, Tips and Tricks
- Topic: Zeus IDE Workspace
- Replies: 0
- Views: 1642
Zeus IDE Workspace
Overview The Zeus Workspace is the collection of one or more projects, while a project is a collection of files and folders, with the folders also containing files and folders. It can be thought of as a logical grouping of files and folders into projects, all of which are then contained in a single...
- Tue Sep 29, 2020 12:37 pm
- Forum: General
- Topic: Autocomplete python error
- Replies: 4
- Views: 5524
Re: Autocomplete python error
It looks like the OmniSharp script is out of date which is not all that surprising. Now I think the good news is since the script is failing and yet you still see the autocomplete dialog, that suggest the autocomplete being displayed is the Zeus ctags autocomplete which is defined in the Tags Databa...
- Mon Sep 28, 2020 11:17 pm
- Forum: General
- Topic: Autocomplete python error
- Replies: 4
- Views: 5524
Re: Autocomplete python error
What type of file are you editing when you see this autocomplete error :?: Looking at the call stack I can see the error is happening on an assert which suggests this might be some sort of Python installation mismatch/error: Error: File "C:\Users\[User]\AppData\Roaming\Xidicone\Zeus\zScript\PyLib\sr...
- Thu Sep 17, 2020 10:08 pm
- Forum: Tutorials, Tips and Tricks
- Topic: Support for Tree Sitter
- Replies: 0
- Views: 3828
Support for Tree Sitter
The latest version of the Zeus IDE include support for the tree sitter language parser. This support is included for the following languages: C/CPP C# CSS Go HTML JavasSript Lua PHP Python Rust SQL TypeScript Verilog XML This feature provides the following benefits: Improved, more accurate syntax hi...
- Tue Jun 23, 2020 8:54 am
- Forum: Tutorials, Tips and Tricks
- Topic: WSL2 - Install Linux C/C++ Compilers
- Replies: 0
- Views: 5268
WSL2 - Install Linux C/C++ Compilers
1. Open a Windows command prompt and run the wsl.exe to access the Linux subsystem. 2. Updating the packages list using this command: sudo apt update 3. Install the [i]build-essential[.i] package using this command: sudo apt install build-essential This command will install everything to run the gc...
- Sat Jun 20, 2020 2:33 am
- Forum: Tutorials, Tips and Tricks
- Topic: Windows 10 and WSL2
- Replies: 0
- Views: 4853
Windows 10 and WSL2
With the Windows 10, version 2004 release it is now possible to install WSL2 using the Windows Update feature: m With WSL2 installed it is then possible to access the Linux subsystem via the Windows command prompt: wsl-cmd.png However, trying to run that same command from inside of Zeus results in t...
- Fri Jun 12, 2020 11:46 am
- Forum: Tutorials, Tips and Tricks
- Topic: Rust Compiler Setup
- Replies: 0
- Views: 4844
Rust Compiler Setup
1. Dowload rustup from here: m 2. At the command prompt run the rustup and accept the default options. 3. If install goes as expected the following output should be produced: .... stable installed - rustc 1.44.0 (49cae5576 2020-06-01) Rust is installed now. Great! To get started you need Cargo's bi...