Improve GeanyProxyProbeResults a litte (#1213)
commit7d172ceeb3b024c6d206758a0b80631c0b935590
authorMatthew Brush <mbrush@codebrainz.ca>
Sun, 11 Sep 2016 02:18:10 +0000 (10 19:18 -0700)
committerGitHub <noreply@github.com>
Sun, 11 Sep 2016 02:18:10 +0000 (10 19:18 -0700)
tree9fcaa423280365ef9f3cfdf59815464eb9f239d0
parentafaec63ffb0fb7e52e2a7d97e9c8fba33faaff1e
Improve GeanyProxyProbeResults a litte (#1213)

* Add GEANY_ prefix to enumerators.
* Use a discrete set of enumerators so the proxy doesn't have to
  worry about flag bitmasks, which isn't required.
* Update documentation.
* Use the new enumerators in Geany.
* Improve debug output for bogus values a bit.
doc/plugins.dox
plugins/demoproxy.c
src/plugindata.h
src/plugins.c