Skip to content

Python1320/gmod-wiki-npp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmod-wiki-npp

Scrapes http://wiki.garrysmod.com for useful autocomplete hints and tosses them into Notepad++ autocomplete format. This does NOT generate syntax highlighting.

Example

Usage Instructions

Download GMod Syntax Highlight plugin (http://code.google.com/p/npp-gmod-lua/) from Notepad++ plugin manager and update the xml file with this: http://facepunch.com/showthread.php?t=1274235&p=43718059&viewfull=1#post43718059

Save latest scrape https://github.com/Python1320/gmod-wiki-npp/raw/master/GMod%20Lua.xml to Notepad++/plugins/APIs/ and enabled auto-complete on Settings->Preferences->Auto-Completion

Scrape instructions

Install requirements and run scrape.py

References

Requirements

Bugs

  • autocomplete list too big for notepad++ (takes multiple seconds to process)
  • Does not parse/handle incomplete data
  • This means not all functions get processed (about 10 in the current wiki)
  • Does not cache wiki content

TODO

  • Enums Category
  • Include Examples
  • Add download caching
  • Notepad++: Use RapidXML instead of TinyXML for speedup

About

Autocompleter for Notepadd++ for GMod. Scrapes wiki.garrysmod.com for the information

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors