raylib/projects/Notepad++
Ray 99ab4d6cb8 WARNING: MODULES RENAMING!!!
raylib modules have been slightly renamed to add some identity and note that they are independent modules that can be used as standalone separate parts of raylib if required.

The renamed modules are:
 - `core` -> `rcore`
 - `shapes` -> `rshapes`
 - `textures` -> `rtextures`
 - `text` -> `rtext`
 - `models` -> `rmodels`
 - `camera` -> `rcamera`
 - `gestures` -> `rgestures`
 - `core` -> `rcore`

All the build systems has been adapted to this change.
2021-09-22 00:15:06 +02:00
..
raylib_npp_parser Change GetColor to take unsigned int (#1954) 2021-08-26 17:31:01 +02:00
c_raylib.xml fix: change relevant occurences of MeshBoundingBox to GetMeshBoundingBox (#1836) 2021-06-18 13:11:10 +02:00
npes_saved_mingw.txt WARNING: MODULES RENAMING!!! 2021-09-22 00:15:06 +02:00
npes_saved_tcc.txt WARNING: MODULES RENAMING!!! 2021-09-22 00:15:06 +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.