Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| tmf:notepad [2016/03/19 15:53] – created snippers | tmf:notepad [2025/08/03 14:24] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ===== Setting up notepad++ ===== | ||
| + | |||
| Notepad++ is a text editor that will syntax highlight scripts for you. This makes it far easier to read the scripts and see errors. You can download notepad++ here - https:// | Notepad++ is a text editor that will syntax highlight scripts for you. This makes it far easier to read the scripts and see errors. You can download notepad++ here - https:// | ||
| + | |||
| + | {{: | ||
| ==== Setting up syntax highlighting ==== | ==== Setting up syntax highlighting ==== | ||
| The lazy way to get syntax highlighting working is simply use the C++ highlighting. Once you have notepad++ running in the top bar go to " | The lazy way to get syntax highlighting working is simply use the C++ highlighting. Once you have notepad++ running in the top bar go to " | ||
| + | |||
| {{: | {{: | ||
| + | |||
| Select C++ under language and in User ext add "ext sqm sqf". This ensures all *.sqf, *.ext and *.sqm files do syntax highlighting. | Select C++ under language and in User ext add "ext sqm sqf". This ensures all *.sqf, *.ext and *.sqm files do syntax highlighting. | ||