diff options
| author | Ray <[email protected]> | 2018-05-10 17:35:02 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-05-10 17:35:02 +0200 |
| commit | 8ae8d3ac782825d732a0680bd1ad80db420718a9 (patch) | |
| tree | 34729e46d88338d8e5db848609c3c49ad67fe53d /projects/Notepad++/README.md | |
| parent | f26a38a9e1b5abffbf47d27ed33c350b8d8c9e5b (diff) | |
| download | raylib-8ae8d3ac782825d732a0680bd1ad80db420718a9.tar.gz raylib-8ae8d3ac782825d732a0680bd1ad80db420718a9.zip | |
Reorganized project templates folder
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. + + |
