|
1 | 1 | # SPCode |
2 | | -#### _SPCode - A lightweight SourcePawn editor._ |
3 | | -[Thread in Alliedmodders](https://forums.alliedmods.net/showthread.php?p=2693577) |
| 2 | +### _SPCode - a lightweight SourcePawn editor._ |
4 | 3 |
|
5 | | -[Discord Server](https://discord.com/invite/Uf6hMqnkY4) **[NEW!]** |
| 4 | +[Visit the Thread in Alliedmodders](https://forums.alliedmods.net/showthread.php?p=2693577) |
| 5 | +[Join our Discord Server!](https://discord.com/invite/Uf6hMqnkY4) |
6 | 6 |
|
7 | 7 | _This is an updated/improved fork of AeonOne's [SPEdit](https://forums.alliedmods.net/showthread.php?t=259917)!_ |
8 | 8 |
|
9 | | -##### List of features: |
| 9 | +### List of features: |
10 | 10 | * Compiling-config system (fully customizable) |
11 | | -* Syntax highlighting (parsed from the include directories / fully customizable) |
12 | | -* Autocomplete (parsed from the include directories) |
13 | | -* IntelliSense (parsed from the include directories) |
14 | | -* SourcePawn templates (customizable) |
| 11 | +* Syntax highlighting (fully customizable) |
| 12 | +* Deprecated 1.6 syntax highlighting |
| 13 | +* SourcePawn plugin templates (customizable) |
15 | 14 | * Copying after/before compiling (& pre/post commandlines) |
| 15 | +* Dynamic autocomplete and IntelliSense-like functionalities from all opened include-files |
16 | 16 | * FTP upload |
17 | 17 | * Server start feature |
18 | 18 | * Code folding |
19 | 19 | * Editor docking |
20 | | -* API reference (plus link to API websites) |
21 | | -* Highlight deprecated 1.6 syntax |
| 20 | +* API references |
22 | 21 | * Bracket highlighting |
23 | 22 | * Auto-indentation (active and passive) |
24 | 23 | * Errors/warnings list |
25 | 24 | * Syntax reformatter (syntax tidy) |
26 | | -* Auto-updating (by default disabled since it could be dangerous) |
27 | | -* Lysis Decompiler (improved version) |
28 | | -* SMX dissassembler (fixed) |
| 25 | +* Auto-updating |
| 26 | +* Lysis Decompiler (by @peace-maker) |
| 27 | +* SMX dissassembler |
29 | 28 | * RCON querying |
30 | | -* Dynamic autocomplete/IntelliSense from all opened include-files **[NEW]** |
31 | 29 | * Auto bracket-closing |
32 | 30 | * Object browser |
33 | 31 | * Translations in multiple languages |
|
0 commit comments