Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Code editor

Timofei Gorlov edited this page May 3, 2022 · 1 revision

Not long ago, we're installing SPK, and I've written about Special Key Coder, this's code editor, it there's by default, it doesn't need download. In first, you must find file with name - Special Key Coder.exe and run it. You'll see this window:

Let's understand main things. Look up, there's main menu. In tab file, there's parameters for work with current file: open file, save, save as. All files with source code have extension is .spk. Through Run -> Run console you can run console for developer, we tell about console, a little later. Also, there's tab Documentation, click on this tab you'll redirect to browser, and page with documentation will open. When you click to Compile your code will be compiling and run, but before this you must save file withe the code, if you haven't done this before.

Video on this theme:

SPS2

In SPS2, tab Compile was deleted, but Run -> compiling was appeared.

Clone this wiki locally