Ray 637debb62d | 3 days ago | |
---|---|---|
.. | ||
raylib_npp_parser | 3 days ago | |
README.md | 6 years ago | |
npes_saved_mingw.txt | 3 years ago | |
npes_saved_tcc.txt | 2 years ago | |
npes_saved_w64devkit.txt | 3 days ago | |
npes_saved_zig.txt | 2 years ago |
This folder includes some useful files to config Notepad++ for raylib.
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.
A series of scripts for Notepad++ NppExec plugin to compile raylib library and examples.