Search found 2479 matches
- Sat Apr 10, 2021 4:32 am
- Forum: Tutorials, Tips and Tricks
- Topic: Copy File to Remove Server
- Replies: 0
- Views: 5
Copy File to Remove Server
1. Download the pscp.exe found here: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html Place that executable in this folder: C:\Users\<Your User Id>\AppData\Local\Programs\Zeus\zGNU From inside Zeus use the Tools, DOS Command Line menu to run this command: pscp -h That command should p...
- Sun Apr 04, 2021 12:40 am
- Forum: Tutorials, Tips and Tricks
- Topic: Disable Mouse Virtual Scrolling.
- Replies: 0
- Views: 577
Disable Mouse Virtual Scrolling.
If you have a mouse with an oversensitive wheel mouse button like mine, it will be constantly switching to virtual scrolling mode whenever the mouse wheel is used for scrolling. You will know this mode has been activated because the mouse cursor changes to the image shown below: wheel-scroll.png The...
- Thu Mar 11, 2021 11:16 pm
- Forum: Tutorials, Tips and Tricks
- Topic: Microsoft SQLCMD Utility
- Replies: 0
- Views: 483
Microsoft SQLCMD Utility
Microsoft® Command Line Utilities 14.0 for SQL Server
The SQLCMD utility allows users to connect to, send Transact-SQL batches from, and output rowset information from SQL Server instances.
Found here.
The SQLCMD utility allows users to connect to, send Transact-SQL batches from, and output rowset information from SQL Server instances.
Found here.
- Mon Feb 15, 2021 1:31 am
- Forum: Scripts
- Topic: Prettier Reformatting
- Replies: 0
- Views: 1132
Prettier Reformatting
This macro can be used to run the Prettier to format the current document by hand or whenever the file is saved. As an example consider the test.js file which contains the following code: foo(reallyLongArg(), omgSoManyParameters(), IShouldRefactorThis(), isThereSeriouslyAnotherOne()); With this macr...
- Sat Feb 06, 2021 11:55 am
- Forum: Tutorials, Tips and Tricks
- Topic: Using Zeus with Prettier
- Replies: 0
- Views: 1469
Using Zeus with Prettier
Installing Prettier To install Prettier run the following command from the command prompt: npm install --save-dev --save-exact prettier Verify the install by running the following command: npx prettier --help That command should produce the following output: Usage: prettier [options] [file/dir/glob...
- Thu Feb 04, 2021 11:03 am
- Forum: Tutorials, Tips and Tricks
- Topic: Using Zeus with Eslint
- Replies: 0
- Views: 1217
Using Zeus with Eslint
Installing Eslint To install eslint run the following command from the command prompt: npm i -g eslint Verify the install by running the following command: eslint -h That command should produce the following output: eslint [options] file.js [file.js] [dir] Basic configuration: --no-eslintrc Disable...
- Tue Jan 26, 2021 6:01 am
- Forum: Tutorials, Tips and Tricks
- Topic: Using Zeus with Python
- Replies: 0
- Views: 1863
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: 1862
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: 1892
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: 2795
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: 2560
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: 2505
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: 2613
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: 2889
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: 3758
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...