diff options
| author | David Reid <[email protected]> | 2018-05-21 20:26:28 +1000 |
|---|---|---|
| committer | David Reid <[email protected]> | 2018-05-21 20:26:28 +1000 |
| commit | 6d8cc250bd086a6bfdf34effad4b9b3cca3e97a7 (patch) | |
| tree | 95d9092e666ef409dd4cb75a5f836e37acabfdf9 /projects/Notepad++/README.md | |
| parent | 3ca5047c8285318c2385c6b52b2e2b5f12905f0d (diff) | |
| parent | e025e62445913bf1ec9cf075eaaf1dc7374da83c (diff) | |
| download | raylib-6d8cc250bd086a6bfdf34effad4b9b3cca3e97a7.tar.gz raylib-6d8cc250bd086a6bfdf34effad4b9b3cca3e97a7.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib into dr/mini_al
Diffstat (limited to 'projects/Notepad++/README.md')
| -rw-r--r-- | projects/Notepad++/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/projects/Notepad++/README.md b/projects/Notepad++/README.md new file mode 100644 index 00000000..7a2e261e --- /dev/null +++ b/projects/Notepad++/README.md @@ -0,0 +1,19 @@ +### 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. + + |
