You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.