Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
vaezim d7a8af144d
Fix typos in markdowns and comments, Fix invalid links in HISTORY.md (#4017)
há 6 meses
..
raylib_npp_parser Fix typos in markdowns and comments, Fix invalid links in HISTORY.md (#4017) há 6 meses
README.md Reorganized project templates folder há 6 anos
npes_saved_mingw.txt Review Notepad++ scripts for the supported compilers há 3 anos
npes_saved_tcc.txt Updated Npp scripts há 2 anos
npes_saved_w64devkit.txt Update npes_saved_w64devkit.txt há 1 ano
npes_saved_zig.txt Updated Npp scripts há 2 anos

README.md

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.