Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Fri, 27 Jul 2012 22:32:26 Commit: 95d767f873729db6a2feadac358a4a5d7a3e564c https://github.com/geany/geany/commit/95d767f873729db6a2feadac358a4a5d7a3e56...
Log Message: ----------- Document sci_get_lexer()
This function is part of the plugin API but missed its documentation, leading to it not appearing in the generated API documentation.
Modified Paths: -------------- src/sciwrappers.c
Modified: src/sciwrappers.c 4 files changed, 4 insertions(+), 0 deletions(-) =================================================================== @@ -523,6 +523,10 @@ gint sci_get_length(ScintillaObject *sci) }
+/** Gets the currently used lexer + * @param sci Scintilla widget. + * @returns The lexer ID + */ gint sci_get_lexer(ScintillaObject *sci) { return (gint) SSM(sci, SCI_GETLEXER, 0, 0);
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).