Shipwright/OTRGui/libs/raylib/projects/Notepad++
M4xw f52a2a6406 git subrepo clone (merge) https://github.com/HarbourMasters/otrgui.git OTRGui
subrepo:
  subdir:   "OTRGui"
  merged:   "a6066a251"
upstream:
  origin:   "https://github.com/HarbourMasters/otrgui.git"
  branch:   "master"
  commit:   "a6066a251"
git-subrepo:
  version:  "0.4.1"
  origin:   "???"
  commit:   "???"
2022-03-22 02:53:51 +01:00
..
raylib_npp_parser git subrepo clone (merge) https://github.com/HarbourMasters/otrgui.git OTRGui 2022-03-22 02:53:51 +01:00
README.md git subrepo clone (merge) https://github.com/HarbourMasters/otrgui.git OTRGui 2022-03-22 02:53:51 +01:00
c_raylib.xml git subrepo clone (merge) https://github.com/HarbourMasters/otrgui.git OTRGui 2022-03-22 02:53:51 +01:00
npes_saved_mingw.txt git subrepo clone (merge) https://github.com/HarbourMasters/otrgui.git OTRGui 2022-03-22 02:53:51 +01:00
npes_saved_tcc.txt git subrepo clone (merge) https://github.com/HarbourMasters/otrgui.git OTRGui 2022-03-22 02:53:51 +01:00
npes_saved_w64devkit.txt git subrepo clone (merge) https://github.com/HarbourMasters/otrgui.git OTRGui 2022-03-22 02:53:51 +01:00
npes_saved_zig.txt git subrepo clone (merge) https://github.com/HarbourMasters/otrgui.git OTRGui 2022-03-22 02:53:51 +01:00

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.