Skip to content

Aquarius DevStudio

Frank van den Hoef edited this page Dec 15, 2023 · 6 revisions

Aquarius DevStudio

Aquarius DevStudio provides a number of useful tools:

Other tools will follow in the future.

File manager

How to run

In BASIC type:

RUN "/aqds/aqds.aqx

This will get you in the file manager.

From here you can navigate with the cursor keys. Press the enter-key to change directories. On the bottom of the screen you see a list of F-keys with functions you can perform.

Pressing F1 on a selected file will:

  • Run the assembler on this file if the file has a .asm extension
  • Otherwise, run the file in BASIC

When you press F4 on a selected file the text editor will launch.

Text Editor

Keyboard shortcuts

Shortcut Description
CTRL-S Save file
CTRL-Q Quit editor
CTRL-C Copy selection to clipboard
CTRL-X Cut selection to clipboard
CTRL-V Paste clipboard to cursor location

Clipboard

Copied / cut text is written to a hidden file /.editor-clipboard. This way text can also be copy-pasted between files.

Text selection

Text can be selected by holding shift and moving the cursor.

Clone this wiki locally