This repository has been archived by the owner on Sep 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Opening files
Maximiliano Jabase edited this page Oct 3, 2021
·
2 revisions
To open files in SPCode, go to File
-> Open
, or press the default hotkey Ctrl + O
You will be able to open SourcePawn scripts/includes (files with .sp
/.inc
extensions), which will get them opened in a regular text editor, SourceMod plugins (files with .smx
extension) which will get automatically disassembled and shown in screen, or other common text formats such as .ini
, .cfg
and .txt
.
Another way to open files is to look for them in the Recent files
menu item under File
. All opened files will get summed up to the Recent files list.
Lastly, if you closed a file, head to File
-> Reopen last tab
or press the default hotkey Ctrl + Shift + T
to reopen it.
Using SPCode
- Opening files
- Creating and saving files
- Adding and editing configurations
- Using the Object Browser
- Starting a game server
- Updating SPCode
Working with plugins
- Writing plugins
- Compiling plugins
- Finding compilation errors
- Copying plugins
- Uploading plugins to FTP
- Reloading plugins in a server
- Decompiling plugins
- Disassembling plugins
Configuring the editor