diff options
| author | Uneven Prankster <unevenprankster@protonmail.com> | 2023-10-15 21:28:29 -0300 |
|---|---|---|
| committer | Uneven Prankster <unevenprankster@protonmail.com> | 2023-10-15 21:28:29 -0300 |
| commit | 1c0cc775732201f4c4d3ee0d6772be786b3b4aa1 (patch) | |
| tree | f5d692d046868261275c7430a624c3ea9ed75d3d /raylib/projects/Notepad++/README.md | |
| parent | a89f892640cf12f75c7ce18e6e88c70a8d3965ed (diff) | |
A lot has certainly happened!
Diffstat (limited to 'raylib/projects/Notepad++/README.md')
| -rw-r--r-- | raylib/projects/Notepad++/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/raylib/projects/Notepad++/README.md b/raylib/projects/Notepad++/README.md new file mode 100644 index 0000000..7a2e261 --- /dev/null +++ b/raylib/projects/Notepad++/README.md @@ -0,0 +1,19 @@ +### Notepad++ raylib config files + +This folder includes some useful files to config Notepad++ for raylib. + +#### raylib functions autocomplete - c_raylib.xml + +Autocomplete information for Notepad++. The contents of this file should be copied inside raylib\Notepad++\plugins\APIs\c.xml file. + +This file has been automatically generated using the provided tool: `raylib_npp_parser` + +This simple tool basically parses raylib.h header for functions starting by RLAPI, extracts all required information and generates de Notepad++ autocomplete XML equivalent. + +To use the tool, just drag and drop raylib.h over raylib_npp_parser program. + +#### Notepad++ NppExec compilation scripts - npes_saved.txt + +A series of scripts for Notepad++ NppExec plugin to compile raylib library and examples. + + |
