raylib/projects/Notepad++
Anthony Carbajal 79188f570b
Some checks failed
Android / build (arm64) (push) Has been cancelled
Android / build (x86_64) (push) Has been cancelled
CMakeBuilds / Windows Build (push) Has been cancelled
CMakeBuilds / Linux Build (push) Has been cancelled
Linux / build (i386, i386, /user/bin, 32) (push) Has been cancelled
Linux / build (x86_64, amd64, /user/bin, 64) (push) Has been cancelled
Linux Examples / build (push) Has been cancelled
macOS / build (push) Has been cancelled
Parse raylib_api / build (push) Has been cancelled
WebAssembly / build (push) Has been cancelled
Windows / build (i686, pe-i386, 32, mingw-w64) (push) Has been cancelled
Windows / build (x64, x64, 64, msvc16) (push) Has been cancelled
Windows / build (x86, Win32, 32, msvc16) (push) Has been cancelled
Windows / build (x86_64, pe-x86-64, 64, mingw-w64) (push) Has been cancelled
Windows Examples / build (push) Has been cancelled
fixed spacing in sha1 comment (#4540)
2024-11-25 20:17:22 +01:00
..
raylib_npp_parser fixed spacing in sha1 comment (#4540) 2024-11-25 20:17:22 +01:00
npes_saved_mingw.txt Review Notepad++ scripts for the supported compilers 2021-11-02 20:40:33 +01:00
npes_saved_tcc.txt Updated Npp scripts 2022-08-08 19:20:02 +02:00
npes_saved_w64devkit.txt Updated Notepad++ autocomplete list for raylib 5.5 2024-11-14 16:38:55 +01:00
npes_saved_zig.txt Updated Npp scripts 2022-08-08 19:20:02 +02:00
README.md Reorganized project templates folder 2018-05-10 17:35:02 +02:00

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.