Add API functions (patch by Eugene Arshinov, thanks):
commitddefb0a0b4c4b787ee840501d787b59b3f184246
authorNick Treleaven <nick.treleaven@btinternet.com>
Tue, 16 Nov 2010 15:07:40 +0000 (16 15:07 +0000)
committerNick Treleaven <nick.treleaven@btinternet.com>
Tue, 16 Nov 2010 15:07:40 +0000 (16 15:07 +0000)
tree65635d643847afe06c983f4ab0252a27a526e91a
parentcb9982480f86aec0ec5dd5e4ddceda1cb19ca6ff
Add API functions (patch by Eugene Arshinov, thanks):
Move editor.c: is_{string,comment,code}_style() functions to
highlighting.c, add to API.
Add editor_find_snippet(), editor_insert_snippet(),
utils_find_open_xml_tag() to API.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5409 ea778897-0a13-0410-b9d1-a72fbfd435f5
ChangeLog
plugins/geanyfunctions.h
src/editor.c
src/editor.h
src/highlighting.c
src/highlighting.h
src/plugindata.h
src/plugins.c
src/utils.c